# Maintainer: Natanael Copa pkgname=xfce4-whiskermenu-plugin pkgver=2.2.1 pkgrel=0 pkgdesc="Alternate application launcher for Xfce" url="https://goodies.xfce.org/projects/panel-plugins/xfce4-whiskermenu-plugin" arch="all" license="GPL-2.0-or-later" options="!check" # No test suite makedepends="cmake libxfce4ui-dev libxfce4util-dev exo-dev garcon-dev xfce4-panel-dev" subpackages="$pkgname-doc $pkgname-lang" source="https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2" builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_BUILD_TYPE=Release \ . make } package() { cd "$builddir" make install LIBDIR=lib DESTDIR="$pkgdir" } sha512sums="e5b8ab54b66397d0d956d0ddcf7ab9c7531936fa7413094d4cae99aca8f7fca4659012beceec06c9bd6f1ba7695a3e0955d1fd2f10ebf08cf5701224a5dbeb18 xfce4-whiskermenu-plugin-2.2.1.tar.bz2"