[arch-commits] Commit in kdemultimedia-kmix/repos (6 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Tue May 7 16:44:23 UTC 2013
Date: Tuesday, May 7, 2013 @ 18:44:23
Author: andrea
Revision: 184733
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kdemultimedia-kmix/repos/testing-i686/
kdemultimedia-kmix/repos/testing-i686/PKGBUILD
(from rev 184732, kdemultimedia-kmix/trunk/PKGBUILD)
kdemultimedia-kmix/repos/testing-i686/kdemultimedia-kmix.install
(from rev 184732, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
kdemultimedia-kmix/repos/testing-x86_64/
kdemultimedia-kmix/repos/testing-x86_64/PKGBUILD
(from rev 184732, kdemultimedia-kmix/trunk/PKGBUILD)
kdemultimedia-kmix/repos/testing-x86_64/kdemultimedia-kmix.install
(from rev 184732, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
-------------------------------------------+
testing-i686/PKGBUILD | 32 ++++++++++++++++++++++++++++
testing-i686/kdemultimedia-kmix.install | 11 +++++++++
testing-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++++
testing-x86_64/kdemultimedia-kmix.install | 11 +++++++++
4 files changed, 86 insertions(+)
Copied: kdemultimedia-kmix/repos/testing-i686/PKGBUILD (from rev 184732, kdemultimedia-kmix/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2013-05-07 16:44:23 UTC (rev 184733)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-kmix
+pkgver=4.10.3
+pkgrel=1
+pkgdesc="KDE volume control program"
+url='http://kde.org/applications/multimedia/kmix/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgver}/src/kmix-${pkgver}.tar.xz")
+sha1sums=('09289c9bb6bd5e592d214f3f665078010e9a7dd2')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../kmix-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Copied: kdemultimedia-kmix/repos/testing-i686/kdemultimedia-kmix.install (from rev 184732, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
===================================================================
--- testing-i686/kdemultimedia-kmix.install (rev 0)
+++ testing-i686/kdemultimedia-kmix.install 2013-05-07 16:44:23 UTC (rev 184733)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: kdemultimedia-kmix/repos/testing-x86_64/PKGBUILD (from rev 184732, kdemultimedia-kmix/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-07 16:44:23 UTC (rev 184733)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-kmix
+pkgver=4.10.3
+pkgrel=1
+pkgdesc="KDE volume control program"
+url='http://kde.org/applications/multimedia/kmix/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdemultimedia')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgver}/src/kmix-${pkgver}.tar.xz")
+sha1sums=('09289c9bb6bd5e592d214f3f665078010e9a7dd2')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../kmix-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
Copied: kdemultimedia-kmix/repos/testing-x86_64/kdemultimedia-kmix.install (from rev 184732, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
===================================================================
--- testing-x86_64/kdemultimedia-kmix.install (rev 0)
+++ testing-x86_64/kdemultimedia-kmix.install 2013-05-07 16:44:23 UTC (rev 184733)
@@ -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