[arch-commits] Commit in xfce4-whiskermenu-plugin/repos (8 files)
Alexander Rødseth
arodseth at archlinux.org
Sun Sep 27 21:12:52 UTC 2015
Date: Sunday, September 27, 2015 @ 23:12:52
Author: arodseth
Revision: 141723
archrelease: copy trunk to community-x86_64, community-i686
Added:
xfce4-whiskermenu-plugin/repos/community-i686/PKGBUILD
(from rev 141722, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
xfce4-whiskermenu-plugin/repos/community-i686/xfce4-whiskermenu-plugin.install
(from rev 141722, xfce4-whiskermenu-plugin/trunk/xfce4-whiskermenu-plugin.install)
xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD
(from rev 141722, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
xfce4-whiskermenu-plugin/repos/community-x86_64/xfce4-whiskermenu-plugin.install
(from rev 141722, xfce4-whiskermenu-plugin/trunk/xfce4-whiskermenu-plugin.install)
Deleted:
xfce4-whiskermenu-plugin/repos/community-i686/PKGBUILD
xfce4-whiskermenu-plugin/repos/community-i686/xfce4-whiskermenu-plugin.install
xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD
xfce4-whiskermenu-plugin/repos/community-x86_64/xfce4-whiskermenu-plugin.install
---------------------------------------------------+
/PKGBUILD | 68 ++++++++++++++++++++
/xfce4-whiskermenu-plugin.install | 26 +++++++
community-i686/PKGBUILD | 33 ---------
community-i686/xfce4-whiskermenu-plugin.install | 13 ---
community-x86_64/PKGBUILD | 33 ---------
community-x86_64/xfce4-whiskermenu-plugin.install | 13 ---
6 files changed, 94 insertions(+), 92 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-09-27 21:12:39 UTC (rev 141722)
+++ community-i686/PKGBUILD 2015-09-27 21:12:52 UTC (rev 141723)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Graeme Gott <graeme at gottcode.org>
-
-pkgname=xfce4-whiskermenu-plugin
-pkgver=1.5.0
-pkgrel=2
-pkgdesc='Alternate menu for Xfce4'
-arch=('x86_64' 'i686')
-url="http://gottcode.org/xfce4-whiskermenu-plugin/"
-groups=('xfce4-goodies')
-license=('GPL2')
-depends=('xfce4-panel')
-makedepends=('cmake')
-install="$pkgname.install"
-source=("http://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
-sha256sums=('da82bdbc899a9935b560323aac9037d44f37fb110509b80ec293196722671851')
-
-build() {
- cd "$pkgname-$pkgver"
-
- cmake \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
- make
-}
-
-package() {
- make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: xfce4-whiskermenu-plugin/repos/community-i686/PKGBUILD (from rev 141722, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-27 21:12:52 UTC (rev 141723)
@@ -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.5.1
+pkgrel=1
+pkgdesc='Alternate menu for Xfce4'
+arch=('x86_64' 'i686')
+url="http://gottcode.org/xfce4-whiskermenu-plugin/"
+groups=('xfce4-goodies')
+license=('GPL2')
+depends=('xfce4-panel')
+makedepends=('cmake')
+install="$pkgname.install"
+source=("http://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
+sha256sums=('1c7650562322867513370ab575536b67aa3712329bb60a0c91a0a70e23a8945a')
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ cmake \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib
+ make
+}
+
+package() {
+ make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
+}
+
+# getver ok
+# vim:set ts=2 sw=2 et:
Deleted: community-i686/xfce4-whiskermenu-plugin.install
===================================================================
--- community-i686/xfce4-whiskermenu-plugin.install 2015-09-27 21:12:39 UTC (rev 141722)
+++ community-i686/xfce4-whiskermenu-plugin.install 2015-09-27 21:12:52 UTC (rev 141723)
@@ -1,13 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: xfce4-whiskermenu-plugin/repos/community-i686/xfce4-whiskermenu-plugin.install (from rev 141722, xfce4-whiskermenu-plugin/trunk/xfce4-whiskermenu-plugin.install)
===================================================================
--- community-i686/xfce4-whiskermenu-plugin.install (rev 0)
+++ community-i686/xfce4-whiskermenu-plugin.install 2015-09-27 21:12:52 UTC (rev 141723)
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-09-27 21:12:39 UTC (rev 141722)
+++ community-x86_64/PKGBUILD 2015-09-27 21:12:52 UTC (rev 141723)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 123401 2014-12-03 12:28:05Z arodseth $
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Graeme Gott <graeme at gottcode.org>
-
-pkgname=xfce4-whiskermenu-plugin
-pkgver=1.5.0
-pkgrel=2
-pkgdesc='Alternate menu for Xfce4'
-arch=('x86_64' 'i686')
-url="http://gottcode.org/xfce4-whiskermenu-plugin/"
-groups=('xfce4-goodies')
-license=('GPL2')
-depends=('xfce4-panel')
-makedepends=('cmake')
-install="$pkgname.install"
-source=("http://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
-sha256sums=('da82bdbc899a9935b560323aac9037d44f37fb110509b80ec293196722671851')
-
-build() {
- cd "$pkgname-$pkgver"
-
- cmake \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib
- make
-}
-
-package() {
- make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD (from rev 141722, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-09-27 21:12:52 UTC (rev 141723)
@@ -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.5.1
+pkgrel=1
+pkgdesc='Alternate menu for Xfce4'
+arch=('x86_64' 'i686')
+url="http://gottcode.org/xfce4-whiskermenu-plugin/"
+groups=('xfce4-goodies')
+license=('GPL2')
+depends=('xfce4-panel')
+makedepends=('cmake')
+install="$pkgname.install"
+source=("http://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
+sha256sums=('1c7650562322867513370ab575536b67aa3712329bb60a0c91a0a70e23a8945a')
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ cmake \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib
+ make
+}
+
+package() {
+ make -C "$pkgname-$pkgver" install DESTDIR="$pkgdir"
+}
+
+# getver ok
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/xfce4-whiskermenu-plugin.install
===================================================================
--- community-x86_64/xfce4-whiskermenu-plugin.install 2015-09-27 21:12:39 UTC (rev 141722)
+++ community-x86_64/xfce4-whiskermenu-plugin.install 2015-09-27 21:12:52 UTC (rev 141723)
@@ -1,13 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: xfce4-whiskermenu-plugin/repos/community-x86_64/xfce4-whiskermenu-plugin.install (from rev 141722, xfce4-whiskermenu-plugin/trunk/xfce4-whiskermenu-plugin.install)
===================================================================
--- community-x86_64/xfce4-whiskermenu-plugin.install (rev 0)
+++ community-x86_64/xfce4-whiskermenu-plugin.install 2015-09-27 21:12:52 UTC (rev 141723)
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list