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

Morten Linderud foxboron at archlinux.org
Sun Feb 4 23:57:25 UTC 2018


    Date: Sunday, February 4, 2018 @ 23:57:24
  Author: foxboron
Revision: 289073

Added jgmenu to community

Added:
  jgmenu/
  jgmenu/repos/
  jgmenu/trunk/
  jgmenu/trunk/PKGBUILD

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

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



More information about the arch-commits mailing list