[arch-commits] Commit in kdemultimedia-kmix (9 files)

Andrea Scarpino andrea at archlinux.org
Wed Aug 1 05:43:48 UTC 2012


    Date: Wednesday, August 1, 2012 @ 01:43:48
  Author: andrea
Revision: 164470

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

Added:
  kdemultimedia-kmix/repos/kde-unstable-i686/PKGBUILD
    (from rev 164469, kdemultimedia-kmix/trunk/PKGBUILD)
  kdemultimedia-kmix/repos/kde-unstable-i686/kdemultimedia-kmix.install
    (from rev 164469, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
  kdemultimedia-kmix/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 164469, kdemultimedia-kmix/trunk/PKGBUILD)
  kdemultimedia-kmix/repos/kde-unstable-x86_64/kdemultimedia-kmix.install
    (from rev 164469, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
Deleted:
  kdemultimedia-kmix/kde-unstable/
  kdemultimedia-kmix/repos/kde-unstable-i686/PKGBUILD
  kdemultimedia-kmix/repos/kde-unstable-i686/kdemultimedia-kmix.install
  kdemultimedia-kmix/repos/kde-unstable-x86_64/PKGBUILD
  kdemultimedia-kmix/repos/kde-unstable-x86_64/kdemultimedia-kmix.install

------------------------------------------------+
 kde-unstable-i686/PKGBUILD                     |   60 +++++++++++------------
 kde-unstable-i686/kdemultimedia-kmix.install   |   22 ++++----
 kde-unstable-x86_64/PKGBUILD                   |   60 +++++++++++------------
 kde-unstable-x86_64/kdemultimedia-kmix.install |   22 ++++----
 4 files changed, 82 insertions(+), 82 deletions(-)

Deleted: repos/kde-unstable-i686/PKGBUILD
===================================================================
--- repos/kde-unstable-i686/PKGBUILD	2012-08-01 05:43:14 UTC (rev 164469)
+++ repos/kde-unstable-i686/PKGBUILD	2012-08-01 05:43:48 UTC (rev 164470)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdemultimedia-kmix
-pkgver=4.8.97
-pkgrel=1
-pkgdesc="KDE volume control program"
-url='http://kde.org/applications/multimedia/kmix/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgver}/src/kmix-${pkgver}.tar.xz")
-sha1sums=('1da4c0ce895ed39dd25e6da1c6c85671536a8391')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kmix-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-kmix/repos/kde-unstable-i686/PKGBUILD (from rev 164469, kdemultimedia-kmix/trunk/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD	2012-08-01 05:43:48 UTC (rev 164470)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-kmix
+pkgver=4.9.0
+pkgrel=1
+pkgdesc="KDE volume control program"
+url='http://kde.org/applications/multimedia/kmix/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgver}/src/kmix-${pkgver}.tar.xz")
+sha1sums=('b112295964112c4fb0afa2971926939328cbc569')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kmix-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: repos/kde-unstable-i686/kdemultimedia-kmix.install
===================================================================
--- repos/kde-unstable-i686/kdemultimedia-kmix.install	2012-08-01 05:43:14 UTC (rev 164469)
+++ repos/kde-unstable-i686/kdemultimedia-kmix.install	2012-08-01 05:43:48 UTC (rev 164470)
@@ -1,11 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: kdemultimedia-kmix/repos/kde-unstable-i686/kdemultimedia-kmix.install (from rev 164469, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
===================================================================
--- repos/kde-unstable-i686/kdemultimedia-kmix.install	                        (rev 0)
+++ repos/kde-unstable-i686/kdemultimedia-kmix.install	2012-08-01 05:43:48 UTC (rev 164470)
@@ -0,0 +1,11 @@
+post_install() {
+    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: repos/kde-unstable-x86_64/PKGBUILD
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	2012-08-01 05:43:14 UTC (rev 164469)
+++ repos/kde-unstable-x86_64/PKGBUILD	2012-08-01 05:43:48 UTC (rev 164470)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdemultimedia-kmix
-pkgver=4.8.97
-pkgrel=1
-pkgdesc="KDE volume control program"
-url='http://kde.org/applications/multimedia/kmix/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgver}/src/kmix-${pkgver}.tar.xz")
-sha1sums=('1da4c0ce895ed39dd25e6da1c6c85671536a8391')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../kmix-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-kmix/repos/kde-unstable-x86_64/PKGBUILD (from rev 164469, kdemultimedia-kmix/trunk/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD	2012-08-01 05:43:48 UTC (rev 164470)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-kmix
+pkgver=4.9.0
+pkgrel=1
+pkgdesc="KDE volume control program"
+url='http://kde.org/applications/multimedia/kmix/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/${pkgver}/src/kmix-${pkgver}.tar.xz")
+sha1sums=('b112295964112c4fb0afa2971926939328cbc569')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../kmix-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: repos/kde-unstable-x86_64/kdemultimedia-kmix.install
===================================================================
--- repos/kde-unstable-x86_64/kdemultimedia-kmix.install	2012-08-01 05:43:14 UTC (rev 164469)
+++ repos/kde-unstable-x86_64/kdemultimedia-kmix.install	2012-08-01 05:43:48 UTC (rev 164470)
@@ -1,11 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: kdemultimedia-kmix/repos/kde-unstable-x86_64/kdemultimedia-kmix.install (from rev 164469, kdemultimedia-kmix/trunk/kdemultimedia-kmix.install)
===================================================================
--- repos/kde-unstable-x86_64/kdemultimedia-kmix.install	                        (rev 0)
+++ repos/kde-unstable-x86_64/kdemultimedia-kmix.install	2012-08-01 05:43:48 UTC (rev 164470)
@@ -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