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

Antonio Rojas arojas at archlinux.org
Tue Apr 19 12:29:32 UTC 2016


    Date: Tuesday, April 19, 2016 @ 14:29:32
  Author: arojas
Revision: 265382

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

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

-----------------------------------------------+
 /PKGBUILD                                     |   68 ++++++++++++++++++++++++
 /kdemultimedia-juk.install                    |   22 +++++++
 kde-unstable-i686/PKGBUILD                    |   34 ------------
 kde-unstable-i686/kdemultimedia-juk.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD                  |   34 ------------
 kde-unstable-x86_64/kdemultimedia-juk.install |   11 ---
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-04-19 12:29:17 UTC (rev 265381)
+++ kde-unstable-i686/PKGBUILD	2016-04-19 12:29:32 UTC (rev 265382)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdemultimedia-juk
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='A jukebox, tagger and music collection manager'
-url='http://kde.org/applications/multimedia/juk/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdemultimedia')
-depends=('kdebase-runtime' 'taglib')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/juk-${pkgver}.tar.xz")
-sha1sums=('01c47a9447dc4867521e4c8eded35e8b3fb2ec32')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../juk-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DWITH_TunePimp=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-juk/repos/kde-unstable-i686/PKGBUILD (from rev 265381, kdemultimedia-juk/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-04-19 12:29:32 UTC (rev 265382)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-juk
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='A jukebox, tagger and music collection manager'
+url='http://kde.org/applications/multimedia/juk/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdemultimedia')
+depends=('kdebase-runtime' 'taglib')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/applications/${pkgver}/src/juk-${pkgver}.tar.xz")
+sha1sums=('8edcfe57ac07d89bf24db8ea2059b15096775c5b')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../juk-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWITH_TunePimp=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdemultimedia-juk.install
===================================================================
--- kde-unstable-i686/kdemultimedia-juk.install	2016-04-19 12:29:17 UTC (rev 265381)
+++ kde-unstable-i686/kdemultimedia-juk.install	2016-04-19 12:29:32 UTC (rev 265382)
@@ -1,11 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: kdemultimedia-juk/repos/kde-unstable-i686/kdemultimedia-juk.install (from rev 265381, kdemultimedia-juk/trunk/kdemultimedia-juk.install)
===================================================================
--- kde-unstable-i686/kdemultimedia-juk.install	                        (rev 0)
+++ kde-unstable-i686/kdemultimedia-juk.install	2016-04-19 12:29:32 UTC (rev 265382)
@@ -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-04-19 12:29:17 UTC (rev 265381)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-19 12:29:32 UTC (rev 265382)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdemultimedia-juk
-pkgver=16.03.90
-pkgrel=1
-pkgdesc='A jukebox, tagger and music collection manager'
-url='http://kde.org/applications/multimedia/juk/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdemultimedia')
-depends=('kdebase-runtime' 'taglib')
-makedepends=('cmake' 'automoc4')
-install="${pkgname}.install"
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/juk-${pkgver}.tar.xz")
-sha1sums=('01c47a9447dc4867521e4c8eded35e8b3fb2ec32')
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../juk-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DWITH_TunePimp=OFF
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdemultimedia-juk/repos/kde-unstable-x86_64/PKGBUILD (from rev 265381, kdemultimedia-juk/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-04-19 12:29:32 UTC (rev 265382)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-juk
+pkgver=16.04.0
+pkgrel=1
+pkgdesc='A jukebox, tagger and music collection manager'
+url='http://kde.org/applications/multimedia/juk/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdemultimedia')
+depends=('kdebase-runtime' 'taglib')
+makedepends=('cmake' 'automoc4')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/applications/${pkgver}/src/juk-${pkgver}.tar.xz")
+sha1sums=('8edcfe57ac07d89bf24db8ea2059b15096775c5b')
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../juk-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWITH_TunePimp=OFF
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/kdemultimedia-juk.install
===================================================================
--- kde-unstable-x86_64/kdemultimedia-juk.install	2016-04-19 12:29:17 UTC (rev 265381)
+++ kde-unstable-x86_64/kdemultimedia-juk.install	2016-04-19 12:29:32 UTC (rev 265382)
@@ -1,11 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Copied: kdemultimedia-juk/repos/kde-unstable-x86_64/kdemultimedia-juk.install (from rev 265381, kdemultimedia-juk/trunk/kdemultimedia-juk.install)
===================================================================
--- kde-unstable-x86_64/kdemultimedia-juk.install	                        (rev 0)
+++ kde-unstable-x86_64/kdemultimedia-juk.install	2016-04-19 12:29:32 UTC (rev 265382)
@@ -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