[arch-commits] Commit in calf/repos (8 files)

Alexander Rødseth arodseth at archlinux.org
Sat Apr 11 23:27:06 UTC 2015


    Date: Sunday, April 12, 2015 @ 01:27:05
  Author: arodseth
Revision: 131199

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

Added:
  calf/repos/community-i686/PKGBUILD
    (from rev 131198, calf/trunk/PKGBUILD)
  calf/repos/community-i686/calf.install
    (from rev 131198, calf/trunk/calf.install)
  calf/repos/community-x86_64/PKGBUILD
    (from rev 131198, calf/trunk/PKGBUILD)
  calf/repos/community-x86_64/calf.install
    (from rev 131198, calf/trunk/calf.install)
Deleted:
  calf/repos/community-i686/PKGBUILD
  calf/repos/community-i686/calf.install
  calf/repos/community-x86_64/PKGBUILD
  calf/repos/community-x86_64/calf.install

-------------------------------+
 /PKGBUILD                     |   58 ++++++++++++++++++++++++++++++++++++++++
 /calf.install                 |   28 +++++++++++++++++++
 community-i686/PKGBUILD       |   29 --------------------
 community-i686/calf.install   |   14 ---------
 community-x86_64/PKGBUILD     |   29 --------------------
 community-x86_64/calf.install |   14 ---------
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-04-11 23:25:27 UTC (rev 131198)
+++ community-i686/PKGBUILD	2015-04-11 23:27:05 UTC (rev 131199)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-
-pkgname=calf
-pkgver=0.0.19
-pkgrel=4
-pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
-arch=('x86_64' 'i686')
-url='http://calf.sf.net/'
-license=('LGPL')
-depends=('libglade' 'fftw' 'lash' 'dssi' 'fluidsynth' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('lv2core' 'ladspa' 'dssi')
-source=("http://downloads.sf.net/$pkgname/$pkgname-$pkgver.tar.gz")
-install=calf.install
-sha256sums=('1106e7e27bcd18d47fc58c952a4dbf6c7a763272e13b2b94cee6f1b2fb922cec')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure	--prefix=/usr --enable-experimental --enable-sse
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: calf/repos/community-i686/PKGBUILD (from rev 131198, calf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-04-11 23:27:05 UTC (rev 131199)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+
+pkgname=calf
+pkgver=0.0.60
+pkgrel=1
+pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
+arch=('x86_64' 'i686')
+url='http://calf.sf.net/'
+license=('LGPL')
+depends=('libglade' 'fftw' 'lash' 'dssi' 'fluidsynth' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('lv2core' 'ladspa' 'dssi')
+source=("http://downloads.sf.net/$pkgname/$pkgname-$pkgver.tar.gz")
+install=calf.install
+sha256sums=('a9e7156740b71b31b5c81730b57c56b9ed03bf3eff98938b3a416c09c0e32e05')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure	--prefix=/usr --enable-experimental --enable-sse
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/calf.install
===================================================================
--- community-i686/calf.install	2015-04-11 23:25:27 UTC (rev 131198)
+++ community-i686/calf.install	2015-04-11 23:27:05 UTC (rev 131199)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  update-desktop-database /usr/share/applications
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: calf/repos/community-i686/calf.install (from rev 131198, calf/trunk/calf.install)
===================================================================
--- community-i686/calf.install	                        (rev 0)
+++ community-i686/calf.install	2015-04-11 23:27:05 UTC (rev 131199)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-desktop-database /usr/share/applications
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-04-11 23:25:27 UTC (rev 131198)
+++ community-x86_64/PKGBUILD	2015-04-11 23:27:05 UTC (rev 131199)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-
-pkgname=calf
-pkgver=0.0.19
-pkgrel=4
-pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
-arch=('x86_64' 'i686')
-url='http://calf.sf.net/'
-license=('LGPL')
-depends=('libglade' 'fftw' 'lash' 'dssi' 'fluidsynth' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('lv2core' 'ladspa' 'dssi')
-source=("http://downloads.sf.net/$pkgname/$pkgname-$pkgver.tar.gz")
-install=calf.install
-sha256sums=('1106e7e27bcd18d47fc58c952a4dbf6c7a763272e13b2b94cee6f1b2fb922cec')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure	--prefix=/usr --enable-experimental --enable-sse
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: calf/repos/community-x86_64/PKGBUILD (from rev 131198, calf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-04-11 23:27:05 UTC (rev 131199)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+
+pkgname=calf
+pkgver=0.0.60
+pkgrel=1
+pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
+arch=('x86_64' 'i686')
+url='http://calf.sf.net/'
+license=('LGPL')
+depends=('libglade' 'fftw' 'lash' 'dssi' 'fluidsynth' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('lv2core' 'ladspa' 'dssi')
+source=("http://downloads.sf.net/$pkgname/$pkgname-$pkgver.tar.gz")
+install=calf.install
+sha256sums=('a9e7156740b71b31b5c81730b57c56b9ed03bf3eff98938b3a416c09c0e32e05')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure	--prefix=/usr --enable-experimental --enable-sse
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/calf.install
===================================================================
--- community-x86_64/calf.install	2015-04-11 23:25:27 UTC (rev 131198)
+++ community-x86_64/calf.install	2015-04-11 23:27:05 UTC (rev 131199)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  update-desktop-database /usr/share/applications
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: calf/repos/community-x86_64/calf.install (from rev 131198, calf/trunk/calf.install)
===================================================================
--- community-x86_64/calf.install	                        (rev 0)
+++ community-x86_64/calf.install	2015-04-11 23:27:05 UTC (rev 131199)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  update-desktop-database /usr/share/applications
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list