[arch-commits] Commit in jgmenu/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat Sep 1 23:08:50 UTC 2018
Date: Saturday, September 1, 2018 @ 23:08:50
Author: foxboron
Revision: 376000
archrelease: copy trunk to community-x86_64
Added:
jgmenu/repos/community-x86_64/PKGBUILD
(from rev 375999, jgmenu/trunk/PKGBUILD)
Deleted:
jgmenu/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-01 23:08:38 UTC (rev 375999)
+++ PKGBUILD 2018-09-01 23:08:50 UTC (rev 376000)
@@ -1,29 +0,0 @@
-# Maintainer: Mortne Linderu <foxboron at archlinux.org>
-# Contributor: Johan Malm <jgm323 at gmail dot com>
-
-pkgname=jgmenu
-pkgver=1.1
-pkgrel=1
-pkgdesc="Small X11 menu intended to be used with openbox and tint2"
-arch=('i686' 'x86_64')
-url="http://www.github.com/johanmalm/jgmenu"
-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=('1478b763832f103ff4f57562c8fd21059dd647954dd4582dcf34135a5f7fb0d1')
-
-build() {
- cd "$pkgname-$pkgver"
- make
-}
-
-check(){
- cd "$pkgname-$pkgver"
- make check
- make test
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" prefix=/usr install
-}
Copied: jgmenu/repos/community-x86_64/PKGBUILD (from rev 375999, jgmenu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-09-01 23:08:50 UTC (rev 376000)
@@ -0,0 +1,29 @@
+# Maintainer: Mortne Linderu <foxboron at archlinux.org>
+# Contributor: Johan Malm <jgm323 at gmail dot com>
+
+pkgname=jgmenu
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Small X11 menu intended to be used with openbox and tint2"
+arch=('i686' 'x86_64')
+url="http://www.github.com/johanmalm/jgmenu"
+license=('GPL')
+depends=('libx11' 'cairo' 'pango' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 'menu-cache' 'python')
+source=("${pkgname}-${pkgver}.tar.gz::http://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz")
+sha256sums=('0206b4c318aad3f9d9743ad9ef7f5c6c1f40213795dd945c69f99ec4cbbb5680')
+
+build() {
+ cd "$pkgname-$pkgver"
+ 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