extra/xfce4-whiskermenu-plugin to 2.8.1-1

This commit is contained in:
Kevin Mihelich 2023-11-10 13:44:54 +00:00
parent ef2f901e74
commit 6714a36c1a
2 changed files with 21 additions and 2 deletions

View file

@ -0,0 +1,19 @@
pkgbase = xfce4-whiskermenu-plugin
pkgdesc = Menu for Xfce4
pkgver = 2.8.1
pkgrel = 1
url = https://gottcode.org/xfce4-whiskermenu-plugin/
arch = x86_64
groups = xfce4-goodies
license = GPL2
makedepends = cmake
makedepends = ninja
depends = accountsservice
depends = garcon
depends = gtk3
depends = gtk-layer-shell
depends = xfce4-panel
source = https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.8/xfce4-whiskermenu-plugin-2.8.1.tar.bz2
sha256sums = e4b93dba818ee6f63037d2a49b9c29e2832e76991508d39e3db6e1b405c2f39f
pkgname = xfce4-whiskermenu-plugin

View file

@ -6,7 +6,7 @@
# - cmake with -DENABLE_LINK_TIME_OPTIMIZATION=off
pkgname=xfce4-whiskermenu-plugin
pkgver=2.8.0
pkgver=2.8.1
pkgrel=1
pkgdesc='Menu for Xfce4'
arch=('x86_64')
@ -16,7 +16,7 @@ license=('GPL2')
depends=('accountsservice' 'garcon' 'gtk3' 'gtk-layer-shell' 'xfce4-panel')
makedepends=('cmake' 'ninja')
source=("https://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2")
sha256sums=('bcf8035ee9080a955b7ad6f2da0fdefa4db283f9ce2d1717ad0faef5c23244e6')
sha256sums=('e4b93dba818ee6f63037d2a49b9c29e2832e76991508d39e3db6e1b405c2f39f')
build() {
cmake -B build -S "${srcdir}/${pkgname}-${pkgver}" \