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

Alexander Rødseth arodseth at archlinux.org
Sat Dec 6 19:29:51 UTC 2014


    Date: Saturday, December 6, 2014 @ 20:29:51
  Author: arodseth
Revision: 123550

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

Added:
  xfce4-whiskermenu-plugin/repos/community-i686/PKGBUILD
    (from rev 123549, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
  xfce4-whiskermenu-plugin/repos/community-i686/xfce4-whiskermenu-plugin.install
    (from rev 123549, xfce4-whiskermenu-plugin/trunk/xfce4-whiskermenu-plugin.install)
  xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD
    (from rev 123549, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
  xfce4-whiskermenu-plugin/repos/community-x86_64/xfce4-whiskermenu-plugin.install
    (from rev 123549, xfce4-whiskermenu-plugin/trunk/xfce4-whiskermenu-plugin.install)

---------------------------------------------------+
 community-i686/PKGBUILD                           |   28 ++++++++++++++++++++
 community-i686/xfce4-whiskermenu-plugin.install   |   13 +++++++++
 community-x86_64/PKGBUILD                         |   28 ++++++++++++++++++++
 community-x86_64/xfce4-whiskermenu-plugin.install |   13 +++++++++
 4 files changed, 82 insertions(+)

Copied: xfce4-whiskermenu-plugin/repos/community-i686/PKGBUILD (from rev 123549, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-12-06 19:29:51 UTC (rev 123550)
@@ -0,0 +1,28 @@
+# $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.4.1
+pkgrel=1
+pkgdesc='Alternate Xfce menu'
+arch=('x86_64' 'i686')
+url="http://gottcode.org/$pkgname/"
+license=('GPL2')
+depends=('xfce4-panel')
+makedepends=('cmake')
+install="$pkgname.install"
+source=("http://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
+sha256sums=('b541adef6e6683f44e291d21e089e5583a95f4387dabc3f512c7773bdbe17d3e')
+
+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/xfce4-whiskermenu-plugin.install (from rev 123549, xfce4-whiskermenu-plugin/trunk/xfce4-whiskermenu-plugin.install)
===================================================================
--- community-i686/xfce4-whiskermenu-plugin.install	                        (rev 0)
+++ community-i686/xfce4-whiskermenu-plugin.install	2014-12-06 19:29:51 UTC (rev 123550)
@@ -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:

Copied: xfce4-whiskermenu-plugin/repos/community-x86_64/PKGBUILD (from rev 123549, xfce4-whiskermenu-plugin/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-12-06 19:29:51 UTC (rev 123550)
@@ -0,0 +1,28 @@
+# $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.4.1
+pkgrel=1
+pkgdesc='Alternate Xfce menu'
+arch=('x86_64' 'i686')
+url="http://gottcode.org/$pkgname/"
+license=('GPL2')
+depends=('xfce4-panel')
+makedepends=('cmake')
+install="$pkgname.install"
+source=("http://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2")
+sha256sums=('b541adef6e6683f44e291d21e089e5583a95f4387dabc3f512c7773bdbe17d3e')
+
+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/xfce4-whiskermenu-plugin.install (from rev 123549, xfce4-whiskermenu-plugin/trunk/xfce4-whiskermenu-plugin.install)
===================================================================
--- community-x86_64/xfce4-whiskermenu-plugin.install	                        (rev 0)
+++ community-x86_64/xfce4-whiskermenu-plugin.install	2014-12-06 19:29:51 UTC (rev 123550)
@@ -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