Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/x/xdg-dbus-proxy/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ libglib-2.0.so.0:g_direct_hash
libglib-2.0.so.0:g_error_free
libglib-2.0.so.0:g_error_matches
libglib-2.0.so.0:g_free
libglib-2.0.so.0:g_free_sized
libglib-2.0.so.0:g_hash_table_destroy
libglib-2.0.so.0:g_hash_table_insert
libglib-2.0.so.0:g_hash_table_iter_init
Expand Down
9 changes: 6 additions & 3 deletions packages/x/xdg-dbus-proxy/package.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : xdg-dbus-proxy
version : 0.1.6
release : 6
version : 0.1.7
release : 7
source :
- https://github.com/flatpak/xdg-dbus-proxy/releases/download/0.1.6/xdg-dbus-proxy-0.1.6.tar.xz : 131bf59fce7c7ee7ecbc5d9106d6750f4f597bfe609966573240f7e4952973a1
- https://github.com/flatpak/xdg-dbus-proxy/releases/download/0.1.7/xdg-dbus-proxy-0.1.7.tar.xz : 3ad3d27ba574e178acb5e4d438ba36ace25e3564f899c36f31c56f82c7adbbe7
license : LGPL-2.1-or-later
component : security
homepage : https://github.com/flatpak/xdg-dbus-proxy
Expand All @@ -18,3 +18,6 @@
%ninja_build
install : |
%ninja_install
%install_license COPYING
check : |
%ninja_check
17 changes: 9 additions & 8 deletions packages/x/xdg-dbus-proxy/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>xdg-dbus-proxy</Name>
<Homepage>https://github.com/flatpak/xdg-dbus-proxy</Homepage>
<Packager>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
<Name>Evan Maddock</Name>
<Email>maddock.evan@vivaldi.net</Email>
</Packager>
<License>LGPL-2.1-or-later</License>
<PartOf>security</PartOf>
Expand All @@ -21,16 +21,17 @@
<PartOf>security</PartOf>
<Files>
<Path fileType="executable">/usr/bin/xdg-dbus-proxy</Path>
<Path fileType="man">/usr/share/man/man1/xdg-dbus-proxy.1</Path>
<Path fileType="data">/usr/share/licenses/xdg-dbus-proxy/COPYING</Path>
<Path fileType="man">/usr/share/man/man1/xdg-dbus-proxy.1.zst</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2024-12-19</Date>
<Version>0.1.6</Version>
<Update release="7">
<Date>2026-04-10</Date>
<Version>0.1.7</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
<Name>Evan Maddock</Name>
<Email>maddock.evan@vivaldi.net</Email>
</Update>
</History>
</PISI>
Loading