[arch-commits] Commit in kdemultimedia-juk/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Wed Aug 19 07:03:47 UTC 2015
Date: Wednesday, August 19, 2015 @ 09:03:46
Author: arojas
Revision: 244101
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
kdemultimedia-juk/repos/kde-unstable-i686/PKGBUILD
(from rev 244100, kdemultimedia-juk/trunk/PKGBUILD)
kdemultimedia-juk/repos/kde-unstable-i686/kdemultimedia-juk.install
(from rev 244100, kdemultimedia-juk/trunk/kdemultimedia-juk.install)
kdemultimedia-juk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244100, kdemultimedia-juk/trunk/PKGBUILD)
kdemultimedia-juk/repos/kde-unstable-x86_64/kdemultimedia-juk.install
(from rev 244100, 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 2015-08-19 07:03:27 UTC (rev 244100)
+++ kde-unstable-i686/PKGBUILD 2015-08-19 07:03:46 UTC (rev 244101)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdemultimedia-juk
-pkgver=15.07.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=('ae79371babac52fc6adb5bfaa031da5ee66f096c')
-
-build() {
- cd "${srcdir}"
- mkdir 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 244100, kdemultimedia-juk/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-08-19 07:03:46 UTC (rev 244101)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-juk
+pkgver=15.08.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=('e23d3b75973b4a1c87cf5d3f0865586dd5e596e5')
+
+build() {
+ cd "${srcdir}"
+ mkdir 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 2015-08-19 07:03:27 UTC (rev 244100)
+++ kde-unstable-i686/kdemultimedia-juk.install 2015-08-19 07:03:46 UTC (rev 244101)
@@ -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 244100, kdemultimedia-juk/trunk/kdemultimedia-juk.install)
===================================================================
--- kde-unstable-i686/kdemultimedia-juk.install (rev 0)
+++ kde-unstable-i686/kdemultimedia-juk.install 2015-08-19 07:03:46 UTC (rev 244101)
@@ -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 2015-08-19 07:03:27 UTC (rev 244100)
+++ kde-unstable-x86_64/PKGBUILD 2015-08-19 07:03:46 UTC (rev 244101)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdemultimedia-juk
-pkgver=15.07.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=('ae79371babac52fc6adb5bfaa031da5ee66f096c')
-
-build() {
- cd "${srcdir}"
- mkdir 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 244100, kdemultimedia-juk/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-08-19 07:03:46 UTC (rev 244101)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdemultimedia-juk
+pkgver=15.08.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=('e23d3b75973b4a1c87cf5d3f0865586dd5e596e5')
+
+build() {
+ cd "${srcdir}"
+ mkdir 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 2015-08-19 07:03:27 UTC (rev 244100)
+++ kde-unstable-x86_64/kdemultimedia-juk.install 2015-08-19 07:03:46 UTC (rev 244101)
@@ -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 244100, kdemultimedia-juk/trunk/kdemultimedia-juk.install)
===================================================================
--- kde-unstable-x86_64/kdemultimedia-juk.install (rev 0)
+++ kde-unstable-x86_64/kdemultimedia-juk.install 2015-08-19 07:03:46 UTC (rev 244101)
@@ -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