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

Alexander Rødseth arodseth at archlinux.org
Mon Aug 14 23:53:12 UTC 2017


    Date: Monday, August 14, 2017 @ 23:53:11
  Author: arodseth
Revision: 250445

archrelease: copy trunk to community-x86_64, community-i686

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

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   34 ----------------------
 community-x86_64/PKGBUILD |   34 ----------------------
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-08-14 23:52:50 UTC (rev 250444)
+++ community-i686/PKGBUILD	2017-08-14 23:53:11 UTC (rev 250445)
@@ -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.2
-pkgrel=2
-pkgdesc='Alternate 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=('d47dbdbd38830058cb06ca6e3d9cfd752d58e487659282fe2f61f01e9f38ef4f')
-
-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
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-whiskermenu-plugin/repos/community-i686/PKGBUILD (from rev 250444, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-14 23:53:11 UTC (rev 250445)
@@ -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.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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-08-14 23:52:50 UTC (rev 250444)
+++ community-x86_64/PKGBUILD	2017-08-14 23:53:11 UTC (rev 250445)
@@ -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.2
-pkgrel=2
-pkgdesc='Alternate 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=('d47dbdbd38830058cb06ca6e3d9cfd752d58e487659282fe2f61f01e9f38ef4f')
-
-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
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD (from rev 250444, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-14 23:53:11 UTC (rev 250445)
@@ -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.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:



More information about the arch-commits mailing list