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

Morten Linderud foxboron at archlinux.org
Wed Mar 13 17:55:03 UTC 2019


    Date: Wednesday, March 13, 2019 @ 17:55:02
  Author: foxboron
Revision: 440903

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-13 17:54:52 UTC (rev 440902)
+++ PKGBUILD	2019-03-13 17:55:02 UTC (rev 440903)
@@ -1,29 +0,0 @@
-# Maintainer: Mortne Linderu <foxboron at archlinux.org>
-# Contributor: Johan Malm <jgm323 at gmail dot com>
-
-pkgname=jgmenu
-pkgver=1.6
-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=('40c0a9a0cd2368eeda437a14685fffc8262020debc39bb4b2e7c4e72d7e4cf78')
-
-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 440902, jgmenu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-13 17:55:02 UTC (rev 440903)
@@ -0,0 +1,29 @@
+# Maintainer: Mortne Linderu <foxboron at archlinux.org>
+# Contributor: Johan Malm <jgm323 at gmail dot com>
+
+pkgname=jgmenu
+pkgver=2.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' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 'menu-cache' 'python')
+source=("${pkgname}-${pkgver}.tar.gz::http://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz")
+sha256sums=('6c795f4f172ff4ea29876a16803d0337ca749162f660a1b2a81f891afed86794')
+
+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