[arch-commits] Commit in libkdcraw4 (7 files)

Antonio Rojas arojas at archlinux.org
Tue Nov 10 21:32:03 UTC 2015


    Date: Tuesday, November 10, 2015 @ 22:32:03
  Author: arojas
Revision: 250590

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

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

-----------------------------------+
 staging-i686/PKGBUILD             |   38 ++++++++++++++++++++++++++++++++++++
 staging-i686/libkdcraw4.install   |   11 ++++++++++
 staging-x86_64/PKGBUILD           |   38 ++++++++++++++++++++++++++++++++++++
 staging-x86_64/libkdcraw4.install |   11 ++++++++++
 4 files changed, 98 insertions(+)

Copied: libkdcraw4/repos/staging-i686/PKGBUILD (from rev 250589, libkdcraw4/trunk/PKGBUILD)
===================================================================
--- repos/staging-i686/PKGBUILD	                        (rev 0)
+++ repos/staging-i686/PKGBUILD	2015-11-10 21:32:03 UTC (rev 250590)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkdcraw4
+_pkgname=libkdcraw
+pkgver=15.08.3
+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 libraw)
+makedepends=(cmake automoc4)
+replaces=('libkdcraw<15.11')
+conflicts=('libkdcraw<15.11')
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz")
+sha1sums=('faf93404a36162a381abcafd289e3de811774a25')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkdcraw4/repos/staging-i686/libkdcraw4.install (from rev 250589, libkdcraw4/trunk/libkdcraw4.install)
===================================================================
--- repos/staging-i686/libkdcraw4.install	                        (rev 0)
+++ repos/staging-i686/libkdcraw4.install	2015-11-10 21:32:03 UTC (rev 250590)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: libkdcraw4/repos/staging-x86_64/PKGBUILD (from rev 250589, libkdcraw4/trunk/PKGBUILD)
===================================================================
--- repos/staging-x86_64/PKGBUILD	                        (rev 0)
+++ repos/staging-x86_64/PKGBUILD	2015-11-10 21:32:03 UTC (rev 250590)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkdcraw4
+_pkgname=libkdcraw
+pkgver=15.08.3
+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 libraw)
+makedepends=(cmake automoc4)
+replaces=('libkdcraw<15.11')
+conflicts=('libkdcraw<15.11')
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz")
+sha1sums=('faf93404a36162a381abcafd289e3de811774a25')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkdcraw4/repos/staging-x86_64/libkdcraw4.install (from rev 250589, libkdcraw4/trunk/libkdcraw4.install)
===================================================================
--- repos/staging-x86_64/libkdcraw4.install	                        (rev 0)
+++ repos/staging-x86_64/libkdcraw4.install	2015-11-10 21:32:03 UTC (rev 250590)
@@ -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