xfce4/xfce4-panel/Pkgfile
2019-04-30 02:46:22 +02:00

31 lines
594 B
Plaintext

# Description: Xfce's panel
# URL: https://www.xfce.org
# Maintainer: jolupa <jolupameister(at)gmail[dot](com)
# Depends on: libxfce4ui exo garcon libwnck-gtk3 startup-notification
name=xfce4-panel
version=4.13.4
release=1
source=()
build() {
if cd "$name-$version" 2> /dev/null; then
git pull
else
git clone https://git.xfce.org/xfce/$name/ "$name-$version"
cd "$name-$version"
fi
./autogen.sh \
--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--localstatedir=/var \
--disable-static \
--disable-gtk-docs \
--disable-gtk-2
make
make DESTDIR=$PKG install
}