29 lines
598 B
Plaintext
Raw Normal View History

2019-05-13 08:45:05 +02:00
# Description: Plugin menu
# URL: https://git.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/about/
# Maintainer: jolupa <jolupameister(at)gmail[dot](com)>
# Depends on: gtk3 exo garcon xfce4-panel libxfce4ui libxfce4util
name=xfce4-whiskermenu-plugin
version=2.3.2
release=1
source=(https://git.xfce.org/panel-plugins/$name/snapshot/$name-$version.tar.gz)
build() {
cd $name-$version
mkdir build
cd build
cmake $SRC/$name-$version \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DCMAKE_BUILD_TYPE=Release
make
make DESTDIR=$PKG install
}