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

Alexander Rødseth arodseth at archlinux.org
Tue Nov 14 09:31:43 UTC 2017


    Date: Tuesday, November 14, 2017 @ 09:31:41
  Author: arodseth
Revision: 266773

archrelease: copy trunk to community-x86_64

Added:
  xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD
    (from rev 266772, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-14 09:31:30 UTC (rev 266772)
+++ PKGBUILD	2017-11-14 09:31:41 UTC (rev 266773)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Graeme Gott <graeme at gottcode.org>
-
-pkgname=xfce4-whiskermenu-plugin
-pkgver=1.7.3
-pkgrel=1
-pkgdesc='Menu for Xfce4'
-arch=('x86_64' 'i686')
-url='https://gottcode.org/xfce4-whiskermenu-plugin/'
-groups=('xfce4-goodies')
-license=('GPL2')
-depends=('xfce4-panel' 'garcon')
-makedepends=('cmake' 'ninja')
-source=("http://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2") # no https available
-sha256sums=('608faec0ed635754431e3086aa35a345c5f62163d4c6d15c12a4aac074bac56a')
-
-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
-}
-
-# getver: -u=2 gottcode.org/xfce4-whiskermenu-plugin
-# vim: ts=2 sw=2 et:

Copied: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD (from rev 266772, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-14 09:31:41 UTC (rev 266773)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Graeme Gott <graeme at gottcode.org>
+
+pkgname=xfce4-whiskermenu-plugin
+pkgver=1.7.4
+pkgrel=1
+pkgdesc='Menu for Xfce4'
+arch=('x86_64' 'i686')
+url='https://gottcode.org/xfce4-whiskermenu-plugin/'
+groups=('xfce4-goodies')
+license=('GPL2')
+depends=('xfce4-panel' 'garcon')
+makedepends=('cmake' 'ninja')
+source=("http://archive.be.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${pkgver%.*}/xfce4-whiskermenu-plugin-$pkgver.tar.bz2") # no https available
+sha256sums=('248e02c5a2854a1631e57ccb70541b9c6303b1460e4cd5b401226e817661c749')
+
+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
+}
+
+# getver: -u=2 gottcode.org/xfce4-whiskermenu-plugin
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list