extra/xfce4-whiskermenu-plugin to 2.8.3-1

This commit is contained in:
Kevin Mihelich 2024-01-16 17:24:33 +00:00
parent 3b9b9ed108
commit 7479b68432
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = xfce4-whiskermenu-plugin pkgbase = xfce4-whiskermenu-plugin
pkgdesc = Menu for Xfce4 pkgdesc = Menu for Xfce4
pkgver = 2.8.2 pkgver = 2.8.3
pkgrel = 1 pkgrel = 1
url = https://gottcode.org/xfce4-whiskermenu-plugin/ url = https://gottcode.org/xfce4-whiskermenu-plugin/
arch = x86_64 arch = x86_64
@ -13,7 +13,7 @@ pkgbase = xfce4-whiskermenu-plugin
depends = gtk3 depends = gtk3
depends = gtk-layer-shell depends = gtk-layer-shell
depends = xfce4-panel depends = xfce4-panel
source = https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.8/xfce4-whiskermenu-plugin-2.8.2.tar.bz2 source = https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/2.8/xfce4-whiskermenu-plugin-2.8.3.tar.bz2
sha256sums = cbff8325999a20194e0bbce6f4d3d568ce06704d2b79acd9547d6c90aa083e70 sha256sums = e776c287658f98d0739447279522fe78766088438242cf2365a49c8973fc9cd0
pkgname = xfce4-whiskermenu-plugin pkgname = xfce4-whiskermenu-plugin

View file

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