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

Morten Linderud foxboron at archlinux.org
Sun Feb 11 22:13:23 UTC 2018


    Date: Sunday, February 11, 2018 @ 22:13:22
  Author: foxboron
Revision: 292579

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-11 22:13:14 UTC (rev 292578)
+++ PKGBUILD	2018-02-11 22:13:22 UTC (rev 292579)
@@ -1,23 +0,0 @@
-# Maintainer: Mortne Linderu <foxboron at archlinux.org>
-# Contributor: Johan Malm <jgm323 at gmail dot com>
-
-pkgname=jgmenu
-pkgver=0.8
-pkgrel=2
-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=('9ab2bbaa5b65d27961872c25a1cdda2486842455f49030612e6ac9e46df4cae1')
-
-build() {
-	cd "$pkgname-$pkgver"
-	make
-}
-
-package() {
-	cd "$pkgname-$pkgver"
-	make DESTDIR="$pkgdir" prefix=/usr install
-}

Copied: jgmenu/repos/community-x86_64/PKGBUILD (from rev 292578, jgmenu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-11 22:13:22 UTC (rev 292579)
@@ -0,0 +1,23 @@
+# Maintainer: Mortne Linderu <foxboron at archlinux.org>
+# Contributor: Johan Malm <jgm323 at gmail dot com>
+
+pkgname=jgmenu
+pkgver=0.8.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=('d0c8e1914bd14a867dba83569ba713e9b88fdd28194e6ae9b4e2948a1c7521fc')
+
+build() {
+	cd "$pkgname-$pkgver"
+	make
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" prefix=/usr install
+}



More information about the arch-commits mailing list