[arch-commits] Commit in jgmenu/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Mon Jan 4 19:47:04 UTC 2021
Date: Monday, January 4, 2021 @ 19:47:03
Author: foxboron
Revision: 807943
archrelease: copy trunk to community-x86_64
Added:
jgmenu/repos/community-x86_64/PKGBUILD
(from rev 807942, jgmenu/trunk/PKGBUILD)
Deleted:
jgmenu/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-04 19:46:57 UTC (rev 807942)
+++ PKGBUILD 2021-01-04 19:47:03 UTC (rev 807943)
@@ -1,29 +0,0 @@
-# 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
-}
Copied: jgmenu/repos/community-x86_64/PKGBUILD (from rev 807942, jgmenu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-01-04 19:47:03 UTC (rev 807943)
@@ -0,0 +1,29 @@
+# Maintainer: Mortne Linderu <foxboron at archlinux.org>
+# Contributor: Johan Malm <jgm323 at gmail dot com>
+
+pkgname=jgmenu
+pkgver=4.3.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=('84daae2c544a2755d76e9bcd8cd2503e9cfbf8c48b3e97c8ec32dbcf269c6275')
+
+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