[arch-commits] Commit in clxclient/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon Dec 18 10:19:34 UTC 2017
Date: Monday, December 18, 2017 @ 10:19:34
Author: dvzrv
Revision: 274723
archrelease: copy trunk to community-testing-x86_64
Added:
clxclient/repos/community-testing-x86_64/PKGBUILD
(from rev 274722, clxclient/trunk/PKGBUILD)
Deleted:
clxclient/repos/community-testing-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-18 10:19:25 UTC (rev 274722)
+++ PKGBUILD 2017-12-18 10:19:34 UTC (rev 274723)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: Christoph Zeiler <rabyte*gmail>
-# Contributor: Tom K <tomk at runbox.com>
-# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-# Contributor: Philipp Überbacher <murks at lavabit dot com>
-
-pkgname=clxclient
-pkgver=3.9.0
-pkgrel=3
-pkgdesc="C++ wrapper library around the X Window System API"
-arch=('x86_64')
-url="http://kokkinizita.linuxaudio.org/linuxaudio/"
-license=('LGPL')
-depends=('gcc-libs' 'libxft')
-makedepends=('clthreads')
-source=("${url}downloads/${pkgname}-${pkgver}.tar.bz2")
-sha512sums=('4bbd621ceeebf3dfc36f0a3d02c63ba1c0e818e691e5c9681e737710824f53a58c682fb2475a7a2bba4f2dfd520166b782977320ceb73de39448cf512e26c842')
-
-prepare() {
- cd "$pkgname-$pkgver"
- # patch call to ldconfig to be not global (upstream fix requested)
- sed -i 's/ldconfig/& -N $(PREFIX)\/$(LIBDIR)/' Makefile
-}
-
-build() {
- cd "${pkgname}-${pkgver}"
- make PREFIX="${pkgdir}/usr" LIBDIR=lib
-}
-
-package(){
- cd "${pkgname}-${pkgver}"
- # install of include dir due to broken Makefile (upstream fix requested)
- install -d "${pkgdir}/usr/include"
- make PREFIX="${pkgdir}/usr" LIBDIR=lib install
-}
-
Copied: clxclient/repos/community-testing-x86_64/PKGBUILD (from rev 274722, clxclient/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-18 10:19:34 UTC (rev 274723)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: Christoph Zeiler <rabyte*gmail>
+# Contributor: Tom K <tomk at runbox.com>
+# Contributor: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+# Contributor: Philipp Überbacher <murks at lavabit dot com>
+
+pkgname=clxclient
+pkgver=3.9.0
+pkgrel=4
+pkgdesc="C++ wrapper library around the X Window System API"
+arch=('x86_64')
+url="https://kokkinizita.linuxaudio.org/linuxaudio/"
+license=('LGPL')
+depends=('libxft')
+makedepends=('clthreads')
+source=("${url}downloads/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('4bbd621ceeebf3dfc36f0a3d02c63ba1c0e818e691e5c9681e737710824f53a58c682fb2475a7a2bba4f2dfd520166b782977320ceb73de39448cf512e26c842')
+
+prepare() {
+ cd "$pkgname-$pkgver"
+ # patch call to ldconfig to be not global (upstream fix requested)
+ sed -i 's/ldconfig/& -N $(PREFIX)\/$(LIBDIR)/' Makefile
+}
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ make PREFIX="${pkgdir}/usr" LIBDIR=lib
+}
+
+package(){
+ cd "${pkgname}-${pkgver}"
+ # install of include dir due to broken Makefile (upstream fix requested)
+ install -d "${pkgdir}/usr/include"
+ make PREFIX="${pkgdir}/usr" LIBDIR=lib install
+}
+
More information about the arch-commits
mailing list