[arch-commits] Commit in libkdcraw/repos (8 files)
Sven-Hendrik Haase
svenstaro at nymeria.archlinux.org
Tue Jul 16 18:22:03 UTC 2013
Date: Tuesday, July 16, 2013 @ 20:22:03
Author: svenstaro
Revision: 190179
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
libkdcraw/repos/kde-unstable-i686/PKGBUILD
(from rev 190178, libkdcraw/kde-unstable/PKGBUILD)
libkdcraw/repos/kde-unstable-i686/libkdcraw.install
(from rev 190178, libkdcraw/kde-unstable/libkdcraw.install)
libkdcraw/repos/kde-unstable-x86_64/PKGBUILD
(from rev 190178, libkdcraw/kde-unstable/PKGBUILD)
libkdcraw/repos/kde-unstable-x86_64/libkdcraw.install
(from rev 190178, libkdcraw/kde-unstable/libkdcraw.install)
Deleted:
libkdcraw/repos/kde-unstable-i686/PKGBUILD
libkdcraw/repos/kde-unstable-i686/libkdcraw.install
libkdcraw/repos/kde-unstable-x86_64/PKGBUILD
libkdcraw/repos/kde-unstable-x86_64/libkdcraw.install
---------------------------------------+
/PKGBUILD | 66 ++++++++++++++++++++++++++++++++
/libkdcraw.install | 22 ++++++++++
kde-unstable-i686/PKGBUILD | 33 ----------------
kde-unstable-i686/libkdcraw.install | 11 -----
kde-unstable-x86_64/PKGBUILD | 33 ----------------
kde-unstable-x86_64/libkdcraw.install | 11 -----
6 files changed, 88 insertions(+), 88 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2013-07-16 18:21:53 UTC (rev 190178)
+++ kde-unstable-i686/PKGBUILD 2013-07-16 18:22:03 UTC (rev 190179)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkdcraw
-pkgver=4.10.90
-pkgrel=1
-pkgdesc="A C++ interface used to decode RAW picture"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'lcms2')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('92de68e245b051be00e6c8410e6f9a463edce895')
-
-build() {
- mkdir build
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DENABLE_LCMS2=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: libkdcraw/repos/kde-unstable-i686/PKGBUILD (from rev 190178, libkdcraw/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2013-07-16 18:22:03 UTC (rev 190179)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkdcraw
+pkgver=4.10.95
+pkgrel=1
+pkgdesc="A C++ interface used to decode RAW picture"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'lcms2')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('0e1c089c08d0636a0e89de3781d36cde4eb07650')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DENABLE_LCMS2=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: kde-unstable-i686/libkdcraw.install
===================================================================
--- kde-unstable-i686/libkdcraw.install 2013-07-16 18:21:53 UTC (rev 190178)
+++ kde-unstable-i686/libkdcraw.install 2013-07-16 18:22:03 UTC (rev 190179)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: libkdcraw/repos/kde-unstable-i686/libkdcraw.install (from rev 190178, libkdcraw/kde-unstable/libkdcraw.install)
===================================================================
--- kde-unstable-i686/libkdcraw.install (rev 0)
+++ kde-unstable-i686/libkdcraw.install 2013-07-16 18:22:03 UTC (rev 190179)
@@ -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 2013-07-16 18:21:53 UTC (rev 190178)
+++ kde-unstable-x86_64/PKGBUILD 2013-07-16 18:22:03 UTC (rev 190179)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkdcraw
-pkgver=4.10.90
-pkgrel=1
-pkgdesc="A C++ interface used to decode RAW picture"
-url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs' 'lcms2')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('92de68e245b051be00e6c8410e6f9a463edce895')
-
-build() {
- mkdir build
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DENABLE_LCMS2=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: libkdcraw/repos/kde-unstable-x86_64/PKGBUILD (from rev 190178, libkdcraw/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2013-07-16 18:22:03 UTC (rev 190179)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkdcraw
+pkgver=4.10.95
+pkgrel=1
+pkgdesc="A C++ interface used to decode RAW picture"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkdcraw"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'lcms2')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('0e1c089c08d0636a0e89de3781d36cde4eb07650')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DENABLE_LCMS2=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: kde-unstable-x86_64/libkdcraw.install
===================================================================
--- kde-unstable-x86_64/libkdcraw.install 2013-07-16 18:21:53 UTC (rev 190178)
+++ kde-unstable-x86_64/libkdcraw.install 2013-07-16 18:22:03 UTC (rev 190179)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: libkdcraw/repos/kde-unstable-x86_64/libkdcraw.install (from rev 190178, libkdcraw/kde-unstable/libkdcraw.install)
===================================================================
--- kde-unstable-x86_64/libkdcraw.install (rev 0)
+++ kde-unstable-x86_64/libkdcraw.install 2013-07-16 18:22:03 UTC (rev 190179)
@@ -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