[arch-commits] Commit in jgmenu/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sun Dec 2 16:01:32 UTC 2018
Date: Sunday, December 2, 2018 @ 16:01:31
Author: foxboron
Revision: 410766
archrelease: copy trunk to community-x86_64
Added:
jgmenu/repos/community-x86_64/PKGBUILD
(from rev 410765, jgmenu/trunk/PKGBUILD)
Deleted:
jgmenu/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-02 16:01:19 UTC (rev 410765)
+++ PKGBUILD 2018-12-02 16:01:31 UTC (rev 410766)
@@ -1,29 +0,0 @@
-# Maintainer: Mortne Linderu <foxboron at archlinux.org>
-# Contributor: Johan Malm <jgm323 at gmail dot com>
-
-pkgname=jgmenu
-pkgver=1.4.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' 'libxrandr' 'librsvg' 'libxml2' 'glib2' 'menu-cache' 'python')
-source=("${pkgname}-${pkgver}.tar.gz::http://www.github.com/johanmalm/jgmenu/archive/v${pkgver}.tar.gz")
-sha256sums=('14883b6c804fb59a517448190d882aaa053e01b25ca92c656d8b6f004c33cdb5')
-
-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 410765, jgmenu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-12-02 16:01:31 UTC (rev 410766)
@@ -0,0 +1,29 @@
+# Maintainer: Mortne Linderu <foxboron at archlinux.org>
+# Contributor: Johan Malm <jgm323 at gmail dot com>
+
+pkgname=jgmenu
+pkgver=1.5
+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=('5fbde27cb8493ce8ffcb9e2f0015219be1f85b7aa1a6e9ce5ed2f4ff091e25d6')
+
+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