xfce4/xfce4-panel/Pkgfile
2024-12-16 01:59:34 -05:00

30 lines
647 B
Plaintext

# Description: Xfce's panel
# URL: https://www.xfce.org
# Maintainer: mac-a-r0ni, j at lngn dot net
# Depends on: exo garcon libwnck-gtk3 libxfce4ui desktop-file-utils libdbusmenu-gtk3 gobject-introspection vala
name=xfce4-panel
version=4.20.0
release=1
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 \
--disable-debug \
--disable-nls \
--disable-gtk-doc
make
make DESTDIR=$PKG install
find $PKG/usr/lib/* -name "*.la" -type f|xargs rm -f
rm -r $PKG/usr/share/gtk-doc
}