diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
| commit | 93a354611e38a6949add5c2e5ccc93ef79b9755f (patch) | |
| tree | 7fee41752b1047d74c59f8ee046cd62735e7e934 /i3blocks | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'i3blocks')
| -rw-r--r-- | i3blocks/.checksum | 1 | ||||
| -rw-r--r-- | i3blocks/.files | 9 | ||||
| -rw-r--r-- | i3blocks/abuild | 10 |
3 files changed, 20 insertions, 0 deletions
diff --git a/i3blocks/.checksum b/i3blocks/.checksum new file mode 100644 index 00000000..31936cd9 --- /dev/null +++ b/i3blocks/.checksum @@ -0,0 +1 @@ +cc370482bd23bbe60cfb5769e537635b5f6724ceae7a676b4f7fd209cc515196 i3blocks-1.5.tar.gz diff --git a/i3blocks/.files b/i3blocks/.files new file mode 100644 index 00000000..46b6b95a --- /dev/null +++ b/i3blocks/.files @@ -0,0 +1,9 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/i3blocks.conf.new +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/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/i3blocks/abuild b/i3blocks/abuild new file mode 100644 index 00000000..560a1b09 --- /dev/null +++ b/i3blocks/abuild @@ -0,0 +1,10 @@ +name=i3blocks +version=1.5 +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 +} |