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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Dec 6 23:55:21 UTC 2015


    Date: Monday, December 7, 2015 @ 00:55:21
  Author: bpiotrowski
Revision: 253101

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

Added:
  qsynth/repos/staging-i686/
  qsynth/repos/staging-i686/PKGBUILD
    (from rev 253100, qsynth/trunk/PKGBUILD)
  qsynth/repos/staging-i686/qsynth.install
    (from rev 253100, qsynth/trunk/qsynth.install)
  qsynth/repos/staging-x86_64/
  qsynth/repos/staging-x86_64/PKGBUILD
    (from rev 253100, qsynth/trunk/PKGBUILD)
  qsynth/repos/staging-x86_64/qsynth.install
    (from rev 253100, qsynth/trunk/qsynth.install)

-------------------------------+
 staging-i686/PKGBUILD         |   38 ++++++++++++++++++++++++++++++++++++++
 staging-i686/qsynth.install   |   13 +++++++++++++
 staging-x86_64/PKGBUILD       |   38 ++++++++++++++++++++++++++++++++++++++
 staging-x86_64/qsynth.install |   13 +++++++++++++
 4 files changed, 102 insertions(+)

Copied: qsynth/repos/staging-i686/PKGBUILD (from rev 253100, qsynth/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-12-06 23:55:21 UTC (rev 253101)
@@ -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=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/staging-i686/qsynth.install (from rev 253100, qsynth/trunk/qsynth.install)
===================================================================
--- staging-i686/qsynth.install	                        (rev 0)
+++ staging-i686/qsynth.install	2015-12-06 23:55:21 UTC (rev 253101)
@@ -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:

Copied: qsynth/repos/staging-x86_64/PKGBUILD (from rev 253100, qsynth/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-12-06 23:55:21 UTC (rev 253101)
@@ -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=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/staging-x86_64/qsynth.install (from rev 253100, qsynth/trunk/qsynth.install)
===================================================================
--- staging-x86_64/qsynth.install	                        (rev 0)
+++ staging-x86_64/qsynth.install	2015-12-06 23:55:21 UTC (rev 253101)
@@ -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