mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/xfce4-whiskermenu-plugin to 2.4.3-1
This commit is contained in:
parent
228797c623
commit
17d625d578
1 changed files with 4 additions and 12 deletions
|
@ -6,8 +6,8 @@
|
|||
# - cmake with -DENABLE_LINK_TIME_OPTIMIZATION=off
|
||||
|
||||
pkgname=xfce4-whiskermenu-plugin
|
||||
pkgver=2.4.2
|
||||
pkgrel=2
|
||||
pkgver=2.4.3
|
||||
pkgrel=1
|
||||
pkgdesc='Menu for Xfce4'
|
||||
arch=('x86_64')
|
||||
url='https://gottcode.org/xfce4-whiskermenu-plugin/'
|
||||
|
@ -15,16 +15,8 @@ groups=('xfce4-goodies')
|
|||
license=('GPL2')
|
||||
depends=('garcon' 'xfce4-panel' 'gtk3>=3.22')
|
||||
makedepends=('cmake' 'ninja')
|
||||
source=("https://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2"
|
||||
'0001-Fix-loading-incorrect-icons-for-some-applications.patch')
|
||||
sha256sums=('fb2e1d44744d851c5339900e7af9068397028efa9ee5235a66ab273e95740dee'
|
||||
'48943613ee63562bf0a55757ae81272400e87e462d0471a9cc753dccd59083cf')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
patch -Np1 < ../0001-Fix-loading-incorrect-icons-for-some-applications.patch
|
||||
}
|
||||
source=("https://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2")
|
||||
sha256sums=('39faeee91ceb3cb727f9de09dbf20a8c73e524851a2c3b76a4b19a0732de5ff0')
|
||||
|
||||
build() {
|
||||
mkdir -p build
|
||||
|
|
Loading…
Reference in a new issue