Date: Thursday, November 3, 2022 @ 20:07:36
Author: foxboron
Revision: 1341692
archrelease: copy trunk to community-x86_64
Added:
jgmenu/repos/community-x86_64/PKGBUILD
(from rev 1341691, jgmenu/trunk/PKGBUILD)
Deleted:
jgmenu/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-03 20:07:29 UTC (rev 1341691)
+++ PKGBUILD 2022-11-03 20:07:36 UTC (rev 1341692)
@@ -1,29 +0,0 @@
-# Maintainer: Mortne Linderu <[email protected]>
-# Contributor: Johan Malm <jgm323 at gmail dot com>
-
-pkgname=jgmenu
-pkgver=4.4.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=('acdd298a96da96c18deaeadf68f669a3e10242bd55911641a049ad6c0415054f')
-
-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 1341691,
jgmenu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-03 20:07:36 UTC (rev 1341692)
@@ -0,0 +1,29 @@
+# Maintainer: Mortne Linderu <[email protected]>
+# Contributor: Johan Malm <jgm323 at gmail dot com>
+
+pkgname=jgmenu
+pkgver=4.4.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=('164194eb9da7ccedccfb47796560b2a6b0f734ae6c5c3878ec184f7cfe7f8f32')
+
+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
+}