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

Alexander Rødseth arodseth at archlinux.org
Sun Feb 7 21:08:17 UTC 2016


    Date: Sunday, February 7, 2016 @ 22:08:17
  Author: arodseth
Revision: 160537

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

Added:
  calf/repos/community-i686/PKGBUILD
    (from rev 160536, calf/trunk/PKGBUILD)
  calf/repos/community-i686/calf.install
    (from rev 160536, calf/trunk/calf.install)
  calf/repos/community-x86_64/PKGBUILD
    (from rev 160536, calf/trunk/PKGBUILD)
  calf/repos/community-x86_64/calf.install
    (from rev 160536, 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                     |   60 ++++++++++++++++++++++++++++++++++++++++
 /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, 88 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-02-07 21:08:05 UTC (rev 160536)
+++ community-i686/PKGBUILD	2016-02-07 21:08:17 UTC (rev 160537)
@@ -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.60
-pkgrel=2
-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=('lv2' 'ladspa' 'dssi')
-source=("http://calf-studio-gear.org/files/$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:

Copied: calf/repos/community-i686/PKGBUILD (from rev 160536, calf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-02-07 21:08:17 UTC (rev 160537)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+
+pkgname=calf
+pkgver=0.0.60
+pkgrel=3
+pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
+arch=('x86_64' 'i686')
+url='http://calf-studio-gear.org/'
+license=('LGPL')
+depends=('libglade' 'fftw' 'lash' 'dssi' 'fluidsynth' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('lv2' 'ladspa' 'dssi')
+source=("http://calf-studio-gear.org/files/$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
+}
+
+# getver: raw.githubusercontent.com/calf-studio-gear/calf/master/configure.ac
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/calf.install
===================================================================
--- community-i686/calf.install	2016-02-07 21:08:05 UTC (rev 160536)
+++ community-i686/calf.install	2016-02-07 21:08:17 UTC (rev 160537)
@@ -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 160536, calf/trunk/calf.install)
===================================================================
--- community-i686/calf.install	                        (rev 0)
+++ community-i686/calf.install	2016-02-07 21:08:17 UTC (rev 160537)
@@ -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	2016-02-07 21:08:05 UTC (rev 160536)
+++ community-x86_64/PKGBUILD	2016-02-07 21:08:17 UTC (rev 160537)
@@ -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.60
-pkgrel=2
-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=('lv2' 'ladspa' 'dssi')
-source=("http://calf-studio-gear.org/files/$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:

Copied: calf/repos/community-x86_64/PKGBUILD (from rev 160536, calf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-02-07 21:08:17 UTC (rev 160537)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+
+pkgname=calf
+pkgver=0.0.60
+pkgrel=3
+pkgdesc='LV2/DSSI/LADSPA plug-ins suite and standalone JACK host'
+arch=('x86_64' 'i686')
+url='http://calf-studio-gear.org/'
+license=('LGPL')
+depends=('libglade' 'fftw' 'lash' 'dssi' 'fluidsynth' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('lv2' 'ladspa' 'dssi')
+source=("http://calf-studio-gear.org/files/$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
+}
+
+# getver: raw.githubusercontent.com/calf-studio-gear/calf/master/configure.ac
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/calf.install
===================================================================
--- community-x86_64/calf.install	2016-02-07 21:08:05 UTC (rev 160536)
+++ community-x86_64/calf.install	2016-02-07 21:08:17 UTC (rev 160537)
@@ -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 160536, calf/trunk/calf.install)
===================================================================
--- community-x86_64/calf.install	                        (rev 0)
+++ community-x86_64/calf.install	2016-02-07 21:08:17 UTC (rev 160537)
@@ -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