[arch-commits] Commit in lxpanel/repos (2 files)
Balló György
bgyorgy at archlinux.org
Sat Mar 9 17:18:12 UTC 2019
Date: Saturday, March 9, 2019 @ 17:18:11
Author: bgyorgy
Revision: 438530
archrelease: copy trunk to community-testing-x86_64
Added:
lxpanel/repos/community-testing-x86_64/
lxpanel/repos/community-testing-x86_64/PKGBUILD
(from rev 438529, lxpanel/trunk/PKGBUILD)
----------+
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
Copied: lxpanel/repos/community-testing-x86_64/PKGBUILD (from rev 438529, lxpanel/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2019-03-09 17:18:11 UTC (rev 438530)
@@ -0,0 +1,35 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at archlinux.org>
+
+pkgname=lxpanel
+pkgver=0.10.0
+pkgrel=1
+pkgdesc='Lightweight X11 desktop panel for LXDE'
+arch=('x86_64')
+license=('GPL2')
+url='https://lxde.org/'
+groups=('lxde')
+depends=('alsa-lib' 'curl' 'menu-cache' 'lxmenu-data' 'libwnck' 'libfm-gtk2' 'libkeybinder2')
+makedepends=('intltool' 'docbook-xml' 'docbook-xsl' 'wireless_tools')
+optdepends=('wireless_tools: netstat plugin')
+source=(https://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
+sha256sums=('4678cc8c5f1962376005ebf71ec1ee810115ac2e0e565f8d2e67dc12d01a3a7e')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure \
+ --sysconfdir=/etc \
+ --prefix=/usr
+
+ #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list