Skip to content

Commit

Permalink
libplist: homepage, monitoring (#3374)
Browse files Browse the repository at this point in the history
**Summary**

- Add homepage to package.yml
- Add monitoring.yml

**Test Plan**

- Checked if homepage was added
- Built package successfully

**Checklist**

- [x] Package was built and tested against unstable
  • Loading branch information
malfisya authored Jul 20, 2024
2 parents 28da9b5 + 08aeb39 commit 780116f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
2 changes: 0 additions & 2 deletions packages/l/libplist/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ libc.so.6:__printf_chk
libc.so.6:__snprintf_chk
libc.so.6:__sprintf_chk
libc.so.6:__stack_chk_fail
libc.so.6:__strncpy_chk
libc.so.6:calloc
libc.so.6:exit
libc.so.6:fclose
Expand Down Expand Up @@ -48,7 +47,6 @@ libm.so.6:fmin
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_disposeEv
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_replaceEmmPKcm
libstdc++.so.6:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_createERmm
libstdc++.so.6:_ZSt17__throw_bad_allocv
libstdc++.so.6:_ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base
libstdc++.so.6:_ZSt18_Rb_tree_incrementPKSt18_Rb_tree_node_base
libstdc++.so.6:_ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base
Expand Down
7 changes: 7 additions & 0 deletions packages/l/libplist/monitoring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
releases:
id: 11675
rss: https://github.com/libimobiledevice/libplist/tags.atom
security:
cpe:
- vendor: libimobiledevice
product: libplist
3 changes: 2 additions & 1 deletion packages/l/libplist/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name : libplist
version : 2.2.0
release : 9
release : 10
source :
- git|https://github.com/libimobiledevice/libplist.git : 45d99de4e149637f00225c36a9c1712eef2ce510
homepage : https://libimobiledevice.org/
license : GPL-2.0-or-later
component : multimedia.library
summary : A small portable C library to handle Apple Property List files in binary or XML.
Expand Down
17 changes: 9 additions & 8 deletions packages/l/libplist/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<PISI>
<Source>
<Name>libplist</Name>
<Homepage>https://libimobiledevice.org/</Homepage>
<Packager>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
<Name>Domen Skamlic</Name>
<Email>domen@skamlic.com</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>multimedia.library</PartOf>
<Summary xml:lang="en">A small portable C library to handle Apple Property List files in binary or XML.</Summary>
<Description xml:lang="en">A small portable C library to handle Apple Property List files in binary or XML.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>libplist</Name>
Expand All @@ -34,7 +35,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="9">libplist</Dependency>
<Dependency release="10">libplist</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/plist/Array.h</Path>
Expand All @@ -58,12 +59,12 @@
</Files>
</Package>
<History>
<Update release="9">
<Date>2022-03-26</Date>
<Update release="10">
<Date>2024-07-20</Date>
<Version>2.2.0</Version>
<Comment>Packaging update</Comment>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
<Name>Domen Skamlic</Name>
<Email>domen@skamlic.com</Email>
</Update>
</History>
</PISI>

0 comments on commit 780116f

Please sign in to comment.