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

Andrea Scarpino andrea at archlinux.org
Mon Oct 31 03:42:17 UTC 2011


    Date: Sunday, October 30, 2011 @ 23:42:17
  Author: andrea
Revision: 141518

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

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

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

Copied: libkdcraw/repos/staging-i686/PKGBUILD (from rev 141517, libkdcraw/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2011-10-31 03:42:17 UTC (rev 141518)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkdcraw
+pkgver=4.7.3
+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=('084f6aff760957d2005dd571dad178ca685abb68')
+
+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/staging-i686/libkdcraw.install (from rev 141517, libkdcraw/trunk/libkdcraw.install)
===================================================================
--- staging-i686/libkdcraw.install	                        (rev 0)
+++ staging-i686/libkdcraw.install	2011-10-31 03:42:17 UTC (rev 141518)
@@ -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/staging-x86_64/PKGBUILD (from rev 141517, libkdcraw/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2011-10-31 03:42:17 UTC (rev 141518)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkdcraw
+pkgver=4.7.3
+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=('084f6aff760957d2005dd571dad178ca685abb68')
+
+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/staging-x86_64/libkdcraw.install (from rev 141517, libkdcraw/trunk/libkdcraw.install)
===================================================================
--- staging-x86_64/libkdcraw.install	                        (rev 0)
+++ staging-x86_64/libkdcraw.install	2011-10-31 03:42:17 UTC (rev 141518)
@@ -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