[arch-commits] Commit in xfce4-whiskermenu-plugin/repos (2 files)

Christian Hesse eworm at archlinux.org
Tue Jul 21 10:44:17 UTC 2020


    Date: Tuesday, July 21, 2020 @ 10:44:16
  Author: eworm
Revision: 664711

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 664710, xfce4-whiskermenu-plugin/trunk/PKGBUILD)

----------+
 PKGBUILD |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

Copied: xfce4-whiskermenu-plugin/repos/community-testing-x86_64/PKGBUILD (from rev 664710, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2020-07-21 10:44:16 UTC (rev 664711)
@@ -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.4.5
+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=('f5241910ea6411840b8c9f9471f0d262ab0583150bb82f9b280eccbaadb0ebbe')
+
+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