xfce4/xfdesktop/Pkgfile
2019-07-19 01:31:37 +02:00

28 lines
524 B
Plaintext

# Description: Xfce's desktop manager
# URL: https://www.xfce.org
# Maintainer: jolupa, jlpavon at me dot com
# Depends on: libxfce4util xfconf libwnck-gtk3 exo thunar garcon libnotify
name=xfdesktop
version=4.13.5
release=2
source=(https://git.xfce.org/xfce/$name/snapshot/$name-$version.tar.gz)
build() {
cd $name-$version
./autogen.sh \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--disable-debug \
--enable-thunarx \
--with-x
make
make DESTDIR=$PKG install
#rm -r $PKG/usr/share/locale
}