first commit
This commit is contained in:
3
src/xfwm4-themes/.gitignore
vendored
Normal file
3
src/xfwm4-themes/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.cache/
|
||||
dist/
|
||||
root/
|
2
src/xfwm4-themes/changes.md
Normal file
2
src/xfwm4-themes/changes.md
Normal file
@ -0,0 +1,2 @@
|
||||
# 4.10.0
|
||||
First version
|
18
src/xfwm4-themes/pkg.sh
Normal file
18
src/xfwm4-themes/pkg.sh
Normal file
@ -0,0 +1,18 @@
|
||||
NAME="xfwm4-themes"
|
||||
DESC="A set of additional themes for the Xfce window manager"
|
||||
VERSION="4.10.0"
|
||||
FILES=("https://archive.xfce.org/src/art/xfwm4-themes/${VERSION%.*}/xfwm4-themes-$VERSION.tar.bz2")
|
||||
HASHES=("3214d5f00e9703b5e8c9e7c3287d606dedec7285ceb4d5db332e93ada66fd575")
|
||||
DEPENDS=("xfwm4")
|
||||
|
||||
PACKAGE() {
|
||||
tar xf $NAME-$VERSION.tar.bz2
|
||||
cd $NAME-$VERSION
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc
|
||||
make && make DESTDIR="$ROOTDIR" install
|
||||
|
||||
cd .. && rm -r $NAME-$VERSION
|
||||
}
|
Reference in New Issue
Block a user