[arch-commits] Commit in minuet (7 files)

Antonio Rojas arojas at archlinux.org
Sat Mar 26 23:05:19 UTC 2016


    Date: Sunday, March 27, 2016 @ 00:05:19
  Author: arojas
Revision: 262690

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

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

-------------------------------+
 staging-i686/PKGBUILD         |   35 +++++++++++++++++++++++++++++++++++
 staging-i686/minuet.install   |   11 +++++++++++
 staging-x86_64/PKGBUILD       |   35 +++++++++++++++++++++++++++++++++++
 staging-x86_64/minuet.install |   11 +++++++++++
 4 files changed, 92 insertions(+)

Copied: minuet/repos/staging-i686/PKGBUILD (from rev 262689, minuet/kde-unstable/PKGBUILD)
===================================================================
--- repos/staging-i686/PKGBUILD	                        (rev 0)
+++ repos/staging-i686/PKGBUILD	2016-03-26 23:05:19 UTC (rev 262690)
@@ -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=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/staging-i686/minuet.install (from rev 262689, minuet/kde-unstable/minuet.install)
===================================================================
--- repos/staging-i686/minuet.install	                        (rev 0)
+++ repos/staging-i686/minuet.install	2016-03-26 23:05:19 UTC (rev 262690)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: minuet/repos/staging-x86_64/PKGBUILD (from rev 262689, minuet/kde-unstable/PKGBUILD)
===================================================================
--- repos/staging-x86_64/PKGBUILD	                        (rev 0)
+++ repos/staging-x86_64/PKGBUILD	2016-03-26 23:05:19 UTC (rev 262690)
@@ -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=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/staging-x86_64/minuet.install (from rev 262689, minuet/kde-unstable/minuet.install)
===================================================================
--- repos/staging-x86_64/minuet.install	                        (rev 0)
+++ repos/staging-x86_64/minuet.install	2016-03-26 23:05:19 UTC (rev 262690)
@@ -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