[arch-commits] Commit in lxmenu-data/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 21:26:09 UTC 2018


    Date: Friday, November 9, 2018 @ 21:26:08
  Author: felixonmars
Revision: 404632

archrelease: copy trunk to community-staging-any

Added:
  lxmenu-data/repos/community-staging-any/
  lxmenu-data/repos/community-staging-any/PKGBUILD
    (from rev 404630, lxmenu-data/trunk/PKGBUILD)

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

Copied: lxmenu-data/repos/community-staging-any/PKGBUILD (from rev 404630, lxmenu-data/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 21:26:08 UTC (rev 404632)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=lxmenu-data
+pkgver=0.1.5
+pkgrel=2
+pkgdesc="Freedesktop.org desktop menus for LXDE"
+arch=('any')
+license=('GPL2')
+url="https://lxde.org/"
+source=("https://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz")
+makedepends=('intltool')
+sha256sums=('9fe3218d2ef50b91190162f4f923d6524c364849f87bcda8b4ed8eb59b80bab8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list