Skip to content

Commit

Permalink
wayland: Inclusion of homepage
Browse files Browse the repository at this point in the history
**Summary**

- Added `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 Oct 30, 2023
1 parent 39b8342 commit 1a64fe1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
1 change: 1 addition & 0 deletions packages/w/wayland/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ libc.so.6:__ctype_toupper_loc
libc.so.6:__errno_location
libc.so.6:__fprintf_chk
libc.so.6:__getdelim
libc.so.6:__isoc23_strtol
libc.so.6:__libc_start_main
libc.so.6:__printf_chk
libc.so.6:__snprintf_chk
Expand Down
2 changes: 1 addition & 1 deletion packages/w/wayland/abi_used_symbols32
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ libc.so.6:__assert_fail
libc.so.6:__errno_location
libc.so.6:__fprintf_chk
libc.so.6:__getdelim
libc.so.6:__isoc23_strtol
libc.so.6:__snprintf_chk
libc.so.6:__stack_chk_fail
libc.so.6:__vfprintf_chk
Expand Down Expand Up @@ -79,7 +80,6 @@ libc.so.6:strerror
libc.so.6:strlen
libc.so.6:strncmp
libc.so.6:strstr
libc.so.6:strtol
libc.so.6:timerfd_create
libc.so.6:timerfd_settime
libc.so.6:unlink
Expand Down
3 changes: 2 additions & 1 deletion packages/w/wayland/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name : wayland
version : 1.22.0
release : 28
release : 29
source :
- https://gitlab.freedesktop.org/wayland/wayland/-/archive/1.22.0/wayland-1.22.0.tar.gz : bbca9c906a8fb8992409ebf51812f19e2a784b2c169d4b784cdd753b4bb448ef
homepage : https://wayland.freedesktop.org/
license :
- MIT
component : desktop.wayland
Expand Down
23 changes: 12 additions & 11 deletions packages/w/wayland/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<PISI>
<Source>
<Name>wayland</Name>
<Homepage>https://wayland.freedesktop.org/</Homepage>
<Packager>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>ems1000.syahrin@gmail.com</Email>
</Packager>
<License>MIT</License>
<PartOf>desktop.wayland</PartOf>
<Summary xml:lang="en">Wayland is intended as a simpler replacement for X, easier to develop and maintain.</Summary>
<Description xml:lang="en">Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers.
</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>wayland</Name>
Expand All @@ -36,7 +37,7 @@
</Description>
<PartOf>emul32</PartOf>
<RuntimeDependencies>
<Dependency release="28">wayland</Dependency>
<Dependency release="29">wayland</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libwayland-client.so.0</Path>
Expand All @@ -56,8 +57,8 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="28">wayland-32bit</Dependency>
<Dependency release="28">wayland-devel</Dependency>
<Dependency release="29">wayland-32bit</Dependency>
<Dependency release="29">wayland-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libwayland-client.so</Path>
Expand All @@ -79,7 +80,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="28">wayland</Dependency>
<Dependency release="29">wayland</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/wayland-scanner</Path>
Expand Down Expand Up @@ -112,12 +113,12 @@
</Files>
</Package>
<History>
<Update release="28">
<Date>2023-04-26</Date>
<Update release="29">
<Date>2023-10-30</Date>
<Version>1.22.0</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>ems1000.syahrin@gmail.com</Email>
</Update>
</History>
</PISI>

0 comments on commit 1a64fe1

Please sign in to comment.