summaryrefslogtreecommitdiff
path: root/blackbox
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2016-04-04 11:55:03 +0200
committerJose V Beneyto <sepen@crux.nu>2016-04-08 16:28:23 +0200
commit4e87b88f10a7e6312b9a04eb527004bdbd6b226f (patch)
treeebd4cfd85174eee3cf8af392832bde61ef6dc525 /blackbox
parent590a3389711160c63bca509fa9922a4a04cf2ac0 (diff)
downloadopt-4e87b88f10a7e6312b9a04eb527004bdbd6b226f.tar.gz
opt-4e87b88f10a7e6312b9a04eb527004bdbd6b226f.tar.xz
blackbox: fixed mandir location
Diffstat (limited to 'blackbox')
-rw-r--r--blackbox/.footprint10
-rw-r--r--blackbox/Pkgfile10
2 files changed, 12 insertions, 8 deletions
diff --git a/blackbox/.footprint b/blackbox/.footprint
index b6f340fd1..19c56fb61 100644
--- a/blackbox/.footprint
+++ b/blackbox/.footprint
@@ -29,11 +29,6 @@ drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libbt.la
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libbt.pc
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/blackbox.1.gz
--rw-r--r-- root/root usr/man/man1/bsetbg.1.gz
--rw-r--r-- root/root usr/man/man1/bsetroot.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/blackbox/
-rw-r--r-- root/root usr/share/blackbox/menu
@@ -43,3 +38,8 @@ drwxr-xr-x root/root usr/share/blackbox/styles/
-rw-r--r-- root/root usr/share/blackbox/styles/Green
-rw-r--r-- root/root usr/share/blackbox/styles/Purple
-rw-r--r-- root/root usr/share/blackbox/styles/Red
+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/blackbox.1.gz
+-rw-r--r-- root/root usr/share/man/man1/bsetbg.1.gz
+-rw-r--r-- root/root usr/share/man/man1/bsetroot.1.gz
diff --git a/blackbox/Pkgfile b/blackbox/Pkgfile
index c08cf1234..f2f03c6fa 100644
--- a/blackbox/Pkgfile
+++ b/blackbox/Pkgfile
@@ -6,15 +6,19 @@
name=blackbox
version=0.70.1
-release=2
+release=3
source=(http://download.sourceforge.net/blackboxwm/$name-$version.tar.bz2
- blackbox-0.70.1-include-fix.diff)
+ $name-$version-include-fix.diff)
build () {
cd $name-$version
patch -p1 -i $SRC/blackbox-0.70.1-include-fix.diff
- ./configure --prefix=/usr --disable-nls
+
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --disable-nls
+
make
make DESTDIR=$PKG install
}

Generated by cgit