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

Felix Yan fyan at nymeria.archlinux.org
Fri Jul 4 05:34:02 UTC 2014


    Date: Friday, July 4, 2014 @ 07:34:02
  Author: fyan
Revision: 114782

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

Added:
  calf/repos/community-i686/PKGBUILD
    (from rev 114781, calf/trunk/PKGBUILD)
  calf/repos/community-i686/calf.install
    (from rev 114781, calf/trunk/calf.install)
  calf/repos/community-x86_64/PKGBUILD
    (from rev 114781, calf/trunk/PKGBUILD)
  calf/repos/community-x86_64/calf.install
    (from rev 114781, 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	2014-07-04 05:32:56 UTC (rev 114781)
+++ community-i686/PKGBUILD	2014-07-04 05:34:02 UTC (rev 114782)
@@ -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=3
-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 114781, calf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-04 05:34:02 UTC (rev 114782)
@@ -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.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:

Deleted: community-i686/calf.install
===================================================================
--- community-i686/calf.install	2014-07-04 05:32:56 UTC (rev 114781)
+++ community-i686/calf.install	2014-07-04 05:34:02 UTC (rev 114782)
@@ -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 114781, calf/trunk/calf.install)
===================================================================
--- community-i686/calf.install	                        (rev 0)
+++ community-i686/calf.install	2014-07-04 05:34:02 UTC (rev 114782)
@@ -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	2014-07-04 05:32:56 UTC (rev 114781)
+++ community-x86_64/PKGBUILD	2014-07-04 05:34:02 UTC (rev 114782)
@@ -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=3
-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 114781, calf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-04 05:34:02 UTC (rev 114782)
@@ -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.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:

Deleted: community-x86_64/calf.install
===================================================================
--- community-x86_64/calf.install	2014-07-04 05:32:56 UTC (rev 114781)
+++ community-x86_64/calf.install	2014-07-04 05:34:02 UTC (rev 114782)
@@ -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 114781, calf/trunk/calf.install)
===================================================================
--- community-x86_64/calf.install	                        (rev 0)
+++ community-x86_64/calf.install	2014-07-04 05:34:02 UTC (rev 114782)
@@ -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