diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-15 09:57:02 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-15 09:57:02 +0800 |
| commit | 5f00712515ed948cfba5fe56d7e2c40afd70debb (patch) | |
| tree | 941d5665b0e06aac741b36ec33647134e33a02e3 /repos | |
| parent | c6e6240a62137c9ca0af5094dab2367013678efd (diff) | |
| download | alicelinux-5f00712515ed948cfba5fe56d7e2c40afd70debb.tar.gz alicelinux-5f00712515ed948cfba5fe56d7e2c40afd70debb.zip | |
wofi: new added
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/wayland/wofi/.files | 30 | ||||
| -rw-r--r-- | repos/wayland/wofi/abuild | 4 | ||||
| -rw-r--r-- | repos/wayland/wofi/depends | 1 |
3 files changed, 35 insertions, 0 deletions
diff --git a/repos/wayland/wofi/.files b/repos/wayland/wofi/.files new file mode 100644 index 00000000..6d3023dd --- /dev/null +++ b/repos/wayland/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/wayland/wofi/abuild b/repos/wayland/wofi/abuild new file mode 100644 index 00000000..095571b9 --- /dev/null +++ b/repos/wayland/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/wayland/wofi/depends b/repos/wayland/wofi/depends new file mode 100644 index 00000000..428206d7 --- /dev/null +++ b/repos/wayland/wofi/depends @@ -0,0 +1 @@ +gtk3 |