diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-05 07:34:09 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-05 07:34:09 +0800 |
| commit | a5f034c0baff207235955b7f7279f327340442f6 (patch) | |
| tree | b554e28ea2093e3ca6f6685f7d71434b6740fb7b /repos/extra/wofi | |
| parent | 4a049da080c71706d46c5899d869e3eb401c9b14 (diff) | |
| download | alicelinux-a5f034c0baff207235955b7f7279f327340442f6.tar.gz alicelinux-a5f034c0baff207235955b7f7279f327340442f6.zip | |
moved wayland abuilds to extra
Diffstat (limited to 'repos/extra/wofi')
| -rw-r--r-- | repos/extra/wofi/.checksum | 1 | ||||
| -rw-r--r-- | repos/extra/wofi/.files | 30 | ||||
| -rw-r--r-- | repos/extra/wofi/abuild | 4 | ||||
| -rw-r--r-- | repos/extra/wofi/depends | 1 |
4 files changed, 36 insertions, 0 deletions
diff --git a/repos/extra/wofi/.checksum b/repos/extra/wofi/.checksum new file mode 100644 index 00000000..87470ae4 --- /dev/null +++ b/repos/extra/wofi/.checksum @@ -0,0 +1 @@ +f62b6f9852c55602b80ae1911ef2e4233e8789562e50ca720c98fce5b6bf68f5 wofi-1.4.1.tar.gz diff --git a/repos/extra/wofi/.files b/repos/extra/wofi/.files new file mode 100644 index 00000000..6d3023dd --- /dev/null +++ b/repos/extra/wofi/.files @@ -0,0 +1,30 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/wofi +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/wofi-1/ +-rw-r--r-- root/root usr/include/wofi-1/config.h +-rw-r--r-- root/root usr/include/wofi-1/map.h +-rw-r--r-- root/root usr/include/wofi-1/utils.h +-rw-r--r-- root/root usr/include/wofi-1/utils_g.h +-rw-r--r-- root/root usr/include/wofi-1/widget_builder_api.h +-rw-r--r-- root/root usr/include/wofi-1/wofi_api.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/wofi.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/wofi.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/wofi-api.3.gz +-rw-r--r-- root/root usr/share/man/man3/wofi-config.3.gz +-rw-r--r-- root/root usr/share/man/man3/wofi-map.3.gz +-rw-r--r-- root/root usr/share/man/man3/wofi-utils.3.gz +-rw-r--r-- root/root usr/share/man/man3/wofi-widget-builder.3.gz +-rw-r--r-- root/root usr/share/man/man3/wofi.3.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/wofi.5.gz +drwxr-xr-x root/root usr/share/man/man7/ +-rw-r--r-- root/root usr/share/man/man7/wofi-keys.7.gz +-rw-r--r-- root/root usr/share/man/man7/wofi.7.gz diff --git a/repos/extra/wofi/abuild b/repos/extra/wofi/abuild new file mode 100644 index 00000000..095571b9 --- /dev/null +++ b/repos/extra/wofi/abuild @@ -0,0 +1,4 @@ +name=wofi +version=1.4.1 +release=1 +source="${name}-${version}.tar.gz::https://hg.sr.ht/~scoopta/${name}/archive/v${version}.tar.gz" diff --git a/repos/extra/wofi/depends b/repos/extra/wofi/depends new file mode 100644 index 00000000..428206d7 --- /dev/null +++ b/repos/extra/wofi/depends @@ -0,0 +1 @@ +gtk3 |