gtk-chtheme: initial import
This commit is contained in:
parent
223fe3f61b
commit
48c31c97ae
3
gtk-chtheme/.footprint
Normal file
3
gtk-chtheme/.footprint
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/bin/
|
||||||
|
-rwxr-xr-x root/root usr/bin/gtk-chtheme
|
1
gtk-chtheme/.md5sum
Normal file
1
gtk-chtheme/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
f688053bf26dd6c4f1cd0bf2ee33de2a gtk-chtheme-0.3.1.tar.bz2
|
17
gtk-chtheme/Pkgfile
Normal file
17
gtk-chtheme/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Description: Theme changer for GTK2
|
||||||
|
# URL: http://plasmasturm.org/programs/gtk-chtheme
|
||||||
|
# Maintainer: Simone Rota, sip at varlock dot com
|
||||||
|
# Packager: Simone Rota, sip at varlock dot com
|
||||||
|
# Depends on: gtk
|
||||||
|
|
||||||
|
name=gtk-chtheme
|
||||||
|
version=0.3.1
|
||||||
|
release=2
|
||||||
|
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
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user