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

Balló György bgyorgy at archlinux.org
Wed Dec 7 18:43:18 UTC 2016


    Date: Wednesday, December 7, 2016 @ 18:43:18
  Author: bgyorgy
Revision: 198365

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lxmenu-data/repos/community-i686/
  lxmenu-data/repos/community-i686/PKGBUILD
    (from rev 198364, lxmenu-data/trunk/PKGBUILD)
  lxmenu-data/repos/community-x86_64/
  lxmenu-data/repos/community-x86_64/PKGBUILD
    (from rev 198364, lxmenu-data/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: lxmenu-data/repos/community-i686/PKGBUILD (from rev 198364, lxmenu-data/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-12-07 18:43:18 UTC (rev 198365)
@@ -0,0 +1,26 @@
+# $Id$
+# 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=1
+pkgdesc="Freedesktop.org desktop menus for LXDE"
+arch=('any')
+license=('GPL2')
+url="http://lxde.org/"
+source=("https://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz")
+makedepends=('intltool')
+sha256sums=('9fe3218d2ef50b91190162f4f923d6524c364849f87bcda8b4ed8eb59b80bab8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: lxmenu-data/repos/community-x86_64/PKGBUILD (from rev 198364, lxmenu-data/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-12-07 18:43:18 UTC (rev 198365)
@@ -0,0 +1,26 @@
+# $Id$
+# 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=1
+pkgdesc="Freedesktop.org desktop menus for LXDE"
+arch=('any')
+license=('GPL2')
+url="http://lxde.org/"
+source=("https://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz")
+makedepends=('intltool')
+sha256sums=('9fe3218d2ef50b91190162f4f923d6524c364849f87bcda8b4ed8eb59b80bab8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list