[arch-commits] Commit in lxmenu-data/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 15:15:37 UTC 2020
Date: Tuesday, July 7, 2020 @ 15:15:37
Author: felixonmars
Revision: 658877
archrelease: copy trunk to community-staging-any
Added:
lxmenu-data/repos/community-staging-any/
lxmenu-data/repos/community-staging-any/PKGBUILD
(from rev 658876, lxmenu-data/trunk/PKGBUILD)
----------+
PKGBUILD | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
Copied: lxmenu-data/repos/community-staging-any/PKGBUILD (from rev 658876, lxmenu-data/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-07-07 15:15:37 UTC (rev 658877)
@@ -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=3
+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