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

Antonio Rojas arojas at archlinux.org
Sat May 7 17:24:16 UTC 2016


    Date: Saturday, May 7, 2016 @ 19:24:15
  Author: arojas
Revision: 174217

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

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

----------------------------------+
 /PKGBUILD                        |   62 +++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD          |   32 -------------------
 community-i686/amsynth.install   |   11 ------
 community-x86_64/PKGBUILD        |   32 -------------------
 community-x86_64/amsynth.install |   11 ------
 5 files changed, 62 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-07 17:23:39 UTC (rev 174216)
+++ community-i686/PKGBUILD	2016-05-07 17:24:15 UTC (rev 174217)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Contributor: Alessio Biancalana <dottorblaster at gmail.com>
-
-pkgname=amsynth
-pkgver=1.6.4
-pkgrel=1
-pkgdesc="Analogue Modeling SYNTHesizer"
-arch=('i686' 'x86_64')
-url="http://amsynth.github.io/"
-license=('GPL')
-groups=('dssi-plugins' 'lv2-plugins')
-depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
-makedepends=('dssi' 'ladspa')
-install="$pkgname.install"
-source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.bz2")
-md5sums=('35351ea2dcc01498eee472004e3adc10')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # enable required C++11 support
-  export CXXFLAGS+=' -std=c++11'
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: amsynth/repos/community-i686/PKGBUILD (from rev 174216, amsynth/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-07 17:24:15 UTC (rev 174217)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Alessio Biancalana <dottorblaster at gmail.com>
+
+pkgname=amsynth
+pkgver=1.6.4
+pkgrel=2
+pkgdesc="Analogue Modeling SYNTHesizer"
+arch=('i686' 'x86_64')
+url="http://amsynth.github.io/"
+license=('GPL')
+groups=('dssi-plugins' 'lv2-plugins')
+depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
+makedepends=('dssi' 'ladspa')
+source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.bz2")
+md5sums=('35351ea2dcc01498eee472004e3adc10')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # enable required C++11 support
+  export CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/amsynth.install
===================================================================
--- community-i686/amsynth.install	2016-05-07 17:23:39 UTC (rev 174216)
+++ community-i686/amsynth.install	2016-05-07 17:24:15 UTC (rev 174217)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-07 17:23:39 UTC (rev 174216)
+++ community-x86_64/PKGBUILD	2016-05-07 17:24:15 UTC (rev 174217)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Contributor: Alessio Biancalana <dottorblaster at gmail.com>
-
-pkgname=amsynth
-pkgver=1.6.4
-pkgrel=1
-pkgdesc="Analogue Modeling SYNTHesizer"
-arch=('i686' 'x86_64')
-url="http://amsynth.github.io/"
-license=('GPL')
-groups=('dssi-plugins' 'lv2-plugins')
-depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
-makedepends=('dssi' 'ladspa')
-install="$pkgname.install"
-source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.bz2")
-md5sums=('35351ea2dcc01498eee472004e3adc10')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # enable required C++11 support
-  export CXXFLAGS+=' -std=c++11'
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: amsynth/repos/community-x86_64/PKGBUILD (from rev 174216, amsynth/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-07 17:24:15 UTC (rev 174217)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Alessio Biancalana <dottorblaster at gmail.com>
+
+pkgname=amsynth
+pkgver=1.6.4
+pkgrel=2
+pkgdesc="Analogue Modeling SYNTHesizer"
+arch=('i686' 'x86_64')
+url="http://amsynth.github.io/"
+license=('GPL')
+groups=('dssi-plugins' 'lv2-plugins')
+depends=('gtkmm' 'jack' 'liblo' 'desktop-file-utils')
+makedepends=('dssi' 'ladspa')
+source=("https://github.com/amsynth/amsynth/releases/download/release-$pkgver/amsynth-$pkgver.tar.bz2")
+md5sums=('35351ea2dcc01498eee472004e3adc10')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # enable required C++11 support
+  export CXXFLAGS+=' -std=c++11'
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/amsynth.install
===================================================================
--- community-x86_64/amsynth.install	2016-05-07 17:23:39 UTC (rev 174216)
+++ community-x86_64/amsynth.install	2016-05-07 17:24:15 UTC (rev 174217)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list