first commit
This commit is contained in:
3
src/xsetroot/.gitignore
vendored
Normal file
3
src/xsetroot/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
.cache/
|
||||
dist/
|
||||
root/
|
2
src/xsetroot/changes.md
Normal file
2
src/xsetroot/changes.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# 1.1.3
|
||||
First version
|
16
src/xsetroot/pkg.sh
Normal file
16
src/xsetroot/pkg.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
NAME="xsetroot"
|
||||
DESC="X utility to set root window background"
|
||||
VERSION="1.1.3"
|
||||
FILES=("https://www.x.org/pub/individual/app/xsetroot-$VERSION.tar.xz")
|
||||
HASHES=("fa9a24fe5b1725c52a4566a62dd0a50d")
|
||||
DEPENDS=("libx11" "libxmu" "libxcursor" "xbitmaps")
|
||||
|
||||
PACKAGE() {
|
||||
tar xf $NAME-$VERSION.tar.xz
|
||||
cd $NAME-$VERSION
|
||||
|
||||
./configure $XORG_CONFIG
|
||||
make && make DESTDIR=${ROOTDIR} install
|
||||
|
||||
cd .. && rm -rf $NAME-$VERSION
|
||||
}
|
Reference in New Issue
Block a user