[arch-commits] Commit in jgmenu/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Mon Feb 19 14:09:51 UTC 2018
Date: Monday, February 19, 2018 @ 14:09:50
Author: foxboron
Revision: 296373
upgpkg: jgmenu 0.8.2-1
Bumped to 0.8.2 and added tests
Modified:
jgmenu/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-19 14:06:12 UTC (rev 296372)
+++ PKGBUILD 2018-02-19 14:09:50 UTC (rev 296373)
@@ -2,7 +2,7 @@
# Contributor: Johan Malm <jgm323 at gmail dot com>
pkgname=jgmenu
-pkgver=0.8.1
+pkgver=0.8.2
pkgrel=1
pkgdesc="Small X11 menu intended to be used with openbox and tint2"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
license=('GPL')
depends=('libx11' 'cairo' 'pango' 'libxinerama' 'librsvg' 'libxml2' 'glib2' 'menu-cache' 'python')
source=("${pkgname}-${pkgver}.tar.gz::http://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz")
-sha256sums=('d0c8e1914bd14a867dba83569ba713e9b88fdd28194e6ae9b4e2948a1c7521fc')
+sha256sums=('d019b6eae72b34e41afc2ca3220d139e8329cf2c1aefac77826cec33b5a9ad37')
build() {
cd "$pkgname-$pkgver"
@@ -17,6 +17,12 @@
make
}
+check(){
+ cd "$pkgname-$pkgver"
+ make check
+ make test
+}
+
package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" prefix=/usr install
More information about the arch-commits
mailing list