[arch-commits] Commit in xfce4-whiskermenu-plugin/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Feb 16 18:28:35 UTC 2015
Date: Monday, February 16, 2015 @ 19:28:35
Author: arodseth
Revision: 127804
upgpkg: xfce4-whiskermenu-plugin 1.4.3-1
Modified:
xfce4-whiskermenu-plugin/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-16 18:28:33 UTC (rev 127803)
+++ PKGBUILD 2015-02-16 18:28:35 UTC (rev 127804)
@@ -3,22 +3,25 @@
# Contributor: Graeme Gott <graeme at gottcode.org>
pkgname=xfce4-whiskermenu-plugin
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
-pkgdesc='Alternate Xfce menu'
+pkgdesc='Alternate menu for Xfce4'
arch=('x86_64' 'i686')
-url="http://gottcode.org/$pkgname/"
+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=('7266d7a16df4bffe6f00d3d4711b8b8fd972491bac70f13a9d7edd9f0472d311')
+sha256sums=('56c409a16e8a6db4f6eb4ae4e8c3ad472964e840c01453f200d0c1034d949b4b')
build() {
cd "$pkgname-$pkgver"
-
- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
+ cmake \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib
make
}
More information about the arch-commits
mailing list