diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-09 23:43:36 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-09 23:43:36 +0800 |
| commit | e3f84d6603da00fd629906a57b353dc5f9ddd402 (patch) | |
| tree | 9e9b415edf63d0cda5921d51769ec9288d658179 /repos | |
| parent | 5e7c1e6a6327bf6c9ad1ed80cde98da3cb155c05 (diff) | |
| download | alicelinux-e3f84d6603da00fd629906a57b353dc5f9ddd402.tar.gz alicelinux-e3f84d6603da00fd629906a57b353dc5f9ddd402.zip | |
i3status: new added
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/xorg/i3status/.files | 9 | ||||
| -rw-r--r-- | repos/xorg/i3status/abuild | 6 | ||||
| -rw-r--r-- | repos/xorg/i3status/depends | 5 |
3 files changed, 20 insertions, 0 deletions
diff --git a/repos/xorg/i3status/.files b/repos/xorg/i3status/.files new file mode 100644 index 00000000..d49e8b71 --- /dev/null +++ b/repos/xorg/i3status/.files @@ -0,0 +1,9 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/i3status.conf.new +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/i3status +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/i3status.1.gz diff --git a/repos/xorg/i3status/abuild b/repos/xorg/i3status/abuild new file mode 100644 index 00000000..96ed9bfe --- /dev/null +++ b/repos/xorg/i3status/abuild @@ -0,0 +1,6 @@ +name=i3status +version=2.14 +release=1 +source="https://i3wm.org/${name}/${name}-${version}.tar.xz" +build_opt="-Dpulseaudio=false" +export CFLAGS="$CFLAGS $(pkg-config --cflags libnl-tiny)" diff --git a/repos/xorg/i3status/depends b/repos/xorg/i3status/depends new file mode 100644 index 00000000..337d83f8 --- /dev/null +++ b/repos/xorg/i3status/depends @@ -0,0 +1,5 @@ +confuse +yajl +libnl +alsa-lib +bash |