gtk-chtheme: removed, use lxappearance instead

This commit is contained in:
Juergen Daubert 2016-03-03 14:32:34 +01:00
parent 93cfb55a60
commit ebbbc37357
3 changed files with 0 additions and 24 deletions

View File

@ -1,6 +0,0 @@
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

View File

@ -1 +0,0 @@
f688053bf26dd6c4f1cd0bf2ee33de2a gtk-chtheme-0.3.1.tar.bz2

View File

@ -1,17 +0,0 @@
# Description: Theme changer for GTK2
# URL: http://plasmasturm.org/programs/gtk-chtheme
# Maintainer: Juergen Daubert, jue at crux dot nu
# Packager: Simone Rota, sip at crux dot nu
# Depends on: gtk
name=gtk-chtheme
version=0.3.1
release=4
source=(http://plasmasturm.org/programs/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
sed -i 's/-DGTK_DISABLE_DEPRECATED//' Makefile
make
make DESTDIR=$PKG MANDIR=/usr/man install
}