summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-util/qdevelop
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-util/qdevelop')
-rw-r--r--dev-util/qdevelop/Manifest1
-rw-r--r--dev-util/qdevelop/files/qdevelop-0.28-qt-4.7_fix.patch24
-rw-r--r--dev-util/qdevelop/files/qdevelop.desktop17
-rw-r--r--dev-util/qdevelop/metadata.xml10
-rw-r--r--dev-util/qdevelop/qdevelop-0.28.ebuild48
5 files changed, 100 insertions, 0 deletions
diff --git a/dev-util/qdevelop/Manifest b/dev-util/qdevelop/Manifest
new file mode 100644
index 000000000000..f74770a9226a
--- /dev/null
+++ b/dev-util/qdevelop/Manifest
@@ -0,0 +1 @@
+DIST qdevelop-v0.28.tar.gz 1660363 SHA256 d9772358078f62edb6591d3d7ca7515c52f256eb6becf82cc5fcde4228ac7d9e SHA512 daff4dc8b164eebcca1fce8ed32ef743ce0f34ac211a3cbaa292100da2179c8cbb8f44439f2130da79697de289a5a996ee0727908446299db3ad3d91e246ed5d WHIRLPOOL 89bc250389fbe8077c9c5748a43b2a6b052452830808dc114d85666c66968df15fcfa2bb43f83abdf8bb8e377815fc1e13cfe8033f7b260fe38b7a12fce5a976
diff --git a/dev-util/qdevelop/files/qdevelop-0.28-qt-4.7_fix.patch b/dev-util/qdevelop/files/qdevelop-0.28-qt-4.7_fix.patch
new file mode 100644
index 000000000000..a1607779bf54
--- /dev/null
+++ b/dev-util/qdevelop/files/qdevelop-0.28-qt-4.7_fix.patch
@@ -0,0 +1,24 @@
+Description: Fix FTBFS with Qt 4.7.
+
+--- qdevelop-0.28.orig/src/build.h
++++ qdevelop-0.28/src/build.h
+@@ -56,7 +56,7 @@ private:
+ int m_warnings;
+ QString m_forceMode;
+ signals:
+- void message(QString, QString=0);
++ void message(QString, QString=QString());
+ protected slots:
+ void slotBuildMessages();
+ void slotStopBuild();
+--- qdevelop-0.28.orig/src/textEdit.h
++++ qdevelop-0.28/src/textEdit.h
+@@ -142,7 +142,7 @@ public:
+ void setMouseHidden( bool hidden );
+ public slots:
+ void gotoLine( int line, bool moveTop );
+- void slotFind(Ui::FindWidget uiFind, Ui::ReplaceWidget uiReplace, QString ttf=0, QTextDocument::FindFlags options=0, bool fromButton=false);
++ void slotFind(Ui::FindWidget uiFind, Ui::ReplaceWidget uiReplace, QString ttf=QString(), QTextDocument::FindFlags options=0, bool fromButton=false);
+ void slotIndent(bool indent=true);
+ void slotUnindent();
+ void comment(ActionComment action);
diff --git a/dev-util/qdevelop/files/qdevelop.desktop b/dev-util/qdevelop/files/qdevelop.desktop
new file mode 100644
index 000000000000..60be0ac74904
--- /dev/null
+++ b/dev-util/qdevelop/files/qdevelop.desktop
@@ -0,0 +1,17 @@
+[Desktop Entry]
+Categories=Qt;Development;
+Comment=
+Comment[en_US]=
+Exec=/usr/bin/qdevelop
+GenericName=QDevelop
+GenericName[en_US]=QDevelop
+Icon=/usr/share/pixmaps/qdevelop.png
+MimeType=
+Name=QDevelop
+Name[en_US]=QDevelop
+StartupNotify=true
+Terminal=false
+Type=Application
+X-DCOP-ServiceType=
+X-KDE-SubstituteUID=false
+X-KDE-Username=
diff --git a/dev-util/qdevelop/metadata.xml b/dev-util/qdevelop/metadata.xml
new file mode 100644
index 000000000000..e4dec25c0ac7
--- /dev/null
+++ b/dev-util/qdevelop/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>maintainer-needed@gentoo.org</email>
+</maintainer>
+<use>
+ <flag name="plugins">Build and install additional plugins</flag>
+</use>
+</pkgmetadata>
diff --git a/dev-util/qdevelop/qdevelop-0.28.ebuild b/dev-util/qdevelop/qdevelop-0.28.ebuild
new file mode 100644
index 000000000000..4444970a70d5
--- /dev/null
+++ b/dev-util/qdevelop/qdevelop-0.28.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=4
+
+inherit eutils cmake-utils
+
+MY_P=${PN}-v${PV}
+DESCRIPTION="A development environment entirely dedicated to Qt4"
+HOMEPAGE="http://biord-software.org/qdevelop/"
+SRC_URI="http://biord-software.org/downloads/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="amd64 x86"
+SLOT="0"
+IUSE="debug plugins"
+
+DEPEND="|| ( ( >=dev-qt/qtgui-4.8.5:4 dev-qt/designer:4 ) <dev-qt/qtgui-4.8.5:4 )
+ dev-qt/qtsql:4[sqlite]"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+PATCHES=( "${FILESDIR}"/${P}-qt-4.7_fix.patch )
+
+src_configure() {
+ mycmakeargs=( "-DAUTOPLUGINS=$(use plugins && echo 1 || echo 0)" )
+
+ sed -e "s#/lib/pkgconfig#/$(get_libdir)/pkgconfig#" \
+ -e "s#DESTINATION lib#DESTINATION $(get_libdir)#" \
+ -i CMakeLists.txt || die "sed fixing multilib failed"
+
+ cmake-utils_src_configure
+}
+
+src_install() {
+ cmake-utils_src_install
+ dodoc ChangeLog.txt README.txt
+ newicon "${S}"/resources/images/QDevelop.png qdevelop.png
+ make_desktop_entry ${PN}
+}
+
+pkg_postinst(){
+ elog "Additional functionality can be achieved by emerging other packages:"
+ elog " dev-util/ctags - code completion"
+ elog " sys-devel/gdb - debugging"
+}