[arch-commits] Commit in jgmenu/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat Jan 11 13:01:16 UTC 2020
Date: Saturday, January 11, 2020 @ 13:01:15
Author: foxboron
Revision: 551901
upgpkg: jgmenu 4.0-1
Modified:
jgmenu/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-01-11 13:00:02 UTC (rev 551900)
+++ PKGBUILD 2020-01-11 13:01:15 UTC (rev 551901)
@@ -2,7 +2,7 @@
# Contributor: Johan Malm <jgm323 at gmail dot com>
pkgname=jgmenu
-pkgver=3.5
+pkgver=4.0
pkgrel=1
pkgdesc="Small X11 menu intended to be used with openbox and tint2"
arch=('i686' 'x86_64')
@@ -10,10 +10,11 @@
license=('GPL')
depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 'menu-cache' 'python')
source=("${pkgname}-${pkgver}.tar.gz::https://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz")
-sha256sums=('4456fd24fb522439bb900b46d8e77087fadb7dd38676879883ddec9bdcb57993')
+sha256sums=('39a28620a3daa923d48c7a40e3e6fc9df40891ce52f2ae69b89d97551fb5a0c2')
build() {
cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr --with-lx --with-pmenu
make
}
More information about the arch-commits
mailing list