[arch-commits] Commit in jgmenu/repos/community-x86_64 (PKGBUILD PKGBUILD)

Morten Linderud foxboron at archlinux.org
Mon May 21 22:22:20 UTC 2018


    Date: Monday, May 21, 2018 @ 22:22:20
  Author: foxboron
Revision: 326706

archrelease: copy trunk to community-x86_64

Added:
  jgmenu/repos/community-x86_64/PKGBUILD
    (from rev 326705, jgmenu/trunk/PKGBUILD)
Deleted:
  jgmenu/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-21 22:22:12 UTC (rev 326705)
+++ PKGBUILD	2018-05-21 22:22:20 UTC (rev 326706)
@@ -1,29 +0,0 @@
-# Maintainer: Mortne Linderu <foxboron at archlinux.org>
-# Contributor: Johan Malm <jgm323 at gmail dot com>
-
-pkgname=jgmenu
-pkgver=0.8.2
-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=('d019b6eae72b34e41afc2ca3220d139e8329cf2c1aefac77826cec33b5a9ad37')
-
-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 326705, jgmenu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-21 22:22:20 UTC (rev 326706)
@@ -0,0 +1,29 @@
+# Maintainer: Mortne Linderu <foxboron at archlinux.org>
+# Contributor: Johan Malm <jgm323 at gmail dot com>
+
+pkgname=jgmenu
+pkgver=0.9
+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=('2095de1d0bceadba5a5e6e002626a936a95b0f08c4f3397f943d161cf606b3bb')
+
+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