aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/i3blocks
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
commitdea2a1fa20fc8e843cd85e5920a67b9054d00b2e (patch)
treef331ff92dc5fd26f5803b483a24a0a21fd9bb97a /repos/extra/i3blocks
parentef5bfeb93345a5a681d88e99775622bf28defd8d (diff)
downloadalicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.tar.gz
alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.zip
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
Diffstat (limited to 'repos/extra/i3blocks')
-rw-r--r--repos/extra/i3blocks/.checksum1
-rw-r--r--repos/extra/i3blocks/.files9
-rw-r--r--repos/extra/i3blocks/abuild10
3 files changed, 0 insertions, 20 deletions
diff --git a/repos/extra/i3blocks/.checksum b/repos/extra/i3blocks/.checksum
deleted file mode 100644
index 31936cd9..00000000
--- a/repos/extra/i3blocks/.checksum
+++ /dev/null
@@ -1 +0,0 @@
-cc370482bd23bbe60cfb5769e537635b5f6724ceae7a676b4f7fd209cc515196 i3blocks-1.5.tar.gz
diff --git a/repos/extra/i3blocks/.files b/repos/extra/i3blocks/.files
deleted file mode 100644
index 46b6b95a..00000000
--- a/repos/extra/i3blocks/.files
+++ /dev/null
@@ -1,9 +0,0 @@
-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/repos/extra/i3blocks/abuild b/repos/extra/i3blocks/abuild
deleted file mode 100644
index 560a1b09..00000000
--- a/repos/extra/i3blocks/abuild
+++ /dev/null
@@ -1,10 +0,0 @@
-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
-}