[arch-commits] Commit in libkdcraw/kde-unstable (PKGBUILD gcc-5.patch)

Antonio Rojas arojas at archlinux.org
Tue Jul 28 20:09:33 UTC 2015


    Date: Tuesday, July 28, 2015 @ 22:09:31
  Author: arojas
Revision: 242614

Drop old patch

Modified:
  libkdcraw/kde-unstable/PKGBUILD
Deleted:
  libkdcraw/kde-unstable/gcc-5.patch

-------------+
 PKGBUILD    |    6 +-----
 gcc-5.patch |   23 -----------------------
 2 files changed, 1 insertion(+), 28 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-28 20:04:54 UTC (rev 242613)
+++ PKGBUILD	2015-07-28 20:09:31 UTC (rev 242614)
@@ -14,16 +14,12 @@
 replaces=('kdegraphics-libs')
 conflicts=('kdegraphics-libs')
 install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz" 'gcc-5.patch')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
 sha1sums=('862f0c38f5eb582eea34c2bb59fdb7dda96752d7'
           'fc5a24e05feab6481b61c37bfe83a0d4b2af4e09')
 
 prepare() {
   mkdir build
-
-# Fix build with GCC 5
-  cd $pkgname-$pkgver
-  patch -p1 -i "$srcdir"/gcc-5.patch
 }
 
 build() {

Deleted: gcc-5.patch
===================================================================
--- gcc-5.patch	2015-07-28 20:04:54 UTC (rev 242613)
+++ gcc-5.patch	2015-07-28 20:09:31 UTC (rev 242614)
@@ -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)
- 
-



More information about the arch-commits mailing list