# Maintainer: Natanael Copa pkgname=xfce4-whiskermenu-plugin pkgver=2.3.3 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="06e8c0ec623538103974c266c26b8efea94f97093324b5f55305ba6832a8c9eb7fa19c636249dffbc09ed4c7e3f543d338b2bd3455c14601237b2253683f5ac6 xfce4-whiskermenu-plugin-2.3.3.tar.bz2"