[arch-commits] Commit in xfce4-whiskermenu-plugin/repos (2 files)
Christian Hesse
eworm at gemini.archlinux.org
Sat Dec 11 21:29:31 UTC 2021
Date: Saturday, December 11, 2021 @ 21:29:31
Author: eworm
Revision: 1068326
archrelease: copy trunk to community-testing-x86_64
Added:
xfce4-whiskermenu-plugin/repos/community-testing-x86_64/
xfce4-whiskermenu-plugin/repos/community-testing-x86_64/PKGBUILD
(from rev 1068325, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: xfce4-whiskermenu-plugin/repos/community-testing-x86_64/PKGBUILD (from rev 1068325, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2021-12-11 21:29:31 UTC (rev 1068326)
@@ -0,0 +1,31 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Graeme Gott <graeme at gottcode.org>
+
+pkgname=xfce4-whiskermenu-plugin
+pkgver=2.7.1
+pkgrel=1
+pkgdesc='Menu for Xfce4'
+arch=('x86_64')
+url='https://gottcode.org/xfce4-whiskermenu-plugin/'
+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")
+sha256sums=('04ae0c1764a0d5ec70f18a760d998a2109bb6724f048554d7d6999d9072ca63e')
+
+build() {
+ mkdir -p build
+ cd build
+ cmake "$srcdir/$pkgname-$pkgver" \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -GNinja
+ ninja
+}
+
+package() {
+ DESTDIR="$pkgdir" ninja -C build install
+}
More information about the arch-commits
mailing list