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

Andrea Scarpino andrea at archlinux.org
Wed Jan 25 23:19:38 UTC 2012


    Date: Wednesday, January 25, 2012 @ 18:19:38
  Author: andrea
Revision: 147580

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  libkdcraw/repos/testing-i686/
  libkdcraw/repos/testing-i686/PKGBUILD
    (from rev 147579, libkdcraw/trunk/PKGBUILD)
  libkdcraw/repos/testing-i686/libkdcraw.install
    (from rev 147579, libkdcraw/trunk/libkdcraw.install)
  libkdcraw/repos/testing-x86_64/
  libkdcraw/repos/testing-x86_64/PKGBUILD
    (from rev 147579, libkdcraw/trunk/PKGBUILD)
  libkdcraw/repos/testing-x86_64/libkdcraw.install
    (from rev 147579, libkdcraw/trunk/libkdcraw.install)

----------------------------------+
 testing-i686/PKGBUILD            |   32 ++++++++++++++++++++++++++++++++
 testing-i686/libkdcraw.install   |   11 +++++++++++
 testing-x86_64/PKGBUILD          |   32 ++++++++++++++++++++++++++++++++
 testing-x86_64/libkdcraw.install |   11 +++++++++++
 4 files changed, 86 insertions(+)

Copied: libkdcraw/repos/testing-i686/PKGBUILD (from rev 147579, libkdcraw/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-01-25 23:19:38 UTC (rev 147580)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkdcraw
+pkgver=4.8.0
+pkgrel=1
+pkgdesc="A C++ interface used to decode RAW picture"
+url="http://kde.org/"
+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.bz2")
+sha1sums=('4c613177ec8cfe1436e5fb7f3b61bbb306d13f71')
+
+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/testing-i686/libkdcraw.install (from rev 147579, libkdcraw/trunk/libkdcraw.install)
===================================================================
--- testing-i686/libkdcraw.install	                        (rev 0)
+++ testing-i686/libkdcraw.install	2012-01-25 23:19:38 UTC (rev 147580)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: libkdcraw/repos/testing-x86_64/PKGBUILD (from rev 147579, libkdcraw/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-01-25 23:19:38 UTC (rev 147580)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkdcraw
+pkgver=4.8.0
+pkgrel=1
+pkgdesc="A C++ interface used to decode RAW picture"
+url="http://kde.org/"
+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.bz2")
+sha1sums=('4c613177ec8cfe1436e5fb7f3b61bbb306d13f71')
+
+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/testing-x86_64/libkdcraw.install (from rev 147579, libkdcraw/trunk/libkdcraw.install)
===================================================================
--- testing-x86_64/libkdcraw.install	                        (rev 0)
+++ testing-x86_64/libkdcraw.install	2012-01-25 23:19:38 UTC (rev 147580)
@@ -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