[arch-commits] Commit in lv2core/trunk (PKGBUILD lv2core.changelog lv2core.install)

Ray Rashif schiv at archlinux.org
Thu Dec 1 18:10:30 UTC 2011


    Date: Thursday, December 1, 2011 @ 13:10:30
  Author: schiv
Revision: 144007

upgpkg: lv2core 6.0-1

upstream release; get rid of changelog and install file; ldconfig is run by pacman

Modified:
  lv2core/trunk/PKGBUILD
Deleted:
  lv2core/trunk/lv2core.changelog
  lv2core/trunk/lv2core.install

-------------------+
 PKGBUILD          |   19 ++++---------------
 lv2core.changelog |   22 ----------------------
 lv2core.install   |   13 -------------
 3 files changed, 4 insertions(+), 50 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-01 16:55:03 UTC (rev 144006)
+++ PKGBUILD	2011-12-01 18:10:30 UTC (rev 144007)
@@ -2,18 +2,16 @@
 # Maintainer: Ray Rashif <schiv at archlinux.org>
 
 pkgname=lv2core
-pkgver=4.0
-pkgrel=2
+pkgver=6.0
+pkgrel=1
 pkgdesc="LV2: Successor to the LADSPA audio plug-in standard"
 url="http://lv2plug.in/"
 license=('LGPL' 'custom')
-arch=('i686' 'x86_64')
+arch=('any')
 makedepends=('python2')
 provides=('lv2')
-changelog=$pkgname.changelog
-install=$pkgname.install
 source=("http://lv2plug.in/spec/$pkgname-$pkgver.tar.bz2")
-md5sums=('5097d964f3559a1ecec2d2fc822ef53a')
+md5sums=('433b195a13b230e302d9e2e2fea37383')
 
 build() {
 	cd "$srcdir/$pkgname-$pkgver"
@@ -27,15 +25,6 @@
 
 	python2 waf install --destdir="$pkgdir"
 
-  # do the work of lv2config to own symlinks;
-  #   - generate lv2 headers
-  #   - see FS#23514
-  _ns=$(grep '^<http' manifest.ttl | sed 's|<http://\(.*\)>|\1|')
-  _name=${_ns/*\/}
-  _path="$pkgdir/usr/include/lv2/${_ns%/*}"
-  install -d "$_path"
-  ln -s "/usr/lib/lv2/$_name.lv2" "$_path/$_name"
-
 	install -Dm644 COPYING \
     "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }

Deleted: lv2core.changelog
===================================================================
--- lv2core.changelog	2011-12-01 16:55:03 UTC (rev 144006)
+++ lv2core.changelog	2011-12-01 18:10:30 UTC (rev 144007)
@@ -1,22 +0,0 @@
-14 Apr 2011 (GMT+8) Ray Rashif <schiv at archlinux.org>
-
-	* 4.0-2:
-	Do the work of lv2config in PKGBUILD manually
-	See https://bugs.archlinux.org/task/23514
-
-25 Mar 2011 (GMT+8) Ray Rashif <schiv at archlinux.org>
-
-	* 4.0-1 :
-	Upstream release
-
-9 Aug 2010 (GMT+8) Ray Rashif <schiv at archlinux.org>
-
-	* 3.0-1 :
-	Brought into extra from community for slv2/ardour
-		- dep of slv2
-
-	* PKGBUILD :
-	Minor cosmetic ammendments.
-
-	* lv2core.changelog :
-	Added this changelog.

Deleted: lv2core.install
===================================================================
--- lv2core.install	2011-12-01 16:55:03 UTC (rev 144006)
+++ lv2core.install	2011-12-01 18:10:30 UTC (rev 144007)
@@ -1,13 +0,0 @@
-post_install() {
-  \ldconfig
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list