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

speps speps at nymeria.archlinux.org
Fri Apr 4 17:44:11 UTC 2014


    Date: Friday, April 4, 2014 @ 19:44:11
  Author: speps
Revision: 108821

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

Added:
  amsynth/repos/community-i686/
  amsynth/repos/community-i686/PKGBUILD
    (from rev 108820, amsynth/trunk/PKGBUILD)
  amsynth/repos/community-i686/amsynth.install
    (from rev 108820, amsynth/trunk/amsynth.install)
  amsynth/repos/community-x86_64/
  amsynth/repos/community-x86_64/PKGBUILD
    (from rev 108820, amsynth/trunk/PKGBUILD)
  amsynth/repos/community-x86_64/amsynth.install
    (from rev 108820, amsynth/trunk/amsynth.install)

----------------------------------+
 community-i686/PKGBUILD          |   27 +++++++++++++++++++++++++++
 community-i686/amsynth.install   |   11 +++++++++++
 community-x86_64/PKGBUILD        |   27 +++++++++++++++++++++++++++
 community-x86_64/amsynth.install |   11 +++++++++++
 4 files changed, 76 insertions(+)

Copied: amsynth/repos/community-i686/PKGBUILD (from rev 108820, amsynth/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-04-04 17:44:11 UTC (rev 108821)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Alessio Biancalana <dottorblaster at gmail.com>
+
+pkgname=amsynth
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Analogue Modeling SYNTHesizer"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/$pkgname/"
+license=('GPL')
+depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
+makedepends=('dssi' 'ladspa')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/amsynthe/amsynth-$pkgver.tar.gz")
+md5sums=('ea3815142cf2000572f40c64b21fd982')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Copied: amsynth/repos/community-i686/amsynth.install (from rev 108820, amsynth/trunk/amsynth.install)
===================================================================
--- community-i686/amsynth.install	                        (rev 0)
+++ community-i686/amsynth.install	2014-04-04 17:44:11 UTC (rev 108821)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: amsynth/repos/community-x86_64/PKGBUILD (from rev 108820, amsynth/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-04-04 17:44:11 UTC (rev 108821)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Alessio Biancalana <dottorblaster at gmail.com>
+
+pkgname=amsynth
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Analogue Modeling SYNTHesizer"
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/$pkgname/"
+license=('GPL')
+depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
+makedepends=('dssi' 'ladspa')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/project/amsynthe/amsynth-$pkgver.tar.gz")
+md5sums=('ea3815142cf2000572f40c64b21fd982')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Copied: amsynth/repos/community-x86_64/amsynth.install (from rev 108820, amsynth/trunk/amsynth.install)
===================================================================
--- community-x86_64/amsynth.install	                        (rev 0)
+++ community-x86_64/amsynth.install	2014-04-04 17:44:11 UTC (rev 108821)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list