[arch-commits] Commit in drumstick/repos (8 files)

speps speps at archlinux.org
Thu Feb 4 01:31:43 UTC 2016


    Date: Thursday, February 4, 2016 @ 02:31:43
  Author: speps
Revision: 160135

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

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

------------------------------------+
 /PKGBUILD                          |   68 +++++++++++++++++++++++++++++++++++
 /drumstick.install                 |   26 +++++++++++++
 community-i686/PKGBUILD            |   34 -----------------
 community-i686/drumstick.install   |   13 ------
 community-x86_64/PKGBUILD          |   34 -----------------
 community-x86_64/drumstick.install |   13 ------
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-02-04 01:31:21 UTC (rev 160134)
+++ community-i686/PKGBUILD	2016-02-04 01:31:43 UTC (rev 160135)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
-
-pkgname=drumstick
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('i686' 'x86_64')
-url="http://drumstick.sourceforge.net/"
-license=('GPL')
-depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 'shared-mime-info' 'qt5-svg')
-makedepends=('cmake' 'doxygen' 'docbook-xsl')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2")
-md5sums=('ef1a49166c069d337f1f6bc983f91a1c')
-
-prepare() {
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-           -DCMAKE_BUILD_TYPE=Release \
-           -DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}

Copied: drumstick/repos/community-i686/PKGBUILD (from rev 160134, drumstick/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-02-04 01:31:43 UTC (rev 160135)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
+
+pkgname=drumstick
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('i686' 'x86_64')
+url="http://drumstick.sourceforge.net/"
+license=('GPL')
+depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 'shared-mime-info' 'qt5-svg')
+makedepends=('cmake' 'doxygen' 'docbook-xsl')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2")
+md5sums=('f8e6d9de7943853146c39e52242cb705')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+           -DCMAKE_BUILD_TYPE=Release \
+           -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-i686/drumstick.install
===================================================================
--- community-i686/drumstick.install	2016-02-04 01:31:21 UTC (rev 160134)
+++ community-i686/drumstick.install	2016-02-04 01:31:43 UTC (rev 160135)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
\ No newline at end of file

Copied: drumstick/repos/community-i686/drumstick.install (from rev 160134, drumstick/trunk/drumstick.install)
===================================================================
--- community-i686/drumstick.install	                        (rev 0)
+++ community-i686/drumstick.install	2016-02-04 01:31:43 UTC (rev 160135)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
\ No newline at end of file

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-02-04 01:31:21 UTC (rev 160134)
+++ community-x86_64/PKGBUILD	2016-02-04 01:31:43 UTC (rev 160135)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
-
-pkgname=drumstick
-pkgver=1.0.1
-pkgrel=2
-pkgdesc="MIDI libraries for Qt5/C++"
-arch=('i686' 'x86_64')
-url="http://drumstick.sourceforge.net/"
-license=('GPL')
-depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 'shared-mime-info' 'qt5-svg')
-makedepends=('cmake' 'doxygen' 'docbook-xsl')
-install="$pkgname.install"
-source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2")
-md5sums=('ef1a49166c069d337f1f6bc983f91a1c')
-
-prepare() {
-  cd $pkgname-$pkgver
-  [ -d b ] || mkdir b
-}
-
-build() {
-  cd $pkgname-$pkgver/b
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-           -DCMAKE_BUILD_TYPE=Release \
-           -DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver/b
-  make DESTDIR="$pkgdir/" install
-}

Copied: drumstick/repos/community-x86_64/PKGBUILD (from rev 160134, drumstick/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-02-04 01:31:43 UTC (rev 160135)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Dany Martineau <dany.luc.martineau at gmail.com>
+
+pkgname=drumstick
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="MIDI libraries for Qt5/C++"
+arch=('i686' 'x86_64')
+url="http://drumstick.sourceforge.net/"
+license=('GPL')
+depends=('desktop-file-utils' 'fluidsynth' 'hicolor-icon-theme' 'shared-mime-info' 'qt5-svg')
+makedepends=('cmake' 'doxygen' 'docbook-xsl')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2")
+md5sums=('f8e6d9de7943853146c39e52242cb705')
+
+prepare() {
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
+           -DCMAKE_BUILD_TYPE=Release \
+           -DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/drumstick.install
===================================================================
--- community-x86_64/drumstick.install	2016-02-04 01:31:21 UTC (rev 160134)
+++ community-x86_64/drumstick.install	2016-02-04 01:31:43 UTC (rev 160135)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-mime-database usr/share/mime
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
\ No newline at end of file

Copied: drumstick/repos/community-x86_64/drumstick.install (from rev 160134, drumstick/trunk/drumstick.install)
===================================================================
--- community-x86_64/drumstick.install	                        (rev 0)
+++ community-x86_64/drumstick.install	2016-02-04 01:31:43 UTC (rev 160135)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-mime-database usr/share/mime
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
\ No newline at end of file



More information about the arch-commits mailing list