xfce4/xfdesktop/Pkgfile
2023-06-30 16:14:52 -04:00

27 lines
528 B
Plaintext

# Description: Xfce's desktop manager
# URL: https://www.xfce.org
# Maintainer: mac-a-r0ni, j at lngn dot net
# Depends on: exo garcon hicolor-icon-theme libwnck-gtk3 libxfce4ui thunar
name=xfdesktop
version=4.18.1
release=1
source=(http://archive.xfce.org/src/xfce/$name/${version:0:4}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--disable-debug \
--enable-thunarx
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
}