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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 15:13:56 UTC 2020


    Date: Tuesday, July 7, 2020 @ 15:13:56
  Author: felixonmars
Revision: 658868

archrelease: copy trunk to community-staging-x86_64

Added:
  lxpanel/repos/community-staging-x86_64/
  lxpanel/repos/community-staging-x86_64/PKGBUILD
    (from rev 658867, lxpanel/trunk/PKGBUILD)

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

Copied: lxpanel/repos/community-staging-x86_64/PKGBUILD (from rev 658867, lxpanel/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 15:13:56 UTC (rev 658868)
@@ -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=2
+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