summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2020-08-24 18:28:16 -0500
committerMatt Housh <jaeger@crux.ninja>2020-08-24 18:28:16 -0500
commit5ed3112f343e70b81f2714fa68fd012b32bc239c (patch)
tree031092b71cd974eab9081d5dcb2aa8a3f9691d56
parent2efb32164901d589364fd1c23460fa8c61aef613 (diff)
downloadcontrib-5ed3112f343e70b81f2714fa68fd012b32bc239c.tar.gz
contrib-5ed3112f343e70b81f2714fa68fd012b32bc239c.tar.xz
i3blocks: dropped
-rw-r--r--i3blocks/.footprint24
-rw-r--r--i3blocks/.signature5
-rw-r--r--i3blocks/Pkgfile13
3 files changed, 0 insertions, 42 deletions
diff --git a/i3blocks/.footprint b/i3blocks/.footprint
deleted file mode 100644
index fbb5d8f4b..000000000
--- a/i3blocks/.footprint
+++ /dev/null
@@ -1,24 +0,0 @@
-drwxr-xr-x root/root etc/
--rw-r--r-- root/root etc/i3blocks.conf
-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/lib/
-drwxr-xr-x root/root usr/lib/i3blocks/
--rwxr-xr-x root/root usr/lib/i3blocks/bandwidth
--rwxr-xr-x root/root usr/lib/i3blocks/battery
--rwxr-xr-x root/root usr/lib/i3blocks/cpu_usage
--rwxr-xr-x root/root usr/lib/i3blocks/disk
--rwxr-xr-x root/root usr/lib/i3blocks/iface
--rwxr-xr-x root/root usr/lib/i3blocks/keyindicator
--rwxr-xr-x root/root usr/lib/i3blocks/load_average
--rwxr-xr-x root/root usr/lib/i3blocks/mediaplayer
--rwxr-xr-x root/root usr/lib/i3blocks/memory
--rwxr-xr-x root/root usr/lib/i3blocks/openvpn
--rwxr-xr-x root/root usr/lib/i3blocks/temperature
--rwxr-xr-x root/root usr/lib/i3blocks/volume
--rwxr-xr-x root/root usr/lib/i3blocks/wifi
-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/.signature b/i3blocks/.signature
deleted file mode 100644
index 8313356cc..000000000
--- a/i3blocks/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3wgxZgDGWAwmBe6a1K7KJQpJYPUHRROAkgqpfM08KzNrTPFldnE6V/pPl0AKrhvMTP+M5nXz9uZVpeTKYYEzHQg=
-SHA256 (Pkgfile) = 4732c9cf4d2a15d2c427af95cf28446fe2a6fee0e4bcd15fc4c20924fb6b9bbb
-SHA256 (.footprint) = 863019d7d07f0b2ef72d68726629c66ec0f1a3b54fd6e565f417e87ba7926c0a
-SHA256 (i3blocks-1.4.tar.gz) = c64720057e22cc7cac5e8fcd58fd37e75be3a7d5a3cb8995841a7f18d30c0536
diff --git a/i3blocks/Pkgfile b/i3blocks/Pkgfile
deleted file mode 100644
index f5deb02ea..000000000
--- a/i3blocks/Pkgfile
+++ /dev/null
@@ -1,13 +0,0 @@
-# Description: A flexible scheduler for your i3bar blocks
-# URL: https://github.com/vivien/i3blocks
-# Maintainer: Matt Housh, jaeger at crux dot ninja
-
-name=i3blocks
-version=1.4
-release=1
-source=(https://github.com/vivien/i3blocks/releases/download/$version/$name-$version.tar.gz)
-
-build() {
- cd $name-$version
- make LIBEXECDIR=/usr/lib PREFIX=/usr DESTDIR=$PKG install
-}

Generated by cgit