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

Felix Yan fyan at archlinux.org
Wed Feb 4 07:56:05 UTC 2015


    Date: Wednesday, February 4, 2015 @ 08:56:04
  Author: fyan
Revision: 230644

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

Added:
  kmix/repos/testing-i686/
  kmix/repos/testing-i686/PKGBUILD
    (from rev 230643, kmix/trunk/PKGBUILD)
  kmix/repos/testing-i686/kmix.install
    (from rev 230643, kmix/trunk/kmix.install)
  kmix/repos/testing-x86_64/
  kmix/repos/testing-x86_64/PKGBUILD
    (from rev 230643, kmix/trunk/PKGBUILD)
  kmix/repos/testing-x86_64/kmix.install
    (from rev 230643, kmix/trunk/kmix.install)

-----------------------------+
 testing-i686/PKGBUILD       |   38 ++++++++++++++++++++++++++++++++++++++
 testing-i686/kmix.install   |   12 ++++++++++++
 testing-x86_64/PKGBUILD     |   38 ++++++++++++++++++++++++++++++++++++++
 testing-x86_64/kmix.install |   12 ++++++++++++
 4 files changed, 100 insertions(+)

Copied: kmix/repos/testing-i686/PKGBUILD (from rev 230643, kmix/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-02-04 07:56:04 UTC (rev 230644)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Antonio Rojas
+
+pkgname=kmix
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='KDE volume control program'
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/multimedia/kmix/'
+license=('GPL')
+depends=('kdelibs4support' 'kcmutils' 'libcanberra' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdemultimedia-kmix')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+install=$pkgname.install
+sha256sums=('c1e75e3b8cb3dec5e2f1883741b8eab7a9dc530acb6a01b2cc4f96def2aca2cb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKMIX_KF5_BUILD=ON \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kmix/repos/testing-i686/kmix.install (from rev 230643, kmix/trunk/kmix.install)
===================================================================
--- testing-i686/kmix.install	                        (rev 0)
+++ testing-i686/kmix.install	2015-02-04 07:56:04 UTC (rev 230644)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: kmix/repos/testing-x86_64/PKGBUILD (from rev 230643, kmix/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-02-04 07:56:04 UTC (rev 230644)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Antonio Rojas
+
+pkgname=kmix
+pkgver=14.12.2
+pkgrel=1
+pkgdesc='KDE volume control program'
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/multimedia/kmix/'
+license=('GPL')
+depends=('kdelibs4support' 'kcmutils' 'libcanberra' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdemultimedia-kmix')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+install=$pkgname.install
+sha256sums=('c1e75e3b8cb3dec5e2f1883741b8eab7a9dc530acb6a01b2cc4f96def2aca2cb')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKMIX_KF5_BUILD=ON \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DSYSCONF_INSTALL_DIR=/etc
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kmix/repos/testing-x86_64/kmix.install (from rev 230643, kmix/trunk/kmix.install)
===================================================================
--- testing-x86_64/kmix.install	                        (rev 0)
+++ testing-x86_64/kmix.install	2015-02-04 07:56:04 UTC (rev 230644)
@@ -0,0 +1,12 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+    update-desktop-database -q
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list