[arch-commits] Commit in libkdcraw/repos (10 files)

Andrea Scarpino andrea at archlinux.org
Sat Jan 5 13:06:38 UTC 2013


    Date: Saturday, January 5, 2013 @ 08:06:38
  Author: andrea
Revision: 174653

db-move: moved libkdcraw from [testing] to [extra] (i686, x86_64)

Added:
  libkdcraw/repos/extra-i686/PKGBUILD
    (from rev 174652, libkdcraw/repos/testing-i686/PKGBUILD)
  libkdcraw/repos/extra-i686/libkdcraw.install
    (from rev 174652, libkdcraw/repos/testing-i686/libkdcraw.install)
  libkdcraw/repos/extra-x86_64/PKGBUILD
    (from rev 174652, libkdcraw/repos/testing-x86_64/PKGBUILD)
  libkdcraw/repos/extra-x86_64/libkdcraw.install
    (from rev 174652, libkdcraw/repos/testing-x86_64/libkdcraw.install)
Deleted:
  libkdcraw/repos/extra-i686/PKGBUILD
  libkdcraw/repos/extra-i686/libkdcraw.install
  libkdcraw/repos/extra-x86_64/PKGBUILD
  libkdcraw/repos/extra-x86_64/libkdcraw.install
  libkdcraw/repos/testing-i686/
  libkdcraw/repos/testing-x86_64/

--------------------------------+
 extra-i686/PKGBUILD            |   64 +++++++++++++++++++--------------------
 extra-i686/libkdcraw.install   |   22 ++++++-------
 extra-x86_64/PKGBUILD          |   64 +++++++++++++++++++--------------------
 extra-x86_64/libkdcraw.install |   22 ++++++-------
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-01-05 13:06:11 UTC (rev 174652)
+++ extra-i686/PKGBUILD	2013-01-05 13:06:38 UTC (rev 174653)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkdcraw
-pkgver=4.9.4
-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' 'lcms')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('b40cac622106dd45dd15e3ccc3b10480cc624bd8')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkdcraw/repos/extra-i686/PKGBUILD (from rev 174652, libkdcraw/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-01-05 13:06:38 UTC (rev 174653)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkdcraw
+pkgver=4.9.5
+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' 'lcms')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('baaafbb1a2da84e4180482c3628727c1b5b16cee')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/libkdcraw.install
===================================================================
--- extra-i686/libkdcraw.install	2013-01-05 13:06:11 UTC (rev 174652)
+++ extra-i686/libkdcraw.install	2013-01-05 13:06:38 UTC (rev 174653)
@@ -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/extra-i686/libkdcraw.install (from rev 174652, libkdcraw/repos/testing-i686/libkdcraw.install)
===================================================================
--- extra-i686/libkdcraw.install	                        (rev 0)
+++ extra-i686/libkdcraw.install	2013-01-05 13:06:38 UTC (rev 174653)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-01-05 13:06:11 UTC (rev 174652)
+++ extra-x86_64/PKGBUILD	2013-01-05 13:06:38 UTC (rev 174653)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkdcraw
-pkgver=4.9.4
-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' 'lcms')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('b40cac622106dd45dd15e3ccc3b10480cc624bd8')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkdcraw/repos/extra-x86_64/PKGBUILD (from rev 174652, libkdcraw/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-01-05 13:06:38 UTC (rev 174653)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkdcraw
+pkgver=4.9.5
+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' 'lcms')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('baaafbb1a2da84e4180482c3628727c1b5b16cee')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/libkdcraw.install
===================================================================
--- extra-x86_64/libkdcraw.install	2013-01-05 13:06:11 UTC (rev 174652)
+++ extra-x86_64/libkdcraw.install	2013-01-05 13:06:38 UTC (rev 174653)
@@ -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/extra-x86_64/libkdcraw.install (from rev 174652, libkdcraw/repos/testing-x86_64/libkdcraw.install)
===================================================================
--- extra-x86_64/libkdcraw.install	                        (rev 0)
+++ extra-x86_64/libkdcraw.install	2013-01-05 13:06:38 UTC (rev 174653)
@@ -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