summaryrefslogtreecommitdiffstats
path: root/kde5-sdk/kdevelop
diff options
context:
space:
mode:
authorTreeve Jelbert2016-08-22 10:17:23 +0200
committerTreeve Jelbert2016-08-22 10:25:31 +0200
commitd116ead8582994d7c7c96a980ba91ba1ac60543c (patch)
tree4a25d605fd3d3eab2145f458d03924df961d6b08 /kde5-sdk/kdevelop
parentc25456fd8517f684dfc2723727d71af0ab274ae6 (diff)
kdevelop-5.0.0
Diffstat (limited to 'kde5-sdk/kdevelop')
-rwxr-xr-xkde5-sdk/kdevelop/CONFIGURE1
-rwxr-xr-xkde5-sdk/kdevelop/CONFLICTS0
-rwxr-xr-xkde5-sdk/kdevelop/DEPENDS24
-rwxr-xr-xkde5-sdk/kdevelop/DETAILS22
-rw-r--r--kde5-sdk/kdevelop/HISTORY7
-rwxr-xr-xkde5-sdk/kdevelop/PRE_BUILD3
6 files changed, 57 insertions, 0 deletions
diff --git a/kde5-sdk/kdevelop/CONFIGURE b/kde5-sdk/kdevelop/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/kde5-sdk/kdevelop/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-sdk/kdevelop/CONFLICTS b/kde5-sdk/kdevelop/CONFLICTS
new file mode 100755
index 0000000000..e69de29bb2
--- /dev/null
+++ b/kde5-sdk/kdevelop/CONFLICTS
diff --git a/kde5-sdk/kdevelop/DEPENDS b/kde5-sdk/kdevelop/DEPENDS
new file mode 100755
index 0000000000..09e92c33e0
--- /dev/null
+++ b/kde5-sdk/kdevelop/DEPENDS
@@ -0,0 +1,24 @@
+source "$GRIMOIRE/KDE5_DEPENDS" &&
+depends qtdeclarative &&
+depends qtscript &&
+depends qtwebkit &&
+depends kcmutils &&
+depends ki18n &&
+depends kio &&
+depends kitemmodels &&
+depends kitemviews &&
+depends knewstuff &&
+depends knotifyconfig &&
+depends kparts &&
+depends kservice &&
+depends ktexteditor &&
+depends kwindowsystem &&
+depends kxmlgui &&
+depends threadweaver &&
+depends kdevplatform &&
+depends shared-mime-info &&
+# actually requires clang from llvm
+optional_depends llvm '' '-DLEGACY_CPP_SUPPORT=1' 'modern C++ backend' &&
+optional_depends okteta '' '' 'build Okteta plugin' &&
+optional_depends gdb '' '' 'GNU Debugger'&&
+optional_depends valgrind '' '' 'find memory leaks'
diff --git a/kde5-sdk/kdevelop/DETAILS b/kde5-sdk/kdevelop/DETAILS
new file mode 100755
index 0000000000..cae613b8a0
--- /dev/null
+++ b/kde5-sdk/kdevelop/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=kdevelop
+ VERSION=5.0.0
+ SOURCE_HASH=sha512:dc16785593ed11dcd6ff96a0fddd4f639abbcaaa3c139d703a1af267c8e0f75c45b866b9542c10c79eb4351e811edcc5e466a5ce7acbdecac60f4c28747e66b6
+ SOURCE=$SPELL-${VERSION%.?}.tar.xz
+ SOURCE_URL=http://download.kde.org/stable/$SPELL/${VERSION}/src/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION%.?}
+ WEB_SITE=http://www.kdevelop.org/
+ ENTERED=20080217
+ LICENSE[0]=GPL
+ KEYWORDS="ide kde"
+ SHORT="Developer IDE for KDE"
+cat << EOF
+KDevelop is an integrated development environment which makes the creation and
+development of GNU Standard Applications an easy task even for beginners.
+Highlights of the current release are: an application wizard for easy creation
+of KDE 2&3, Qt 2&3, GNOME, and terminal C/C++ projects, full project
+management, a syntax-highlighting editor, an integrated dialogeditor for the
+Qt/KDE GUI libraries, an internal debugger, a full-featured classbrowser with
+classtools, CVS support, an integrated HTML-based helpsystem offering manuals
+and class-references, and extensive search mechanisms to browse sources and
+documentation.
+EOF
diff --git a/kde5-sdk/kdevelop/HISTORY b/kde5-sdk/kdevelop/HISTORY
new file mode 100644
index 0000000000..7383b27955
--- /dev/null
+++ b/kde5-sdk/kdevelop/HISTORY
@@ -0,0 +1,7 @@
+2016-08-22 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 5.0.0
+
+2014-02-15 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version frameworks
+ spall created
+
diff --git a/kde5-sdk/kdevelop/PRE_BUILD b/kde5-sdk/kdevelop/PRE_BUILD
new file mode 100755
index 0000000000..3c2a1bf8d0
--- /dev/null
+++ b/kde5-sdk/kdevelop/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i '/update_xdg_mimetypes/D' app/CMakeLists.txt