[arch-commits] Commit in libkdcraw/repos (12 files)
Antonio Rojas
arojas at archlinux.org
Tue Jun 30 20:17:11 UTC 2015
Date: Tuesday, June 30, 2015 @ 22:17:10
Author: arojas
Revision: 241488
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
libkdcraw/repos/extra-i686/PKGBUILD
(from rev 241487, libkdcraw/trunk/PKGBUILD)
libkdcraw/repos/extra-i686/gcc-5.patch
(from rev 241487, libkdcraw/trunk/gcc-5.patch)
libkdcraw/repos/extra-i686/libkdcraw.install
(from rev 241487, libkdcraw/trunk/libkdcraw.install)
libkdcraw/repos/extra-x86_64/PKGBUILD
(from rev 241487, libkdcraw/trunk/PKGBUILD)
libkdcraw/repos/extra-x86_64/gcc-5.patch
(from rev 241487, libkdcraw/trunk/gcc-5.patch)
libkdcraw/repos/extra-x86_64/libkdcraw.install
(from rev 241487, libkdcraw/trunk/libkdcraw.install)
Deleted:
libkdcraw/repos/extra-i686/PKGBUILD
libkdcraw/repos/extra-i686/gcc-5.patch
libkdcraw/repos/extra-i686/libkdcraw.install
libkdcraw/repos/extra-x86_64/PKGBUILD
libkdcraw/repos/extra-x86_64/gcc-5.patch
libkdcraw/repos/extra-x86_64/libkdcraw.install
--------------------------------+
/PKGBUILD | 82 +++++++++++++++++++++++++++++++++++++++
/gcc-5.patch | 46 +++++++++++++++++++++
/libkdcraw.install | 22 ++++++++++
extra-i686/PKGBUILD | 41 -------------------
extra-i686/gcc-5.patch | 23 ----------
extra-i686/libkdcraw.install | 11 -----
extra-x86_64/PKGBUILD | 41 -------------------
extra-x86_64/gcc-5.patch | 23 ----------
extra-x86_64/libkdcraw.install | 11 -----
9 files changed, 150 insertions(+), 150 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-06-30 20:16:47 UTC (rev 241487)
+++ extra-i686/PKGBUILD 2015-06-30 20:17:10 UTC (rev 241488)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkdcraw
-pkgver=15.04.2
-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=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz" 'gcc-5.patch')
-sha1sums=('4f1b3ec3f831b8dd6c1d4b2c7c90a0f19e2acbc7'
- 'fc5a24e05feab6481b61c37bfe83a0d4b2af4e09')
-
-prepare() {
- mkdir build
-
-# Fix build with GCC 5
- cd $pkgname-$pkgver
- patch -p1 -i "$srcdir"/gcc-5.patch
-}
-
-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: libkdcraw/repos/extra-i686/PKGBUILD (from rev 241487, libkdcraw/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 20:17:10 UTC (rev 241488)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkdcraw
+pkgver=15.04.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=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz" 'gcc-5.patch')
+sha1sums=('03eb16a8c3b5acfc63066b478c881b7031f736f9'
+ 'fc5a24e05feab6481b61c37bfe83a0d4b2af4e09')
+
+prepare() {
+ mkdir build
+
+# Fix build with GCC 5
+ cd $pkgname-$pkgver
+ patch -p1 -i "$srcdir"/gcc-5.patch
+}
+
+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
+}
Deleted: extra-i686/gcc-5.patch
===================================================================
--- extra-i686/gcc-5.patch 2015-06-30 20:16:47 UTC (rev 241487)
+++ extra-i686/gcc-5.patch 2015-06-30 20:17:10 UTC (rev 241488)
@@ -1,23 +0,0 @@
-From: Gilles Caulier <caulier.gilles at gmail.com>
-Date: Thu, 14 May 2015 20:54:16 +0000
-Subject: libraw 0.16.1 needs C++ exceptions rules while compilation
-X-Git-Url: http://quickgit.kde.org/?p=libkdcraw.git&a=commitdiff&h=46898ec97a0462eb08a5b6d09999450a86b27aae
----
-libraw 0.16.1 needs C++ exceptions rules while compilation
-BUGS: 347728
-FIXED-IN: 4.11.0
----
-
-
---- a/libkdcraw/CMakeLists.txt
-+++ b/libkdcraw/CMakeLists.txt
-@@ -3,6 +3,8 @@
- #
- # Redistribution and use is allowed according to the terms of the BSD license.
- # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
-+
-+add_definitions(${KDE4_ENABLE_EXCEPTIONS})
-
- configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/version.h)
-
-
Copied: libkdcraw/repos/extra-i686/gcc-5.patch (from rev 241487, libkdcraw/trunk/gcc-5.patch)
===================================================================
--- extra-i686/gcc-5.patch (rev 0)
+++ extra-i686/gcc-5.patch 2015-06-30 20:17:10 UTC (rev 241488)
@@ -0,0 +1,23 @@
+From: Gilles Caulier <caulier.gilles at gmail.com>
+Date: Thu, 14 May 2015 20:54:16 +0000
+Subject: libraw 0.16.1 needs C++ exceptions rules while compilation
+X-Git-Url: http://quickgit.kde.org/?p=libkdcraw.git&a=commitdiff&h=46898ec97a0462eb08a5b6d09999450a86b27aae
+---
+libraw 0.16.1 needs C++ exceptions rules while compilation
+BUGS: 347728
+FIXED-IN: 4.11.0
+---
+
+
+--- a/libkdcraw/CMakeLists.txt
++++ b/libkdcraw/CMakeLists.txt
+@@ -3,6 +3,8 @@
+ #
+ # Redistribution and use is allowed according to the terms of the BSD license.
+ # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
++
++add_definitions(${KDE4_ENABLE_EXCEPTIONS})
+
+ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/version.h)
+
+
Deleted: extra-i686/libkdcraw.install
===================================================================
--- extra-i686/libkdcraw.install 2015-06-30 20:16:47 UTC (rev 241487)
+++ extra-i686/libkdcraw.install 2015-06-30 20:17:10 UTC (rev 241488)
@@ -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 241487, libkdcraw/trunk/libkdcraw.install)
===================================================================
--- extra-i686/libkdcraw.install (rev 0)
+++ extra-i686/libkdcraw.install 2015-06-30 20:17:10 UTC (rev 241488)
@@ -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 2015-06-30 20:16:47 UTC (rev 241487)
+++ extra-x86_64/PKGBUILD 2015-06-30 20:17:10 UTC (rev 241488)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkdcraw
-pkgver=15.04.2
-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=('kdegraphics-libs')
-conflicts=('kdegraphics-libs')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz" 'gcc-5.patch')
-sha1sums=('4f1b3ec3f831b8dd6c1d4b2c7c90a0f19e2acbc7'
- 'fc5a24e05feab6481b61c37bfe83a0d4b2af4e09')
-
-prepare() {
- mkdir build
-
-# Fix build with GCC 5
- cd $pkgname-$pkgver
- patch -p1 -i "$srcdir"/gcc-5.patch
-}
-
-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: libkdcraw/repos/extra-x86_64/PKGBUILD (from rev 241487, libkdcraw/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-06-30 20:17:10 UTC (rev 241488)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkdcraw
+pkgver=15.04.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=('kdegraphics-libs')
+conflicts=('kdegraphics-libs')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz" 'gcc-5.patch')
+sha1sums=('03eb16a8c3b5acfc63066b478c881b7031f736f9'
+ 'fc5a24e05feab6481b61c37bfe83a0d4b2af4e09')
+
+prepare() {
+ mkdir build
+
+# Fix build with GCC 5
+ cd $pkgname-$pkgver
+ patch -p1 -i "$srcdir"/gcc-5.patch
+}
+
+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
+}
Deleted: extra-x86_64/gcc-5.patch
===================================================================
--- extra-x86_64/gcc-5.patch 2015-06-30 20:16:47 UTC (rev 241487)
+++ extra-x86_64/gcc-5.patch 2015-06-30 20:17:10 UTC (rev 241488)
@@ -1,23 +0,0 @@
-From: Gilles Caulier <caulier.gilles at gmail.com>
-Date: Thu, 14 May 2015 20:54:16 +0000
-Subject: libraw 0.16.1 needs C++ exceptions rules while compilation
-X-Git-Url: http://quickgit.kde.org/?p=libkdcraw.git&a=commitdiff&h=46898ec97a0462eb08a5b6d09999450a86b27aae
----
-libraw 0.16.1 needs C++ exceptions rules while compilation
-BUGS: 347728
-FIXED-IN: 4.11.0
----
-
-
---- a/libkdcraw/CMakeLists.txt
-+++ b/libkdcraw/CMakeLists.txt
-@@ -3,6 +3,8 @@
- #
- # Redistribution and use is allowed according to the terms of the BSD license.
- # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
-+
-+add_definitions(${KDE4_ENABLE_EXCEPTIONS})
-
- configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/version.h)
-
-
Copied: libkdcraw/repos/extra-x86_64/gcc-5.patch (from rev 241487, libkdcraw/trunk/gcc-5.patch)
===================================================================
--- extra-x86_64/gcc-5.patch (rev 0)
+++ extra-x86_64/gcc-5.patch 2015-06-30 20:17:10 UTC (rev 241488)
@@ -0,0 +1,23 @@
+From: Gilles Caulier <caulier.gilles at gmail.com>
+Date: Thu, 14 May 2015 20:54:16 +0000
+Subject: libraw 0.16.1 needs C++ exceptions rules while compilation
+X-Git-Url: http://quickgit.kde.org/?p=libkdcraw.git&a=commitdiff&h=46898ec97a0462eb08a5b6d09999450a86b27aae
+---
+libraw 0.16.1 needs C++ exceptions rules while compilation
+BUGS: 347728
+FIXED-IN: 4.11.0
+---
+
+
+--- a/libkdcraw/CMakeLists.txt
++++ b/libkdcraw/CMakeLists.txt
+@@ -3,6 +3,8 @@
+ #
+ # Redistribution and use is allowed according to the terms of the BSD license.
+ # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
++
++add_definitions(${KDE4_ENABLE_EXCEPTIONS})
+
+ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/version.h)
+
+
Deleted: extra-x86_64/libkdcraw.install
===================================================================
--- extra-x86_64/libkdcraw.install 2015-06-30 20:16:47 UTC (rev 241487)
+++ extra-x86_64/libkdcraw.install 2015-06-30 20:17:10 UTC (rev 241488)
@@ -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 241487, libkdcraw/trunk/libkdcraw.install)
===================================================================
--- extra-x86_64/libkdcraw.install (rev 0)
+++ extra-x86_64/libkdcraw.install 2015-06-30 20:17:10 UTC (rev 241488)
@@ -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