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

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


    Date: Sunday, February 4, 2018 @ 23:58:56
  Author: foxboron
Revision: 289075

archrelease: copy trunk to community-x86_64

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

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

Copied: jgmenu/repos/community-x86_64/PKGBUILD (from rev 289074, jgmenu/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-02-04 23:58:56 UTC (rev 289075)
@@ -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=2
+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