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

Morten Linderud foxboron at archlinux.org
Sun May 24 20:22:54 UTC 2020


    Date: Sunday, May 24, 2020 @ 20:22:53
  Author: foxboron
Revision: 633623

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-24 20:22:45 UTC (rev 633622)
+++ PKGBUILD	2020-05-24 20:22:53 UTC (rev 633623)
@@ -1,29 +0,0 @@
-# Maintainer: Mortne Linderu <foxboron at archlinux.org>
-# Contributor: Johan Malm <jgm323 at gmail dot com>
-
-pkgname=jgmenu
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="Simple, independent, contemporary-looking X11 menu, designed for scripting, ricing and tweaking"
-arch=('i686' 'x86_64')
-url="https://www.github.com/johanmalm/jgmenu"
-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=('30893e28905dae8f5ed1fda56ad09d131bbd035c5e62348d2f192c3356286e1f')
-
-build() {
-	cd "$pkgname-$pkgver"
-	./configure --prefix=/usr --with-lx --with-pmenu
-	make
-}
-
-check(){
-	cd "$pkgname-$pkgver"
-	make test
-}
-
-package() {
-	cd "$pkgname-$pkgver"
-	make DESTDIR="$pkgdir" prefix=/usr install
-}

Copied: jgmenu/repos/community-x86_64/PKGBUILD (from rev 633622, jgmenu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-24 20:22:53 UTC (rev 633623)
@@ -0,0 +1,29 @@
+# Maintainer: Mortne Linderu <foxboron at archlinux.org>
+# Contributor: Johan Malm <jgm323 at gmail dot com>
+
+pkgname=jgmenu
+pkgver=4.2.1
+pkgrel=1
+pkgdesc="Simple, independent, contemporary-looking X11 menu, designed for scripting, ricing and tweaking"
+arch=('i686' 'x86_64')
+url="https://www.github.com/johanmalm/jgmenu"
+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=('8ce3250b6a726f068126a0b75e02a6caafcf651b8c6ef59b328ff70a81473fc5')
+
+build() {
+	cd "$pkgname-$pkgver"
+	./configure --prefix=/usr --with-lx --with-pmenu
+	make
+}
+
+check(){
+	cd "$pkgname-$pkgver"
+	make test
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" prefix=/usr install
+}



More information about the arch-commits mailing list