first commit
This commit is contained in:
3
src/lxappearance/.gitignore
vendored
Normal file
3
src/lxappearance/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
.cache/
|
||||
dist/
|
||||
root/
|
2
src/lxappearance/changes.md
Normal file
2
src/lxappearance/changes.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# 0.6.3
|
||||
First version
|
18
src/lxappearance/pkg.sh
Normal file
18
src/lxappearance/pkg.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
NAME="lxappearance"
|
||||
DESC="Desktop-independent theme switcher for GTK"
|
||||
VERSION="0.6.3"
|
||||
FILES=("https://downloads.sourceforge.net/lxde/lxappearance-$VERSION.tar.xz")
|
||||
HASHES=("f10345313e2c12bad51c1b58bd46b454")
|
||||
DEPENDS=("gtk2")
|
||||
|
||||
PACKAGE() {
|
||||
tar xf $NAME-$VERSION.tar.xz
|
||||
cd $NAME-$VERSION
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--enable-dbus
|
||||
make && make DESTDIR="$ROOTDIR" install
|
||||
|
||||
cd .. && rm -r $NAME-$VERSION
|
||||
}
|
Reference in New Issue
Block a user