KDevelop: bump version

This commit is contained in:
Gerasim Troeglazov
2018-10-13 19:02:24 +10:00
parent 3ef372bbcf
commit a629a9d961
2 changed files with 4 additions and 30 deletions

View File

@@ -7,10 +7,9 @@ HOMEPAGE="https://www.kdevelop.org/"
COPYRIGHT="2010-2018 KDE Organisation"
LICENSE="GNU GPL v3
GNU LGPL v3"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/KDE/kdevelop/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="096f0ca304321c1ef844357b72f1c759da3ad9e2659eb6362bb9ac0ee4a44e06"
PATCHES="kdevelop-$portVersion.patchset"
CHECKSUM_SHA256="ed657ad332d6fe6cec5277b41e234cae8f927c433e02289b6f5457896b7e4885"
ADDITIONAL_FILES="kdevelop.rdef.in"
ARCHITECTURES="!x86_gcc2 x86_64"
@@ -109,7 +108,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
extra_cmake_modules >= 5.39
extra_cmake_modules$secondaryArchSuffix >= 5.50
devel:libboost_system$secondaryArchSuffix
devel:libclang$secondaryArchSuffix
devel:libgrantlee_templates$secondaryArchSuffix
@@ -180,6 +179,7 @@ BUILD_PREREQUIRES="
cmd:cmake
cmd:g++$secondaryArchSuffix
cmd:llvm_config
cmd:lrelease$secondaryArchSuffix
cmd:make
cmd:python2
cmd:update_mime_database$secondaryArchSuffix

View File

@@ -1,26 +0,0 @@
From 6ffe77b220b5c776adb8c27157e85e13d87dbaad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
Date: Tue, 3 Apr 2018 20:08:02 +0200
Subject: Haiku supporting patches
diff --git a/kdevplatform/util/dbus_socket_transformer/CMakeLists.txt b/kdevplatform/util/dbus_socket_transformer/CMakeLists.txt
index f9ce6ac..5c36e79 100644
--- a/kdevplatform/util/dbus_socket_transformer/CMakeLists.txt
+++ b/kdevplatform/util/dbus_socket_transformer/CMakeLists.txt
@@ -15,5 +15,12 @@ if(HAVE_MSG_NOSIGNAL)
endif()
add_executable(kdev_dbus_socket_transformer main.cpp)
+
+# explicit linking to Haiku's separate libnetwork needed due to socket() usage
+# already upstreamed
+if (HAIKU)
+ target_link_libraries(kdev_dbus_socket_transformer network)
+endif ()
+
ecm_mark_nongui_executable(kdev_dbus_socket_transformer)
install(TARGETS kdev_dbus_socket_transformer ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} )
--
2.16.2