summaryrefslogtreecommitdiff
path: root/gtk-chtheme
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2009-01-22 13:27:39 +0100
committerJuergen Daubert <jue@jue.li>2009-01-22 13:27:39 +0100
commit188cb6ca9ac018ce6348217de8038b6e804d0cb1 (patch)
treecfb680744c20a941d2c18e3027f0dfe9a3874dca /gtk-chtheme
parentba24f67c9d4fc28306fe82b3c1b23e591a6aba63 (diff)
downloadopt-188cb6ca9ac018ce6348217de8038b6e804d0cb1.tar.gz
opt-188cb6ca9ac018ce6348217de8038b6e804d0cb1.tar.xz
gtk-chtheme: take over from sip, install man-page
Diffstat (limited to 'gtk-chtheme')
-rw-r--r--gtk-chtheme/.footprint3
-rw-r--r--gtk-chtheme/Pkgfile11
2 files changed, 8 insertions, 6 deletions
diff --git a/gtk-chtheme/.footprint b/gtk-chtheme/.footprint
index f38caf6d9..540608cd6 100644
--- a/gtk-chtheme/.footprint
+++ b/gtk-chtheme/.footprint
@@ -1,3 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gtk-chtheme
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rwxr-xr-x root/root usr/man/man1/gtk-chtheme.1.gz
diff --git a/gtk-chtheme/Pkgfile b/gtk-chtheme/Pkgfile
index 36afd686a..63ce6132a 100644
--- a/gtk-chtheme/Pkgfile
+++ b/gtk-chtheme/Pkgfile
@@ -1,17 +1,16 @@
# Description: Theme changer for GTK2
# URL: http://plasmasturm.org/programs/gtk-chtheme
-# Maintainer: Simone Rota, sip at crux dot nu
+# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
# Packager: Simone Rota, sip at crux dot nu
# Depends on: gtk
name=gtk-chtheme
version=0.3.1
-release=2
+release=3
source=(http://plasmasturm.org/programs/$name/$name-$version.tar.bz2)
build() {
- cd $name-$version
- make
- mkdir -p $PKG/usr/bin
- install -m 755 $name $PKG/usr/bin
+ cd $name-$version
+ make
+ make DESTDIR=$PKG MANDIR=/usr/man install
}

Generated by cgit