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

Ray Rashif schiv at archlinux.org
Sun Sep 13 20:41:45 UTC 2015


    Date: Sunday, September 13, 2015 @ 22:41:45
  Author: schiv
Revision: 246012

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

Added:
  qsynth/repos/extra-i686/PKGBUILD
    (from rev 246011, qsynth/trunk/PKGBUILD)
  qsynth/repos/extra-i686/qsynth.install
    (from rev 246011, qsynth/trunk/qsynth.install)
  qsynth/repos/extra-x86_64/PKGBUILD
    (from rev 246011, qsynth/trunk/PKGBUILD)
  qsynth/repos/extra-x86_64/qsynth.install
    (from rev 246011, qsynth/trunk/qsynth.install)
Deleted:
  qsynth/repos/extra-i686/PKGBUILD
  qsynth/repos/extra-x86_64/PKGBUILD

-----------------------------+
 /PKGBUILD                   |   76 ++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD         |   29 ----------------
 extra-i686/qsynth.install   |   13 +++++++
 extra-x86_64/PKGBUILD       |   29 ----------------
 extra-x86_64/qsynth.install |   13 +++++++
 5 files changed, 102 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-09-13 20:41:32 UTC (rev 246011)
+++ extra-i686/PKGBUILD	2015-09-13 20:41:45 UTC (rev 246012)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=qsynth
-pkgver=0.3.9
-pkgrel=1
-pkgdesc="Qt GUI for FluidSynth"
-arch=('i686' 'x86_64')
-url="http://qsynth.sourceforge.net/"
-license=('GPL')
-depends=('fluidsynth' 'qt4')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('3daf937379107d587679aeb1130271c1')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./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 246011, qsynth/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-09-13 20:41:45 UTC (rev 246012)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=qsynth
+pkgver=0.4.0
+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')
+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/qsynth.install (from rev 246011, qsynth/trunk/qsynth.install)
===================================================================
--- extra-i686/qsynth.install	                        (rev 0)
+++ extra-i686/qsynth.install	2015-09-13 20:41:45 UTC (rev 246012)
@@ -0,0 +1,13 @@
+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	2015-09-13 20:41:32 UTC (rev 246011)
+++ extra-x86_64/PKGBUILD	2015-09-13 20:41:45 UTC (rev 246012)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-
-pkgname=qsynth
-pkgver=0.3.9
-pkgrel=1
-pkgdesc="Qt GUI for FluidSynth"
-arch=('i686' 'x86_64')
-url="http://qsynth.sourceforge.net/"
-license=('GPL')
-depends=('fluidsynth' 'qt4')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('3daf937379107d587679aeb1130271c1')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./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 246011, qsynth/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-09-13 20:41:45 UTC (rev 246012)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=qsynth
+pkgver=0.4.0
+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')
+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/qsynth.install (from rev 246011, qsynth/trunk/qsynth.install)
===================================================================
--- extra-x86_64/qsynth.install	                        (rev 0)
+++ extra-x86_64/qsynth.install	2015-09-13 20:41:45 UTC (rev 246012)
@@ -0,0 +1,13 @@
+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