diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-23 23:34:57 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-02-23 23:34:57 +0800 |
| commit | e2049e835735b2dc5495a701a3186291577d6b1e (patch) | |
| tree | de98659feac12eca2ca95886a42b8cb3fe13cf59 /repos/extra/i3blocks | |
| parent | a5a291e17886e6b1b60638ca9615780cdd290fb3 (diff) | |
| download | alicelinux-e2049e835735b2dc5495a701a3186291577d6b1e.tar.gz alicelinux-e2049e835735b2dc5495a701a3186291577d6b1e.zip | |
removed junks
Diffstat (limited to 'repos/extra/i3blocks')
| -rw-r--r-- | repos/extra/i3blocks/.files | 3 | ||||
| -rw-r--r-- | repos/extra/i3blocks/abuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/repos/extra/i3blocks/.files b/repos/extra/i3blocks/.files index aebe64ee..46b6b95a 100644 --- a/repos/extra/i3blocks/.files +++ b/repos/extra/i3blocks/.files @@ -4,9 +4,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/i3blocks drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/bash-completion/ -drwxr-xr-x root/root usr/share/bash-completion/completions/ --rw-r--r-- root/root usr/share/bash-completion/completions/i3blocks 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/i3blocks.1.gz diff --git a/repos/extra/i3blocks/abuild b/repos/extra/i3blocks/abuild index 3c62e524..560a1b09 100644 --- a/repos/extra/i3blocks/abuild +++ b/repos/extra/i3blocks/abuild @@ -1,9 +1,10 @@ name=i3blocks version=1.5 -release=1 +release=2 source="https://github.com/vivien/${name}/archive/${version}/${name}-${version}.tar.gz" export MAKEFLAGS=-j1 prebuild() { + sed -i '33,42d' Makefile.am autoreconf -fiv } |