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

Antonio Rojas arojas at archlinux.org
Sun Mar 27 19:58:37 UTC 2016


    Date: Sunday, March 27, 2016 @ 21:58:37
  Author: arojas
Revision: 263183

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  minuet/repos/kde-unstable-i686/PKGBUILD
    (from rev 263182, minuet/kde-unstable/PKGBUILD)
  minuet/repos/kde-unstable-i686/minuet.install
    (from rev 263182, minuet/kde-unstable/minuet.install)
  minuet/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 263182, minuet/kde-unstable/PKGBUILD)
  minuet/repos/kde-unstable-x86_64/minuet.install
    (from rev 263182, minuet/kde-unstable/minuet.install)
Deleted:
  minuet/repos/kde-unstable-i686/PKGBUILD
  minuet/repos/kde-unstable-i686/minuet.install
  minuet/repos/kde-unstable-x86_64/PKGBUILD
  minuet/repos/kde-unstable-x86_64/minuet.install

------------------------------------+
 /PKGBUILD                          |   70 +++++++++++++++++++++++++++++++++++
 /minuet.install                    |   22 +++++++++++
 kde-unstable-i686/PKGBUILD         |   35 -----------------
 kde-unstable-i686/minuet.install   |   11 -----
 kde-unstable-x86_64/PKGBUILD       |   35 -----------------
 kde-unstable-x86_64/minuet.install |   11 -----
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-03-27 19:57:59 UTC (rev 263182)
+++ kde-unstable-i686/PKGBUILD	2016-03-27 19:58:37 UTC (rev 263183)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=minuet
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='A KDE Software for Music Education'
-url='https://minuet.kde.org'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(kio drumstick)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('d019e1723ec63bf49b26b26fa36248bdd2c7a778')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: minuet/repos/kde-unstable-i686/PKGBUILD (from rev 263182, minuet/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-03-27 19:58:37 UTC (rev 263183)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=minuet
+pkgver=16.03.80
+pkgrel=2
+pkgdesc='A KDE Software for Music Education'
+url='https://minuet.kde.org'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(kio drumstick timidity++)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('d019e1723ec63bf49b26b26fa36248bdd2c7a778')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/minuet.install
===================================================================
--- kde-unstable-i686/minuet.install	2016-03-27 19:57:59 UTC (rev 263182)
+++ kde-unstable-i686/minuet.install	2016-03-27 19:58:37 UTC (rev 263183)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: minuet/repos/kde-unstable-i686/minuet.install (from rev 263182, minuet/kde-unstable/minuet.install)
===================================================================
--- kde-unstable-i686/minuet.install	                        (rev 0)
+++ kde-unstable-i686/minuet.install	2016-03-27 19:58:37 UTC (rev 263183)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2016-03-27 19:57:59 UTC (rev 263182)
+++ kde-unstable-x86_64/PKGBUILD	2016-03-27 19:58:37 UTC (rev 263183)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=minuet
-pkgver=16.03.80
-pkgrel=1
-pkgdesc='A KDE Software for Music Education'
-url='https://minuet.kde.org'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(kio drumstick)
-makedepends=(extra-cmake-modules kdoctools)
-install=$pkgname.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('d019e1723ec63bf49b26b26fa36248bdd2c7a778')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: minuet/repos/kde-unstable-x86_64/PKGBUILD (from rev 263182, minuet/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-03-27 19:58:37 UTC (rev 263183)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 261475 2016-03-15 10:26:40Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=minuet
+pkgver=16.03.80
+pkgrel=2
+pkgdesc='A KDE Software for Music Education'
+url='https://minuet.kde.org'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(kio drumstick timidity++)
+makedepends=(extra-cmake-modules kdoctools)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('d019e1723ec63bf49b26b26fa36248bdd2c7a778')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/minuet.install
===================================================================
--- kde-unstable-x86_64/minuet.install	2016-03-27 19:57:59 UTC (rev 263182)
+++ kde-unstable-x86_64/minuet.install	2016-03-27 19:58:37 UTC (rev 263183)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: minuet/repos/kde-unstable-x86_64/minuet.install (from rev 263182, minuet/kde-unstable/minuet.install)
===================================================================
--- kde-unstable-x86_64/minuet.install	                        (rev 0)
+++ kde-unstable-x86_64/minuet.install	2016-03-27 19:58:37 UTC (rev 263183)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list