Skip to content

Commit

Permalink
dbus: Add homepage
Browse files Browse the repository at this point in the history
**Summary**

Add `homepage` key to `package.yml` (Part of #411)

**Test Plan**

Verified the added homepage loads information about the package

**Checklist**

- [x] Package was built and tested against unstable
  • Loading branch information
malfisya committed Mar 27, 2024
1 parent ae983d8 commit 9ac3a3d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 20 deletions.
10 changes: 5 additions & 5 deletions packages/d/dbus/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ libc.so.6:__environ
libc.so.6:__errno_location
libc.so.6:__fdelt_chk
libc.so.6:__fprintf_chk
libc.so.6:__isoc99_sscanf
libc.so.6:__isoc23_sscanf
libc.so.6:__isoc23_strtol
libc.so.6:__isoc23_strtoll
libc.so.6:__isoc23_strtoul
libc.so.6:__isoc23_strtoull
libc.so.6:__libc_start_main
libc.so.6:__printf_chk
libc.so.6:__snprintf_chk
Expand Down Expand Up @@ -181,10 +185,6 @@ libc.so.6:strrchr
libc.so.6:strstr
libc.so.6:strtod
libc.so.6:strtok
libc.so.6:strtol
libc.so.6:strtoll
libc.so.6:strtoul
libc.so.6:strtoull
libc.so.6:sysconf
libc.so.6:time
libc.so.6:umask
Expand Down
4 changes: 2 additions & 2 deletions packages/d/dbus/abi_used_symbols32
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
libc.so.6:__cmsg_nxthdr
libc.so.6:__errno_location
libc.so.6:__fprintf_chk
libc.so.6:__isoc23_strtol
libc.so.6:__isoc23_strtoul
libc.so.6:__snprintf_chk
libc.so.6:__stack_chk_fail
libc.so.6:__vfprintf_chk
Expand Down Expand Up @@ -107,8 +109,6 @@ libc.so.6:strcmp
libc.so.6:strerror
libc.so.6:strlen
libc.so.6:strncpy
libc.so.6:strtol
libc.so.6:strtoul
libc.so.6:sysconf
libc.so.6:unlink
libc.so.6:unsetenv
Expand Down
3 changes: 2 additions & 1 deletion packages/d/dbus/package.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name : dbus

Check notice on line 1 in packages/d/dbus/package.yml

View workflow job for this annotation

GitHub Actions / Checks

This package is included in the ISO. Consider validating the functionality in a newly built ISO.
version : 1.14.10
release : 37
release : 38
source :
- https://dbus.freedesktop.org/releases/dbus/dbus-1.14.10.tar.xz : ba1f21d2bd9d339da2d4aa8780c09df32fea87998b73da24f49ab9df1e36a50f
license :
- GPL-2.0-or-later
- LGPL-2.1-or-later
homepage : https://www.freedesktop.org/wiki/Software/dbus/
summary :
- System Message Daemon
- launch : X11 dbus-launch helper
Expand Down
25 changes: 13 additions & 12 deletions packages/d/dbus/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
<PISI>
<Source>
<Name>dbus</Name>
<Homepage>https://www.freedesktop.org/wiki/Software/dbus/</Homepage>
<Packager>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<License>LGPL-2.1-or-later</License>
<PartOf>system.base</PartOf>
<Summary xml:lang="en">System Message Daemon</Summary>
<Description xml:lang="en">D-Bus is a message bus system, a simple way for applications to talk to oneg another. D-Bus supplies both a system daemon (for events such as &quot;new hardware device added&quot; or &quot;printer queue changed&quot;) and a per-user login-session daemon (for general IPC needs among user applications). Also, the message bus is built on top of a general one-to-one message passing framework, which can be used by any two applications to communicate directly (without going through the message bus daemon).
</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>dbus</Name>
Expand Down Expand Up @@ -63,7 +64,7 @@
</Description>
<PartOf>emul32</PartOf>
<RuntimeDependencies>
<Dependency release="37">dbus</Dependency>
<Dependency release="38">dbus</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libdbus-1.so.3</Path>
Expand All @@ -77,8 +78,8 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="37">dbus-32bit</Dependency>
<Dependency release="37">dbus-devel</Dependency>
<Dependency release="38">dbus-32bit</Dependency>
<Dependency release="38">dbus-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/cmake/DBus1/DBus1Config.cmake</Path>
Expand All @@ -95,7 +96,7 @@
</Description>
<PartOf>system.devel</PartOf>
<RuntimeDependencies>
<Dependency release="37">dbus</Dependency>
<Dependency release="38">dbus</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/dbus-1.0/dbus/dbus-address.h</Path>
Expand Down Expand Up @@ -158,20 +159,20 @@
</Description>
<PartOf>desktop.core</PartOf>
<RuntimeDependencies>
<Dependency release="37">dbus</Dependency>
<Dependency release="38">dbus</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/dbus-launch</Path>
<Path fileType="man">/usr/share/man/man1/dbus-launch.1</Path>
</Files>
</Package>
<History>
<Update release="37">
<Date>2023-09-21</Date>
<Update release="38">
<Date>2024-03-27</Date>
<Version>1.14.10</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Update>
</History>
</PISI>

0 comments on commit 9ac3a3d

Please sign in to comment.