[arch-commits] Commit in xfce4-whiskermenu-plugin/repos (4 files)
Alexander Rødseth
arodseth at archlinux.org
Tue Mar 14 14:00:25 UTC 2017
Date: Tuesday, March 14, 2017 @ 14:00:24
Author: arodseth
Revision: 216249
archrelease: copy trunk to community-x86_64, community-i686
Added:
xfce4-whiskermenu-plugin/repos/community-i686/PKGBUILD
(from rev 216248, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD
(from rev 216248, 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-03-14 13:45:33 UTC (rev 216248)
+++ community-i686/PKGBUILD 2017-03-14 14:00:24 UTC (rev 216249)
@@ -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.1
-pkgrel=1
-pkgdesc='Alternate menu for Xfce4'
-arch=('x86_64' 'i686')
-url='https://gottcode.org/xfce4-whiskermenu-plugin/'
-groups=('xfce4-goodies')
-license=('GPL2')
-depends=('xfce4-panel')
-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=('3008de2e1f9099328a294def144b6b21ee04b9b04936831f1c0e1e3ffedf8a21')
-
-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 216248, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-14 14:00:24 UTC (rev 216249)
@@ -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.1
+pkgrel=1
+pkgdesc='Alternate menu for Xfce4'
+arch=('x86_64' 'i686')
+url='https://gottcode.org/xfce4-whiskermenu-plugin/'
+groups=('xfce4-goodies')
+license=('GPL2')
+depends=('xfce4-panel')
+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=('3008de2e1f9099328a294def144b6b21ee04b9b04936831f1c0e1e3ffedf8a21')
+
+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:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-03-14 13:45:33 UTC (rev 216248)
+++ community-x86_64/PKGBUILD 2017-03-14 14:00:24 UTC (rev 216249)
@@ -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.1
-pkgrel=1
-pkgdesc='Alternate menu for Xfce4'
-arch=('x86_64' 'i686')
-url='https://gottcode.org/xfce4-whiskermenu-plugin/'
-groups=('xfce4-goodies')
-license=('GPL2')
-depends=('xfce4-panel')
-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=('3008de2e1f9099328a294def144b6b21ee04b9b04936831f1c0e1e3ffedf8a21')
-
-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 216248, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-03-14 14:00:24 UTC (rev 216249)
@@ -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.1
+pkgrel=1
+pkgdesc='Alternate menu for Xfce4'
+arch=('x86_64' 'i686')
+url='https://gottcode.org/xfce4-whiskermenu-plugin/'
+groups=('xfce4-goodies')
+license=('GPL2')
+depends=('xfce4-panel')
+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=('3008de2e1f9099328a294def144b6b21ee04b9b04936831f1c0e1e3ffedf8a21')
+
+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:
More information about the arch-commits
mailing list