[arch-commits] Commit in qsynth/repos (6 files)
Antonio Rojas
arojas at archlinux.org
Sun Jun 12 12:31:37 UTC 2016
Date: Sunday, June 12, 2016 @ 14:31:37
Author: arojas
Revision: 269390
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
qsynth/repos/extra-i686/PKGBUILD
(from rev 269389, qsynth/trunk/PKGBUILD)
qsynth/repos/extra-x86_64/PKGBUILD
(from rev 269389, qsynth/trunk/PKGBUILD)
Deleted:
qsynth/repos/extra-i686/PKGBUILD
qsynth/repos/extra-i686/qsynth.install
qsynth/repos/extra-x86_64/PKGBUILD
qsynth/repos/extra-x86_64/qsynth.install
-----------------------------+
/PKGBUILD | 86 ++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 38 ------------------
extra-i686/qsynth.install | 13 ------
extra-x86_64/PKGBUILD | 38 ------------------
extra-x86_64/qsynth.install | 13 ------
5 files changed, 86 insertions(+), 102 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-06-12 12:31:09 UTC (rev 269389)
+++ extra-i686/PKGBUILD 2016-06-12 12:31:37 UTC (rev 269390)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=qsynth
-pkgver=0.4.0
-pkgrel=2
-pkgdesc="Qt GUI for FluidSynth"
-arch=('i686' 'x86_64')
-url="http://qsynth.sourceforge.net/"
-license=('GPL')
-depends=('fluidsynth' 'qt5-x11extras' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('47f9a2784082372689db9bf220afd63f')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- export ac_qmake=/usr/bin/qmake-qt5 \
- ac_moc=/usr/bin/moc-qt5 \
- ac_uic=/usr/bin/uic-qt5 \
- ac_lupdate=/usr/bin/lupdate-qt5 \
- ac_lrelease=/usr/bin/lrelease-qt5 \
- QMAKE=qmake-qt5
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: qsynth/repos/extra-i686/PKGBUILD (from rev 269389, qsynth/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-12 12:31:37 UTC (rev 269390)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=qsynth
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="Qt GUI for FluidSynth"
+arch=('i686' 'x86_64')
+url="http://qsynth.sourceforge.net/"
+license=('GPL')
+depends=('fluidsynth' 'qt5-x11extras' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('1fc967c1aa0b468e9be1916e6fe836a4')
+
+prepare() {
+ cd $pkgname-$pkgver
+ # Fix build with GCC 6
+ sed -i.ac_with_paths -e "s|^ac_with_paths=.*|ac_with_paths=|g" configure
+}
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ export ac_qmake=/usr/bin/qmake-qt5 \
+ ac_moc=/usr/bin/moc-qt5 \
+ ac_uic=/usr/bin/uic-qt5 \
+ ac_lupdate=/usr/bin/lupdate-qt5 \
+ ac_lrelease=/usr/bin/lrelease-qt5 \
+ QMAKE=qmake-qt5
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-i686/qsynth.install
===================================================================
--- extra-i686/qsynth.install 2016-06-12 12:31:09 UTC (rev 269389)
+++ extra-i686/qsynth.install 2016-06-12 12:31:37 UTC (rev 269390)
@@ -1,13 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et:
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-06-12 12:31:09 UTC (rev 269389)
+++ extra-x86_64/PKGBUILD 2016-06-12 12:31:37 UTC (rev 269390)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=qsynth
-pkgver=0.4.0
-pkgrel=2
-pkgdesc="Qt GUI for FluidSynth"
-arch=('i686' 'x86_64')
-url="http://qsynth.sourceforge.net/"
-license=('GPL')
-depends=('fluidsynth' 'qt5-x11extras' 'hicolor-icon-theme')
-makedepends=('qt5-tools')
-install=$pkgname.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('47f9a2784082372689db9bf220afd63f')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- export ac_qmake=/usr/bin/qmake-qt5 \
- ac_moc=/usr/bin/moc-qt5 \
- ac_uic=/usr/bin/uic-qt5 \
- ac_lupdate=/usr/bin/lupdate-qt5 \
- ac_lrelease=/usr/bin/lrelease-qt5 \
- QMAKE=qmake-qt5
-
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: qsynth/repos/extra-x86_64/PKGBUILD (from rev 269389, qsynth/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-06-12 12:31:37 UTC (rev 269390)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=qsynth
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="Qt GUI for FluidSynth"
+arch=('i686' 'x86_64')
+url="http://qsynth.sourceforge.net/"
+license=('GPL')
+depends=('fluidsynth' 'qt5-x11extras' 'hicolor-icon-theme')
+makedepends=('qt5-tools')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('1fc967c1aa0b468e9be1916e6fe836a4')
+
+prepare() {
+ cd $pkgname-$pkgver
+ # Fix build with GCC 6
+ sed -i.ac_with_paths -e "s|^ac_with_paths=.*|ac_with_paths=|g" configure
+}
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ export ac_qmake=/usr/bin/qmake-qt5 \
+ ac_moc=/usr/bin/moc-qt5 \
+ ac_uic=/usr/bin/uic-qt5 \
+ ac_lupdate=/usr/bin/lupdate-qt5 \
+ ac_lrelease=/usr/bin/lrelease-qt5 \
+ QMAKE=qmake-qt5
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-x86_64/qsynth.install
===================================================================
--- extra-x86_64/qsynth.install 2016-06-12 12:31:09 UTC (rev 269389)
+++ extra-x86_64/qsynth.install 2016-06-12 12:31:37 UTC (rev 269390)
@@ -1,13 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list