[arch-commits] Commit in lash/repos (3 files)

David Runge dvzrv at archlinux.org
Wed Dec 20 14:57:23 UTC 2017


    Date: Wednesday, December 20, 2017 @ 14:57:22
  Author: dvzrv
Revision: 275024

archrelease: copy trunk to community-testing-x86_64

Added:
  lash/repos/community-testing-x86_64/
  lash/repos/community-testing-x86_64/PKGBUILD
    (from rev 275023, lash/trunk/PKGBUILD)
  lash/repos/community-testing-x86_64/fix-manual-generation.patch
    (from rev 275023, lash/trunk/fix-manual-generation.patch)

-----------------------------+
 PKGBUILD                    |   39 +++++++++++++++++++++++++++++++++++++++
 fix-manual-generation.patch |   14 ++++++++++++++
 2 files changed, 53 insertions(+)

Copied: lash/repos/community-testing-x86_64/PKGBUILD (from rev 275023, lash/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-12-20 14:57:22 UTC (rev 275024)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: DonVla <donvla at users.sourceforge.net>
+
+pkgname=lash
+pkgver=0.6.0~rc2
+_relver=0.6.0.594
+pkgrel=11
+pkgdesc="A session management system for JACK and ALSA"
+arch=('x86_64')
+url="http://lash.nongnu.org/"
+license=('GPL2')
+depends=('gtk2' 'jack' 'python2')
+#install=$pkgname.install
+source=("https://download.savannah.gnu.org/releases/lash/${pkgname}-${pkgver}.tar.bz2"
+        "fix-manual-generation.patch")
+sha512sums=('704e24ccadccb469e820be5fb58dd4d953a8fc2903cd857a290267a87dda596639ec381d5cb7cdfcd715df7d98d6570e52731bddd17f8a3425edd8b699632401'
+            '25bb9f97bc6ff7543fea39242bc321b40cd35ba042248671e958348f9e250f810ea1e4753918aceba799b0fdd886184af57a7c497796034b999ca8d6b85e1252')
+
+prepare() {
+  cd "${pkgname}-${_relver}"
+  patch -Np0 -i "../fix-manual-generation.patch"
+  # Python2 fixes
+  export PYTHON="python2"
+  sed -i "s#env python#&2#" clients/lash_control
+}
+
+build() {
+  cd "${pkgname}-${_relver}"
+  export LDFLAGS="-ldl -lm"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${_relver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: lash/repos/community-testing-x86_64/fix-manual-generation.patch (from rev 275023, lash/trunk/fix-manual-generation.patch)
===================================================================
--- community-testing-x86_64/fix-manual-generation.patch	                        (rev 0)
+++ community-testing-x86_64/fix-manual-generation.patch	2017-12-20 14:57:22 UTC (rev 275024)
@@ -0,0 +1,14 @@
+--- docs/Makefile.in.orig	2008-11-09 22:45:28.000000000 +0100
++++ docs/Makefile.in	2011-07-23 17:12:26.000000000 +0200
+@@ -527,9 +527,9 @@
+ @HAVE_TEXI2HTML_TRUE@	  mkdir -lash-manual-html-split; \
+ @HAVE_TEXI2HTML_TRUE@	fi
+ @HAVE_TEXI2HTML_TRUE@	cd lash-manual-html-one-page && \
+- at HAVE_TEXI2HTML_TRUE@	  texi2html --number ../$(top_srcdir)/docs/lash-manual.texi
++ at HAVE_TEXI2HTML_TRUE@	  texi2html --number-footnotes --number-sections ../$(top_srcdir)/docs/lash-manual.texi
+ @HAVE_TEXI2HTML_TRUE@	cd lash-manual-html-split && \
+- at HAVE_TEXI2HTML_TRUE@	  texi2html --number --split=chapter ../$(top_srcdir)/docs/lash-manual.texi
++ at HAVE_TEXI2HTML_TRUE@	  texi2html --number-footnotes --number-sections --split=chapter ../$(top_srcdir)/docs/lash-manual.texi
+ @HAVE_TEXI2HTML_TRUE@	touch html-manual-stamp
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.



More information about the arch-commits mailing list