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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:29:49 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:29:49
  Author: felixonmars
Revision: 659272

archrelease: copy trunk to community-staging-x86_64

Added:
  lxappearance-obconf/repos/community-staging-x86_64/
  lxappearance-obconf/repos/community-staging-x86_64/PKGBUILD
    (from rev 659270, lxappearance-obconf/trunk/PKGBUILD)

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

Copied: lxappearance-obconf/repos/community-staging-x86_64/PKGBUILD (from rev 659270, lxappearance-obconf/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 16:29:49 UTC (rev 659272)
@@ -0,0 +1,30 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+
+pkgname=lxappearance-obconf
+pkgver=0.2.3
+pkgrel=3
+pkgdesc='Plugin for LXAppearance to configure Openbox'
+arch=('x86_64')
+license=('GPL2')
+url='https://lxde.org/'
+groups=('lxde')
+depends=('lxappearance' 'openbox' 'libobrender.so')
+makedepends=('intltool')
+source=(https://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz)
+md5sums=('ae0076d489aa786f5d573f7ff592a4ab')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --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