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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 08:55:49 UTC 2015


    Date: Monday, December 7, 2015 @ 09:55:49
  Author: foutrelis
Revision: 149775

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

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

---------------------------------------+
 community-staging-i686/PKGBUILD       |   29 +++++++++++++++++++++++++++++
 community-staging-i686/calf.install   |   14 ++++++++++++++
 community-staging-x86_64/PKGBUILD     |   29 +++++++++++++++++++++++++++++
 community-staging-x86_64/calf.install |   14 ++++++++++++++
 4 files changed, 86 insertions(+)

Copied: calf/repos/community-staging-i686/PKGBUILD (from rev 149774, calf/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-07 08:55:49 UTC (rev 149775)
@@ -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=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-staging-i686/calf.install (from rev 149774, calf/trunk/calf.install)
===================================================================
--- community-staging-i686/calf.install	                        (rev 0)
+++ community-staging-i686/calf.install	2015-12-07 08:55:49 UTC (rev 149775)
@@ -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:

Copied: calf/repos/community-staging-x86_64/PKGBUILD (from rev 149774, calf/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-07 08:55:49 UTC (rev 149775)
@@ -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=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-staging-x86_64/calf.install (from rev 149774, calf/trunk/calf.install)
===================================================================
--- community-staging-x86_64/calf.install	                        (rev 0)
+++ community-staging-x86_64/calf.install	2015-12-07 08:55:49 UTC (rev 149775)
@@ -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