# Maintainer: Natanael Copa pkgname=xfce4-whiskermenu-plugin pkgver=2.4.4 pkgrel=0 pkgdesc="Alternate application launcher for Xfce" url="https://goodies.xfce.org/projects/panel-plugins/xfce4-whiskermenu-plugin" arch="all !mips !mips64" 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" build() { cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_BUILD_TYPE=None \ . make } package() { make install LIBDIR=lib DESTDIR="$pkgdir" } sha512sums="2fe27567d301f66de4648f1c3104a2ecb90c3b25672d5babcde69507559628a3a74b14d1526ff70dd75d64f7d056c8baae645f5a9291bf8c5e30a1a8258721ba xfce4-whiskermenu-plugin-2.4.4.tar.bz2"