🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233343536373839
pkgname: 'xfce4-whiskermenu-plugin'
pkgver: '2.10.1'
pkgrel: '2'
pkgdesc: 'Alternate menu for Xfce4'
url: 'https://gottcode.org/xfce4-whiskermenu-plugin/'
arch: x86_64
license:
- GPL2
depends: []
makedepends:
- libxfce4util
- libxfce4ui
- cmake
- 'xfce4-panel'
- accountsservice
- 'gtk-layer-shell'
source:
- 'https://archive.xfce.org/src/panel-plugins/${pkgname}/2.10/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make
make DESTDIR=${PKGDIR} install
install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
package: |
true