public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: app-editors/kile/
Date: Sun, 11 Jan 2015 02:58:31 +0000 (UTC)	[thread overview]
Message-ID: <1420757618.5eb8d4cd0b08c443d5046ab58b4cf613c0d318f6.mrueg@gentoo> (raw)

commit:     5eb8d4cd0b08c443d5046ab58b4cf613c0d318f6
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Jan  4 16:21:28 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Jan  8 22:53:38 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5eb8d4cd

add app-editors/kile-5.9999:5

---
 app-editors/kile/kile-5.9999.ebuild | 73 +++++++++++++++++++++++++++++++++++++
 1 file changed, 73 insertions(+)

diff --git a/app-editors/kile/kile-5.9999.ebuild b/app-editors/kile/kile-5.9999.ebuild
new file mode 100644
index 0000000..0c48f50
--- /dev/null
+++ b/app-editors/kile/kile-5.9999.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK=true
+EGIT_BRANCH="frameworks"
+MY_P=${P/_beta/b}
+inherit kde5
+
+DESCRIPTION="A Latex Editor and TeX shell for KDE"
+HOMEPAGE="http://kile.sourceforge.net/"
+[[ ${PV} != *9999* ]] && SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
+
+LICENSE="FDL-1.2 GPL-2"
+KEYWORDS=""
+IUSE="debug +pdf +png"
+
+DEPEND="
+	>=dev-util/cmake-3.0.2
+"
+
+RDEPEND="${DEPEND}
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kdelibs4support)
+	$(add_frameworks_dep kdoctools)
+	$(add_frameworks_dep kguiaddons)
+	$(add_frameworks_dep khtml)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kinit)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kjobwidgets)
+	$(add_frameworks_dep kparts)
+	$(add_frameworks_dep ktexteditor)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_frameworks_dep kxmlgui)
+	|| (
+		$(add_kdeapps_dep konsole)
+		$(add_kdeapps_dep okular 'pdf?,postscript')
+		app-text/acroread
+	)
+	dev-qt/qtcore:5
+	dev-qt/qtdbus:5
+	dev-qt/qtscript:5
+	dev-qt/qttest:5
+	dev-qt/qtwidgets:5
+	virtual/latex-base
+	virtual/tex-base
+	pdf? (
+		|| (
+			app-text/dvipdfmx
+			>=app-text/texlive-core-2014
+		)
+		app-text/ghostscript-gpl
+	)
+	png? (
+		app-text/dvipng
+		media-gfx/imagemagick[png]
+	)
+"
+
+S=${WORKDIR}/${MY_P}
+
+DOCS=( kile-remote-control.txt )
+
+src_prepare() {
+	kde5_src_prepare
+
+	# I know upstream wants to help us but it doesn't work..
+	sed -e '/INSTALL( FILES AUTHORS/s/^/#DISABLED /' \
+		-i CMakeLists.txt || die
+}


             reply	other threads:[~2015-01-11  2:58 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-11  2:58 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-09 21:03 [gentoo-commits] proj/kde:master commit in: app-editors/kile/ Andreas Sturmlechner
2024-03-03 18:03 Andreas Sturmlechner
2024-03-03 11:34 Andreas Sturmlechner
2024-02-06 19:27 Andreas Sturmlechner
2022-11-24 18:51 Andreas Sturmlechner
2022-11-24 18:51 Andreas Sturmlechner
2022-07-09 12:52 Andreas Sturmlechner
2020-10-18 16:01 Andreas Sturmlechner
2020-10-10 21:39 Andreas Sturmlechner
2020-05-23 22:00 Andreas Sturmlechner
2019-11-22 20:05 Andreas Sturmlechner
2019-11-11  0:47 Andreas Sturmlechner
2018-01-21  9:42 Johannes Huber
2017-12-03 20:00 Andreas Sturmlechner
2017-11-24 22:11 Andreas Sturmlechner
2017-11-11 18:39 Andreas Sturmlechner
2017-08-03 18:01 Andreas Sturmlechner
2016-12-23 10:11 Johannes Huber
2016-07-20 18:25 Michael Palimaka
2016-02-23 14:15 Michael Palimaka
2015-06-29 20:56 Johannes Huber
2015-06-27 21:11 Johannes Huber
2015-05-21 23:16 Manuel Rüger
2015-01-19 21:56 Johannes Huber
2015-01-13 20:46 Johannes Huber
2014-12-08 16:32 Michael Palimaka
2014-12-02 19:58 Manuel Rüger
2013-04-26 21:24 Johannes Huber
2012-07-31 17:43 Michael Palimaka
2012-06-17  5:46 Chris Reffett

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1420757618.5eb8d4cd0b08c443d5046ab58b4cf613c0d318f6.mrueg@gentoo \
    --to=mrueg@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox