# Maintainer: Evangelos Foutras # Contributor: tobias pkgname=xfce4-panel pkgver=4.18.3 pkgrel=1 pkgdesc="Panel for the Xfce desktop environment" arch=('x86_64') url="https://docs.xfce.org/xfce/xfce4-panel/start" license=('GPL2') groups=('xfce4') depends=('exo' 'garcon' 'libxfce4ui' 'xfconf' 'libwnck3' 'libdbusmenu-gtk3' 'hicolor-icon-theme' 'desktop-file-utils') makedepends=('intltool' 'gobject-introspection' 'vala') source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) sha256sums=('4ae0b8615c9811194bbda0172a63567ed7fdb5519ea48f7a4637f4e6e5365e1b') prepare() { cd $pkgname-$pkgver } build() { cd $pkgname-$pkgver ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --enable-gio-unix \ --disable-debug make } package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: