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

Sergej Pupykin spupykin at archlinux.org
Mon Oct 20 10:30:35 UTC 2014


    Date: Monday, October 20, 2014 @ 12:30:34
  Author: spupykin
Revision: 121051

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lash/repos/community-i686/PKGBUILD
    (from rev 121050, lash/trunk/PKGBUILD)
  lash/repos/community-i686/lash.install
    (from rev 121050, lash/trunk/lash.install)
  lash/repos/community-i686/makefile.patch
    (from rev 121050, lash/trunk/makefile.patch)
  lash/repos/community-x86_64/PKGBUILD
    (from rev 121050, lash/trunk/PKGBUILD)
  lash/repos/community-x86_64/lash.install
    (from rev 121050, lash/trunk/lash.install)
  lash/repos/community-x86_64/makefile.patch
    (from rev 121050, lash/trunk/makefile.patch)
Deleted:
  lash/repos/community-i686/PKGBUILD
  lash/repos/community-i686/lash.install
  lash/repos/community-i686/makefile.patch
  lash/repos/community-x86_64/PKGBUILD
  lash/repos/community-x86_64/lash.install
  lash/repos/community-x86_64/makefile.patch

---------------------------------+
 /PKGBUILD                       |   78 ++++++++++++++++++++++++++++++++++++++
 /lash.install                   |   12 +++++
 /makefile.patch                 |   28 +++++++++++++
 community-i686/PKGBUILD         |   37 ------------------
 community-i686/lash.install     |    6 --
 community-i686/makefile.patch   |   14 ------
 community-x86_64/PKGBUILD       |   37 ------------------
 community-x86_64/lash.install   |    6 --
 community-x86_64/makefile.patch |   14 ------
 9 files changed, 118 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-10-20 10:30:19 UTC (rev 121050)
+++ community-i686/PKGBUILD	2014-10-20 10:30:34 UTC (rev 121051)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: 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=7
-pkgdesc="A session management system for JACK and ALSA"
-arch=('i686' 'x86_64')
-#url="http://lash-audio.org"
-url="http://lash.nongnu.org/"
-license=('GPL')
-depends=('dbus-core' 'gtk2' 'jack' 'libxml2' 'python2')
-install=$pkgname.install
-source=("http://download.savannah.gnu.org/releases/lash/${pkgname}-${pkgver}.tar.bz2" "makefile.patch")
-md5sums=('af1dc4f4ceb284b1b0845de4f4c2fe47'
-         '24ceb7e3d008c25e1490102983165612')
-
-build() {
-  cd "${srcdir}/${pkgname}-${_relver}"
-  patch -p0 < "${srcdir}/makefile.patch"
-
-  # Python2 fixes
-  export PYTHON="python2"
-  sed -i "s#env python#&2#" clients/lash_control
-
-  export LDFLAGS="-ldl -lm"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${_relver}"
-  make DESTDIR=${pkgdir} install
-}

Copied: lash/repos/community-i686/PKGBUILD (from rev 121050, lash/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-10-20 10:30:34 UTC (rev 121051)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: 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=8
+pkgdesc="A session management system for JACK and ALSA"
+arch=('i686' 'x86_64')
+#url="http://lash-audio.org"
+url="http://lash.nongnu.org/"
+license=('GPL')
+depends=('dbus' 'gtk2' 'jack' 'libxml2' 'python2')
+install=$pkgname.install
+source=("http://download.savannah.gnu.org/releases/lash/${pkgname}-${pkgver}.tar.bz2"
+	"makefile.patch")
+md5sums=('af1dc4f4ceb284b1b0845de4f4c2fe47'
+         '24ceb7e3d008c25e1490102983165612')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${_relver}"
+  patch -p0 < "${srcdir}/makefile.patch"
+  # Python2 fixes
+  export PYTHON="python2"
+  sed -i "s#env python#&2#" clients/lash_control
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${_relver}"
+  export LDFLAGS="-ldl -lm"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${_relver}"
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/lash.install
===================================================================
--- community-i686/lash.install	2014-10-20 10:30:19 UTC (rev 121050)
+++ community-i686/lash.install	2014-10-20 10:30:34 UTC (rev 121051)
@@ -1,6 +0,0 @@
-post_install() {
-  printf "\n"
-  printf "==> You might need to add following line to your /etc/services(without quotes):\n"
-  printf "==> \"lash	14541/tcp	# LASH client/server protocol\"\n"
-  printf "\n"
-}

Copied: lash/repos/community-i686/lash.install (from rev 121050, lash/trunk/lash.install)
===================================================================
--- community-i686/lash.install	                        (rev 0)
+++ community-i686/lash.install	2014-10-20 10:30:34 UTC (rev 121051)
@@ -0,0 +1,6 @@
+post_install() {
+  printf "\n"
+  printf "==> You might need to add following line to your /etc/services(without quotes):\n"
+  printf "==> \"lash	14541/tcp	# LASH client/server protocol\"\n"
+  printf "\n"
+}

Deleted: community-i686/makefile.patch
===================================================================
--- community-i686/makefile.patch	2014-10-20 10:30:19 UTC (rev 121050)
+++ community-i686/makefile.patch	2014-10-20 10:30:34 UTC (rev 121051)
@@ -1,14 +0,0 @@
---- 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.

Copied: lash/repos/community-i686/makefile.patch (from rev 121050, lash/trunk/makefile.patch)
===================================================================
--- community-i686/makefile.patch	                        (rev 0)
+++ community-i686/makefile.patch	2014-10-20 10:30:34 UTC (rev 121051)
@@ -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.

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-10-20 10:30:19 UTC (rev 121050)
+++ community-x86_64/PKGBUILD	2014-10-20 10:30:34 UTC (rev 121051)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: 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=7
-pkgdesc="A session management system for JACK and ALSA"
-arch=('i686' 'x86_64')
-#url="http://lash-audio.org"
-url="http://lash.nongnu.org/"
-license=('GPL')
-depends=('dbus-core' 'gtk2' 'jack' 'libxml2' 'python2')
-install=$pkgname.install
-source=("http://download.savannah.gnu.org/releases/lash/${pkgname}-${pkgver}.tar.bz2" "makefile.patch")
-md5sums=('af1dc4f4ceb284b1b0845de4f4c2fe47'
-         '24ceb7e3d008c25e1490102983165612')
-
-build() {
-  cd "${srcdir}/${pkgname}-${_relver}"
-  patch -p0 < "${srcdir}/makefile.patch"
-
-  # Python2 fixes
-  export PYTHON="python2"
-  sed -i "s#env python#&2#" clients/lash_control
-
-  export LDFLAGS="-ldl -lm"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${_relver}"
-  make DESTDIR=${pkgdir} install
-}

Copied: lash/repos/community-x86_64/PKGBUILD (from rev 121050, lash/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-10-20 10:30:34 UTC (rev 121051)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: 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=8
+pkgdesc="A session management system for JACK and ALSA"
+arch=('i686' 'x86_64')
+#url="http://lash-audio.org"
+url="http://lash.nongnu.org/"
+license=('GPL')
+depends=('dbus' 'gtk2' 'jack' 'libxml2' 'python2')
+install=$pkgname.install
+source=("http://download.savannah.gnu.org/releases/lash/${pkgname}-${pkgver}.tar.bz2"
+	"makefile.patch")
+md5sums=('af1dc4f4ceb284b1b0845de4f4c2fe47'
+         '24ceb7e3d008c25e1490102983165612')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${_relver}"
+  patch -p0 < "${srcdir}/makefile.patch"
+  # Python2 fixes
+  export PYTHON="python2"
+  sed -i "s#env python#&2#" clients/lash_control
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${_relver}"
+  export LDFLAGS="-ldl -lm"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${_relver}"
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/lash.install
===================================================================
--- community-x86_64/lash.install	2014-10-20 10:30:19 UTC (rev 121050)
+++ community-x86_64/lash.install	2014-10-20 10:30:34 UTC (rev 121051)
@@ -1,6 +0,0 @@
-post_install() {
-  printf "\n"
-  printf "==> You might need to add following line to your /etc/services(without quotes):\n"
-  printf "==> \"lash	14541/tcp	# LASH client/server protocol\"\n"
-  printf "\n"
-}

Copied: lash/repos/community-x86_64/lash.install (from rev 121050, lash/trunk/lash.install)
===================================================================
--- community-x86_64/lash.install	                        (rev 0)
+++ community-x86_64/lash.install	2014-10-20 10:30:34 UTC (rev 121051)
@@ -0,0 +1,6 @@
+post_install() {
+  printf "\n"
+  printf "==> You might need to add following line to your /etc/services(without quotes):\n"
+  printf "==> \"lash	14541/tcp	# LASH client/server protocol\"\n"
+  printf "\n"
+}

Deleted: community-x86_64/makefile.patch
===================================================================
--- community-x86_64/makefile.patch	2014-10-20 10:30:19 UTC (rev 121050)
+++ community-x86_64/makefile.patch	2014-10-20 10:30:34 UTC (rev 121051)
@@ -1,14 +0,0 @@
---- 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.

Copied: lash/repos/community-x86_64/makefile.patch (from rev 121050, lash/trunk/makefile.patch)
===================================================================
--- community-x86_64/makefile.patch	                        (rev 0)
+++ community-x86_64/makefile.patch	2014-10-20 10:30:34 UTC (rev 121051)
@@ -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