# Description: Xfce's panel # URL: https://www.xfce.org # Maintainer: jolupa, jlpavon at me dot com # Depends on: exo garcon libwnck-gtk3 libxfce4ui name=xfce4-panel version=4.15.4 release=2 source=(https://archive.xfce.org/src/xfce/xfce4-panel/${version:0:4}/$name-$version.tar.bz2) build() { cd $name-$version ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/$name \ --sysconfdir=/etc \ --enable-introspection=no \ --enable-gio-unix \ --enable-vala=no \ --disable-debug \ --disable-gtk-doc make make DESTDIR=$PKG install rm -r $PKG/usr/share/locale rm -r $PKG/usr/share/gtk-doc }