[arch-commits] Commit in digikam/repos (12 files)
Antonio Rojas
arojas at archlinux.org
Thu Feb 4 21:36:58 UTC 2016
Date: Thursday, February 4, 2016 @ 22:36:58
Author: arojas
Revision: 258884
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
digikam/repos/kde-unstable-i686/PKGBUILD
(from rev 258883, digikam/kde-unstable/PKGBUILD)
digikam/repos/kde-unstable-i686/digikam.install
(from rev 258883, digikam/kde-unstable/digikam.install)
digikam/repos/kde-unstable-i686/kipi-plugins.install
(from rev 258883, digikam/kde-unstable/kipi-plugins.install)
digikam/repos/kde-unstable-x86_64/PKGBUILD
(from rev 258883, digikam/kde-unstable/PKGBUILD)
digikam/repos/kde-unstable-x86_64/digikam.install
(from rev 258883, digikam/kde-unstable/digikam.install)
digikam/repos/kde-unstable-x86_64/kipi-plugins.install
(from rev 258883, digikam/kde-unstable/kipi-plugins.install)
Deleted:
digikam/repos/kde-unstable-i686/PKGBUILD
digikam/repos/kde-unstable-i686/digikam.install
digikam/repos/kde-unstable-i686/kipi-plugins.install
digikam/repos/kde-unstable-x86_64/PKGBUILD
digikam/repos/kde-unstable-x86_64/digikam.install
digikam/repos/kde-unstable-x86_64/kipi-plugins.install
------------------------------------------+
/PKGBUILD | 166 +++++++++++++++++++++++++++++
/digikam.install | 24 ++++
/kipi-plugins.install | 24 ++++
kde-unstable-i686/PKGBUILD | 83 --------------
kde-unstable-i686/digikam.install | 12 --
kde-unstable-i686/kipi-plugins.install | 12 --
kde-unstable-x86_64/PKGBUILD | 83 --------------
kde-unstable-x86_64/digikam.install | 12 --
kde-unstable-x86_64/kipi-plugins.install | 12 --
9 files changed, 214 insertions(+), 214 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2016-02-04 21:36:41 UTC (rev 258883)
+++ kde-unstable-i686/PKGBUILD 2016-02-04 21:36:58 UTC (rev 258884)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgbase=digikam
-pkgname=('digikam' 'kipi-plugins')
-_pkgver=5.0.0-beta3
-pkgver=${_pkgver//-/_}
-pkgrel=1
-pkgdesc="Digital photo management application for KDE"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.digikam.org/"
-makedepends=('extra-cmake-modules' 'libkipi' 'libksane' 'liblqr' 'opencv' 'boost'
- 'libgpod' 'hugin' 'opencv' 'qt5-webkit' 'doxygen' 'lensfun' 'imagemagick' 'eigen' 'libpgf'
- 'libusb' 'kio' 'kdoctools' 'marble' 'kfilemetadata' 'akonadi-contact' 'qt5-multimedia'
- 'threadweaver' 'kcalcore' 'knotifyconfig' 'kdelibs4support' 'clang') # 'libmediawiki' 'libkvkontakte'
-source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.bz2")
-sha1sums=('811ddc2936fc58ff970446d715046636c004bb2a')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
-
- cmake ../${pkgname}-${_pkgver} \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_SKIP_RPATH=ON \
- -DBUILD_TESTING=OFF \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
- -DENABLE_KFILEMETADATASUPPORT=ON \
- -DENABLE_MEDIAPLAYER=ON \
- -DENABLE_AKONADICONTACTSUPPORT=ON \
- -DENABLE_MYSQLSUPPORT=ON \
- -DCMAKE_C_COMPILER=clang # Fix error: C++ style comments are not allowed in ISO C90
- make
-}
-
-package_digikam() {
- pkgdesc="Digital photo management application for KDE"
- depends=('liblqr' 'libkipi' 'lensfun' 'libpgf' 'opencv' 'akonadi-contact'
- 'knotifyconfig' 'libksane' 'kfilemetadata' 'qt5-multimedia' 'marble')
- optdepends=('kipi-plugins: more tools and plugins' 'plasma-desktop: theme configuration')
- install=digikam.install
-
- cd build/core
- make DESTDIR="${pkgdir}" install
- cd ../../build/doc/digikam/digikam
- make DESTDIR="${pkgdir}" install
- cd ../showfoto
- make DESTDIR="${pkgdir}" install
-# cd ../../../../build/po
-# make DESTDIR="${pkgdir}" install
-}
-
-package_kipi-plugins() {
- pkgdesc="A collection of plugins extending the KDE graphics and image applications as digiKam"
- depends=('kio' 'libkipi')
- optdepends=('kcalcore: Calendar plugin'
- # 'libmediawiki: MediaWiki Export plugin'
- # 'libkvkontakte: VKontakte.ru Exporter plugin'
- 'libgpod: iPodExport plugin'
- 'opencv: Remove Red Eyes plugin'
- 'imagemagick: Video SlideShow plugin'
- 'qt5-gstreamer: Video SlideShow plugin'
- 'threadweaver: panorama plugin'
- 'hugin: panorama plugin')
- install=kipi-plugins.install
-
- cd build/extra/kipi-plugins
- make DESTDIR="${pkgdir}" install
-
-# cd ../../../build/po
-# make DESTDIR="${pkgdir}" install
-
- cd ../../../build/doc/kipi-plugins
- make DESTDIR="${pkgdir}" install
-}
Copied: digikam/repos/kde-unstable-i686/PKGBUILD (from rev 258883, digikam/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2016-02-04 21:36:58 UTC (rev 258884)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgbase=digikam
+pkgname=('digikam' 'kipi-plugins')
+_pkgver=5.0.0-beta3
+pkgver=${_pkgver//-/_}
+pkgrel=2
+pkgdesc="Digital photo management application for KDE"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.digikam.org/"
+makedepends=('extra-cmake-modules' 'libkipi' 'libksane' 'liblqr' 'opencv' 'boost'
+ 'libgpod' 'hugin' 'opencv' 'qt5-webkit' 'doxygen' 'lensfun' 'imagemagick' 'eigen' 'libpgf'
+ 'libusb' 'kio' 'kdoctools' 'marble' 'kfilemetadata' 'akonadi-contact' 'qt5-multimedia'
+ 'threadweaver' 'kcalcore' 'knotifyconfig' 'kdelibs4support' 'clang') # 'libmediawiki' 'libkvkontakte'
+source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.bz2")
+sha1sums=('811ddc2936fc58ff970446d715046636c004bb2a')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+
+ cmake ../${pkgname}-${_pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_SKIP_RPATH=ON \
+ -DBUILD_TESTING=OFF \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DENABLE_KFILEMETADATASUPPORT=ON \
+ -DENABLE_MEDIAPLAYER=ON \
+ -DENABLE_AKONADICONTACTSUPPORT=ON \
+ -DENABLE_MYSQLSUPPORT=ON \
+ -DCMAKE_C_COMPILER=clang # Fix error: C++ style comments are not allowed in ISO C90
+ make
+}
+
+package_digikam() {
+ pkgdesc="Digital photo management application for KDE"
+ depends=('liblqr' 'libkipi' 'lensfun' 'libpgf' 'opencv' 'akonadi-contact'
+ 'knotifyconfig' 'libksane' 'kfilemetadata' 'qt5-multimedia' 'marble')
+ optdepends=('kipi-plugins: more tools and plugins' 'plasma-desktop: theme configuration')
+ install=digikam.install
+
+ cd build/core
+ make DESTDIR="${pkgdir}" install
+ cd ../../build/doc/digikam/digikam
+ make DESTDIR="${pkgdir}" install
+ cd ../showfoto
+ make DESTDIR="${pkgdir}" install
+# cd ../../../../build/po
+# make DESTDIR="${pkgdir}" install
+}
+
+package_kipi-plugins() {
+ pkgdesc="A collection of plugins extending the KDE graphics and image applications as digiKam"
+ depends=('kio' 'libkipi')
+ optdepends=('kcalcore: Calendar plugin'
+ # 'libmediawiki: MediaWiki Export plugin'
+ # 'libkvkontakte: VKontakte.ru Exporter plugin'
+ 'libgpod: iPodExport plugin'
+ 'opencv: Remove Red Eyes plugin'
+ 'imagemagick: Video SlideShow plugin'
+ 'qt5-gstreamer: Video SlideShow plugin'
+ 'threadweaver: panorama plugin'
+ 'hugin: panorama plugin')
+ install=kipi-plugins.install
+
+ cd build/extra/kipi-plugins
+ make DESTDIR="${pkgdir}" install
+
+# cd ../../../build/po
+# make DESTDIR="${pkgdir}" install
+
+ cd ../../../build/doc/kipi-plugins
+ make DESTDIR="${pkgdir}" install
+}
Deleted: kde-unstable-i686/digikam.install
===================================================================
--- kde-unstable-i686/digikam.install 2016-02-04 21:36:41 UTC (rev 258883)
+++ kde-unstable-i686/digikam.install 2016-02-04 21:36:58 UTC (rev 258884)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: digikam/repos/kde-unstable-i686/digikam.install (from rev 258883, digikam/kde-unstable/digikam.install)
===================================================================
--- kde-unstable-i686/digikam.install (rev 0)
+++ kde-unstable-i686/digikam.install 2016-02-04 21:36:58 UTC (rev 258884)
@@ -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
+}
Deleted: kde-unstable-i686/kipi-plugins.install
===================================================================
--- kde-unstable-i686/kipi-plugins.install 2016-02-04 21:36:41 UTC (rev 258883)
+++ kde-unstable-i686/kipi-plugins.install 2016-02-04 21:36:58 UTC (rev 258884)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: digikam/repos/kde-unstable-i686/kipi-plugins.install (from rev 258883, digikam/kde-unstable/kipi-plugins.install)
===================================================================
--- kde-unstable-i686/kipi-plugins.install (rev 0)
+++ kde-unstable-i686/kipi-plugins.install 2016-02-04 21:36:58 UTC (rev 258884)
@@ -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
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2016-02-04 21:36:41 UTC (rev 258883)
+++ kde-unstable-x86_64/PKGBUILD 2016-02-04 21:36:58 UTC (rev 258884)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgbase=digikam
-pkgname=('digikam' 'kipi-plugins')
-_pkgver=5.0.0-beta3
-pkgver=${_pkgver//-/_}
-pkgrel=1
-pkgdesc="Digital photo management application for KDE"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.digikam.org/"
-makedepends=('extra-cmake-modules' 'libkipi' 'libksane' 'liblqr' 'opencv' 'boost'
- 'libgpod' 'hugin' 'opencv' 'qt5-webkit' 'doxygen' 'lensfun' 'imagemagick' 'eigen' 'libpgf'
- 'libusb' 'kio' 'kdoctools' 'marble' 'kfilemetadata' 'akonadi-contact' 'qt5-multimedia'
- 'threadweaver' 'kcalcore' 'knotifyconfig' 'kdelibs4support' 'clang') # 'libmediawiki' 'libkvkontakte'
-source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.bz2")
-sha1sums=('811ddc2936fc58ff970446d715046636c004bb2a')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
-
- cmake ../${pkgname}-${_pkgver} \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_SKIP_RPATH=ON \
- -DBUILD_TESTING=OFF \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
- -DENABLE_KFILEMETADATASUPPORT=ON \
- -DENABLE_MEDIAPLAYER=ON \
- -DENABLE_AKONADICONTACTSUPPORT=ON \
- -DENABLE_MYSQLSUPPORT=ON \
- -DCMAKE_C_COMPILER=clang # Fix error: C++ style comments are not allowed in ISO C90
- make
-}
-
-package_digikam() {
- pkgdesc="Digital photo management application for KDE"
- depends=('liblqr' 'libkipi' 'lensfun' 'libpgf' 'opencv' 'akonadi-contact'
- 'knotifyconfig' 'libksane' 'kfilemetadata' 'qt5-multimedia' 'marble')
- optdepends=('kipi-plugins: more tools and plugins' 'plasma-desktop: theme configuration')
- install=digikam.install
-
- cd build/core
- make DESTDIR="${pkgdir}" install
- cd ../../build/doc/digikam/digikam
- make DESTDIR="${pkgdir}" install
- cd ../showfoto
- make DESTDIR="${pkgdir}" install
-# cd ../../../../build/po
-# make DESTDIR="${pkgdir}" install
-}
-
-package_kipi-plugins() {
- pkgdesc="A collection of plugins extending the KDE graphics and image applications as digiKam"
- depends=('kio' 'libkipi')
- optdepends=('kcalcore: Calendar plugin'
- # 'libmediawiki: MediaWiki Export plugin'
- # 'libkvkontakte: VKontakte.ru Exporter plugin'
- 'libgpod: iPodExport plugin'
- 'opencv: Remove Red Eyes plugin'
- 'imagemagick: Video SlideShow plugin'
- 'qt5-gstreamer: Video SlideShow plugin'
- 'threadweaver: panorama plugin'
- 'hugin: panorama plugin')
- install=kipi-plugins.install
-
- cd build/extra/kipi-plugins
- make DESTDIR="${pkgdir}" install
-
-# cd ../../../build/po
-# make DESTDIR="${pkgdir}" install
-
- cd ../../../build/doc/kipi-plugins
- make DESTDIR="${pkgdir}" install
-}
Copied: digikam/repos/kde-unstable-x86_64/PKGBUILD (from rev 258883, digikam/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2016-02-04 21:36:58 UTC (rev 258884)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Ronald van Haren <ronald at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgbase=digikam
+pkgname=('digikam' 'kipi-plugins')
+_pkgver=5.0.0-beta3
+pkgver=${_pkgver//-/_}
+pkgrel=2
+pkgdesc="Digital photo management application for KDE"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.digikam.org/"
+makedepends=('extra-cmake-modules' 'libkipi' 'libksane' 'liblqr' 'opencv' 'boost'
+ 'libgpod' 'hugin' 'opencv' 'qt5-webkit' 'doxygen' 'lensfun' 'imagemagick' 'eigen' 'libpgf'
+ 'libusb' 'kio' 'kdoctools' 'marble' 'kfilemetadata' 'akonadi-contact' 'qt5-multimedia'
+ 'threadweaver' 'kcalcore' 'knotifyconfig' 'kdelibs4support' 'clang') # 'libmediawiki' 'libkvkontakte'
+source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.bz2")
+sha1sums=('811ddc2936fc58ff970446d715046636c004bb2a')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+
+ cmake ../${pkgname}-${_pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_SKIP_RPATH=ON \
+ -DBUILD_TESTING=OFF \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DENABLE_KFILEMETADATASUPPORT=ON \
+ -DENABLE_MEDIAPLAYER=ON \
+ -DENABLE_AKONADICONTACTSUPPORT=ON \
+ -DENABLE_MYSQLSUPPORT=ON \
+ -DCMAKE_C_COMPILER=clang # Fix error: C++ style comments are not allowed in ISO C90
+ make
+}
+
+package_digikam() {
+ pkgdesc="Digital photo management application for KDE"
+ depends=('liblqr' 'libkipi' 'lensfun' 'libpgf' 'opencv' 'akonadi-contact'
+ 'knotifyconfig' 'libksane' 'kfilemetadata' 'qt5-multimedia' 'marble')
+ optdepends=('kipi-plugins: more tools and plugins' 'plasma-desktop: theme configuration')
+ install=digikam.install
+
+ cd build/core
+ make DESTDIR="${pkgdir}" install
+ cd ../../build/doc/digikam/digikam
+ make DESTDIR="${pkgdir}" install
+ cd ../showfoto
+ make DESTDIR="${pkgdir}" install
+# cd ../../../../build/po
+# make DESTDIR="${pkgdir}" install
+}
+
+package_kipi-plugins() {
+ pkgdesc="A collection of plugins extending the KDE graphics and image applications as digiKam"
+ depends=('kio' 'libkipi')
+ optdepends=('kcalcore: Calendar plugin'
+ # 'libmediawiki: MediaWiki Export plugin'
+ # 'libkvkontakte: VKontakte.ru Exporter plugin'
+ 'libgpod: iPodExport plugin'
+ 'opencv: Remove Red Eyes plugin'
+ 'imagemagick: Video SlideShow plugin'
+ 'qt5-gstreamer: Video SlideShow plugin'
+ 'threadweaver: panorama plugin'
+ 'hugin: panorama plugin')
+ install=kipi-plugins.install
+
+ cd build/extra/kipi-plugins
+ make DESTDIR="${pkgdir}" install
+
+# cd ../../../build/po
+# make DESTDIR="${pkgdir}" install
+
+ cd ../../../build/doc/kipi-plugins
+ make DESTDIR="${pkgdir}" install
+}
Deleted: kde-unstable-x86_64/digikam.install
===================================================================
--- kde-unstable-x86_64/digikam.install 2016-02-04 21:36:41 UTC (rev 258883)
+++ kde-unstable-x86_64/digikam.install 2016-02-04 21:36:58 UTC (rev 258884)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: digikam/repos/kde-unstable-x86_64/digikam.install (from rev 258883, digikam/kde-unstable/digikam.install)
===================================================================
--- kde-unstable-x86_64/digikam.install (rev 0)
+++ kde-unstable-x86_64/digikam.install 2016-02-04 21:36:58 UTC (rev 258884)
@@ -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
+}
Deleted: kde-unstable-x86_64/kipi-plugins.install
===================================================================
--- kde-unstable-x86_64/kipi-plugins.install 2016-02-04 21:36:41 UTC (rev 258883)
+++ kde-unstable-x86_64/kipi-plugins.install 2016-02-04 21:36:58 UTC (rev 258884)
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: digikam/repos/kde-unstable-x86_64/kipi-plugins.install (from rev 258883, digikam/kde-unstable/kipi-plugins.install)
===================================================================
--- kde-unstable-x86_64/kipi-plugins.install (rev 0)
+++ kde-unstable-x86_64/kipi-plugins.install 2016-02-04 21:36:58 UTC (rev 258884)
@@ -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