extra/xfce4-whiskermenu-plugin to 2.8.4-1

This commit is contained in:
David Beauchamp 2025-01-03 16:54:31 -05:00
parent 91abaacd8a
commit f5a832ad13
2 changed files with 7 additions and 7 deletions
extra/xfce4-whiskermenu-plugin

View file

@ -1,7 +1,7 @@
pkgbase = xfce4-whiskermenu-plugin
pkgdesc = Menu for Xfce4
pkgver = 2.8.3
pkgrel = 2
pkgver = 2.8.4
pkgrel = 1
url = https://docs.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/start
arch = x86_64
groups = xfce4-goodies
@ -14,7 +14,7 @@ pkgbase = xfce4-whiskermenu-plugin
depends = gtk3
depends = gtk-layer-shell
depends = xfce4-panel
source = git+https://gitlab.xfce.org/panel-plugins/xfce4-whiskermenu-plugin.git#tag=v2.8.3
sha256sums = cdd4e512be94fc83fdf30578826075adfc1f3c96aea520121d0741665965f7df
source = git+https://gitlab.xfce.org/panel-plugins/xfce4-whiskermenu-plugin.git#tag=v2.8.4
sha256sums = bede0499d5852a9d2b6e3712a41bed7a73a4bfb90010b6c0dff048cde91e1fcf
pkgname = xfce4-whiskermenu-plugin

View file

@ -7,8 +7,8 @@
# - cmake with -DENABLE_LINK_TIME_OPTIMIZATION=off
pkgname=xfce4-whiskermenu-plugin
pkgver=2.8.3
pkgrel=2
pkgver=2.8.4
pkgrel=1
pkgdesc='Menu for Xfce4'
arch=('x86_64')
url='https://docs.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/start'
@ -17,7 +17,7 @@ groups=('xfce4-goodies')
depends=('accountsservice' 'garcon' 'gtk3' 'gtk-layer-shell' 'xfce4-panel')
makedepends=('cmake' 'git' 'ninja')
source=("git+https://gitlab.xfce.org/panel-plugins/xfce4-whiskermenu-plugin.git#tag=v${pkgver}")
sha256sums=('cdd4e512be94fc83fdf30578826075adfc1f3c96aea520121d0741665965f7df')
sha256sums=('bede0499d5852a9d2b6e3712a41bed7a73a4bfb90010b6c0dff048cde91e1fcf')
build() {
cmake -B build -S "${pkgname}" \