* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2017-12-03 20:00 Andreas Sturmlechner
0 siblings, 0 replies; 31+ messages in thread
From: Andreas Sturmlechner @ 2017-12-03 20:00 UTC (permalink / raw
To: gentoo-commits
commit: 9d29b347f09ce711b33d827ec182e8f66a87a0e8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 3 00:14:37 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 3 20:00:14 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9d29b347
app-editors/kile: RDEPEND on virtual/imagemagick-tools
Package-Manager: Portage-2.3.16, Repoman-2.3.6
app-editors/kile/kile-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index 30e7154de4..1de44e5778 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -53,7 +53,7 @@ RDEPEND="${DEPEND}
)
png? (
app-text/dvipng
- || ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] )
+ virtual/imagemagick-tools[png?]
)
"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2024-03-09 21:03 Andreas Sturmlechner
0 siblings, 0 replies; 31+ messages in thread
From: Andreas Sturmlechner @ 2024-03-09 21:03 UTC (permalink / raw
To: gentoo-commits
commit: 41743f2a07583343d387665adb968295d1a48ff2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 9 21:02:09 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 9 21:02:09 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=41743f2a
app-editors/kile: Port to KF6, update dependencies
Upstream commit 90ba27836e05e3f9888b31406aa8aff3882358f8
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-editors/kile/kile-9999.ebuild | 52 ++++++++++++++++++++-------------------
1 file changed, 27 insertions(+), 25 deletions(-)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index ca740f01e4..ea470a7fed 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -5,8 +5,8 @@ EAPI=8
ECM_HANDBOOK="forceoptional"
KDE_ORG_CATEGORY="office"
-KFMIN=5.115.0
-QTMIN=5.15.12
+KFMIN=6.0.0
+QTMIN=6.6.2
MY_P=${P/_beta/b}
inherit ecm kde.org
@@ -16,37 +16,39 @@ HOMEPAGE="https://apps.kde.org/kile/ https://kile.sourceforge.io/"
if [[ ${KDE_BUILD_TYPE} == release ]]; then
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
S="${WORKDIR}/${MY_P}"
- KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+ KEYWORDS="~amd64"
fi
LICENSE="FDL-1.2 GPL-2"
-SLOT="5"
+SLOT="0"
IUSE="+pdf +png"
DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtscript-${QTMIN}:5
- >=dev-qt/qttest-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- kde-apps/okular:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kdoctools-${KFMIN}:5
- >=kde-frameworks/kguiaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kparts-${KFMIN}:5
- >=kde-frameworks/ktexteditor-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- pdf? ( app-text/poppler[qt5] )
+ >=dev-qt/qt5compat-${QTMIN}:6
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ kde-apps/okular:6
+ >=kde-frameworks/kcodecs-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/kdoctools-${KFMIN}:6
+ >=kde-frameworks/kguiaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kiconthemes-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kparts-${KFMIN}:6
+ >=kde-frameworks/ktexteditor-${KFMIN}:6
+ >=kde-frameworks/ktextwidgets-${KFMIN}:6
+ >=kde-frameworks/kwindowsystem-${KFMIN}:6
+ >=kde-frameworks/kxmlgui-${KFMIN}:6
+ pdf? ( >=app-text/poppler-23.12.0[qt6] )
"
RDEPEND="${DEPEND}
- kde-apps/konsole:5
- kde-apps/okular:5[pdf?]
+ !${CATEGORY}/${PN}:5
+ kde-apps/konsole:6
+ kde-apps/okular:6[pdf?]
virtual/latex-base
virtual/tex-base
pdf? (
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2024-03-03 18:03 Andreas Sturmlechner
0 siblings, 0 replies; 31+ messages in thread
From: Andreas Sturmlechner @ 2024-03-03 18:03 UTC (permalink / raw
To: gentoo-commits
commit: 4edd5bb3d0e4500cad92a92f0ea27cc3dc9271aa
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 3 17:29:59 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 3 18:03:06 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4edd5bb3
app-editors/kile: add kde-invent upstream metadata
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-editors/kile/metadata.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-editors/kile/metadata.xml b/app-editors/kile/metadata.xml
index 84ab11c2e4..d7c15bc148 100644
--- a/app-editors/kile/metadata.xml
+++ b/app-editors/kile/metadata.xml
@@ -10,7 +10,8 @@
<name>Gentoo TeX Project</name>
</maintainer>
<upstream>
- <remote-id type="sourceforge">kile</remote-id>
<bugs-to>https://bugs.kde.org/</bugs-to>
+ <remote-id type="sourceforge">kile</remote-id>
+ <remote-id type="kde-invent">office/kile</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2024-03-03 11:34 Andreas Sturmlechner
0 siblings, 0 replies; 31+ messages in thread
From: Andreas Sturmlechner @ 2024-03-03 11:34 UTC (permalink / raw
To: gentoo-commits
commit: d4eab124243257e4da9107b029f15b1e7d9ba2db
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 3 11:31:38 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 3 11:31:38 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d4eab124
app-editors/kile: Minor style fix
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-editors/kile/kile-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index fbd6bb058a..def5f8a063 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -15,6 +15,7 @@ HOMEPAGE="https://apps.kde.org/kile/ https://kile.sourceforge.io/"
if [[ ${KDE_BUILD_TYPE} == release ]]; then
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
+ S="${WORKDIR}/${MY_P}"
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
fi
@@ -60,8 +61,6 @@ RDEPEND="${DEPEND}
DOCS=( kile-remote-control.txt )
-S=${WORKDIR}/${MY_P}
-
PATCHES=( "${FILESDIR}/${PN}-2.9.93_p20221123-cmake.patch" )
src_configure() {
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2024-02-06 19:27 Andreas Sturmlechner
0 siblings, 0 replies; 31+ messages in thread
From: Andreas Sturmlechner @ 2024-02-06 19:27 UTC (permalink / raw
To: gentoo-commits
commit: 2439b666adfca06d5f0252ae7cbd48c7cb9fc396
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 22 19:34:24 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 6 19:26:52 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2439b666
app-editors/kile: Update KFMIN
Upstream commit ca24117b199db25849af96020ef2dd16ddf3fc0a
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-editors/kile/kile-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index 92bc2545e7..fbd6bb058a 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
ECM_HANDBOOK="forceoptional"
KDE_ORG_CATEGORY="office"
-KFMIN=5.106.0
+KFMIN=5.113.0
QTMIN=5.15.9
MY_P=${P/_beta/b}
inherit ecm kde.org
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2022-11-24 18:51 Andreas Sturmlechner
0 siblings, 0 replies; 31+ messages in thread
From: Andreas Sturmlechner @ 2022-11-24 18:51 UTC (permalink / raw
To: gentoo-commits
commit: 3dcc397ceefee08fba7729eadbcb8860ca8c7324
Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Fri Oct 29 01:50:54 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 18:37:25 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3dcc397c
app-editors/kile: keyword 2.9.93-r1 for ~riscv
Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-editors/kile/kile-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index 856c57f80f..97c24e91ef 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://apps.kde.org/kile/ https://kile.sourceforge.io/"
if [[ ${KDE_BUILD_TYPE} == release ]]; then
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~riscv ~x86"
fi
LICENSE="FDL-1.2 GPL-2"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2022-11-24 18:51 Andreas Sturmlechner
0 siblings, 0 replies; 31+ messages in thread
From: Andreas Sturmlechner @ 2022-11-24 18:51 UTC (permalink / raw
To: gentoo-commits
commit: 8c4a2e6d99af6a261dc73a2056c3d17019678228
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 17 20:36:02 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 18:38:59 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8c4a2e6d
app-editors/kile: Keyword 2.9.93-r1 arm64, #872974
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-editors/kile/kile-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index 97c24e91ef..d8da13a4e4 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://apps.kde.org/kile/ https://kile.sourceforge.io/"
if [[ ${KDE_BUILD_TYPE} == release ]]; then
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
- KEYWORDS="~amd64 ~riscv ~x86"
+ KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
fi
LICENSE="FDL-1.2 GPL-2"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2022-07-09 12:52 Andreas Sturmlechner
0 siblings, 0 replies; 31+ messages in thread
From: Andreas Sturmlechner @ 2022-07-09 12:52 UTC (permalink / raw
To: gentoo-commits
commit: 0ded3b065fd191835a5a73304fb06f2fb44947ac
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 9 11:03:42 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 9 12:52:38 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0ded3b06
app-editors/kile: Drop unused dependency
Upstream commit 79144d9196e155cbaa0435c0a979d14766a90816
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-editors/kile/kile-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index f78dae4def..856c57f80f 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -36,7 +36,6 @@ DEPEND="
>=kde-frameworks/kguiaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kinit-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
>=kde-frameworks/kparts-${KFMIN}:5
>=kde-frameworks/ktexteditor-${KFMIN}:5
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2020-10-18 16:01 Andreas Sturmlechner
0 siblings, 0 replies; 31+ messages in thread
From: Andreas Sturmlechner @ 2020-10-18 16:01 UTC (permalink / raw
To: gentoo-commits
commit: 75992b3c82c358daf265000fbb0f0ef3238e53fc
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 20:28:00 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 17 20:28:00 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=75992b3c
app-editors/kile: Cleanup obsolete min app-text/texlive-core version
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-editors/kile/kile-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index e088d48808..48dd3808bf 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -51,7 +51,7 @@ RDEPEND="${DEPEND}
virtual/tex-base
pdf? (
app-text/ghostscript-gpl
- >=app-text/texlive-core-2014
+ app-text/texlive-core
)
png? (
app-text/dvipng
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2020-10-10 21:39 Andreas Sturmlechner
0 siblings, 0 replies; 31+ messages in thread
From: Andreas Sturmlechner @ 2020-10-10 21:39 UTC (permalink / raw
To: gentoo-commits
commit: cb76684e034f1bbf944bd4fece7a77a96de718f3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 20:28:32 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 20:28:41 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cb76684e
app-editors/kile: Raise KFMIN/QTMIN, add new HOMEPAGE, drop old blocker
Upstream commit 5b710babf75d70b78155069272de3426975253a5
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-editors/kile/kile-9999.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index 73ee1cc64d..e088d48808 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -5,13 +5,13 @@ EAPI=7
ECM_HANDBOOK="forceoptional"
KDE_ORG_CATEGORY="office"
-KFMIN=5.60.0
-QTMIN=5.12.3
+KFMIN=5.70.0
+QTMIN=5.14.2
MY_P=${P/_beta/b}
inherit ecm kde.org
DESCRIPTION="Latex Editor and TeX shell based on KDE Frameworks"
-HOMEPAGE="https://kile.sourceforge.io/"
+HOMEPAGE="https://kde.org/applications/en/kile https://kile.sourceforge.io/"
if [[ ${KDE_BUILD_TYPE} == release ]]; then
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
@@ -45,14 +45,13 @@ DEPEND="
pdf? ( app-text/poppler[qt5] )
"
RDEPEND="${DEPEND}
- !app-editors/kile:4
kde-apps/konsole:5
kde-apps/okular:5[pdf?]
virtual/latex-base
virtual/tex-base
pdf? (
- >=app-text/texlive-core-2014
app-text/ghostscript-gpl
+ >=app-text/texlive-core-2014
)
png? (
app-text/dvipng
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2020-05-23 22:00 Andreas Sturmlechner
0 siblings, 0 replies; 31+ messages in thread
From: Andreas Sturmlechner @ 2020-05-23 22:00 UTC (permalink / raw
To: gentoo-commits
commit: 14a608f3934df5e72d34f5143dc3d37de6116aaa
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 23 21:32:43 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 23 21:32:43 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=14a608f3
app-editors/kile: Set KDE_ORG_CATEGORY="office"
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-editors/kile/kile-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index 0478cd2351..73ee1cc64d 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -4,6 +4,7 @@
EAPI=7
ECM_HANDBOOK="forceoptional"
+KDE_ORG_CATEGORY="office"
KFMIN=5.60.0
QTMIN=5.12.3
MY_P=${P/_beta/b}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2019-11-22 20:05 Andreas Sturmlechner
0 siblings, 0 replies; 31+ messages in thread
From: Andreas Sturmlechner @ 2019-11-22 20:05 UTC (permalink / raw
To: gentoo-commits
commit: b60a897e4879b6ed92a07a6b2886a6d206f37e99
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 20:05:01 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 20:05:01 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b60a897e
app-editors/kile: Drop obsolete DEPEND
Upstream commit 7c050b5e306cab115573aea1bfc951aaaa1203e9
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-editors/kile/kile-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index 10a1e26760..941e3e461c 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -33,7 +33,6 @@ DEPEND="
>=kde-frameworks/kdbusaddons-${KFMIN}:5
>=kde-frameworks/kdoctools-${KFMIN}:5
>=kde-frameworks/kguiaddons-${KFMIN}:5
- >=kde-frameworks/khtml-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kiconthemes-${KFMIN}:5
>=kde-frameworks/kinit-${KFMIN}:5
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2019-11-11 0:47 Andreas Sturmlechner
0 siblings, 0 replies; 31+ messages in thread
From: Andreas Sturmlechner @ 2019-11-11 0:47 UTC (permalink / raw
To: gentoo-commits
commit: 904c317eec635209c749646dc5d5c8b4c660ee82
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 11 00:46:45 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 11 00:46:45 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=904c317e
app-editors/kile: Port to ecm.eclass and kde.org.eclass
Package-Manager: Portage-2.3.78, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-editors/kile/kile-9999.ebuild | 63 +++++++++++++++++++++------------------
1 file changed, 34 insertions(+), 29 deletions(-)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index f51798e3eb..438cf9a5b4 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -3,45 +3,51 @@
EAPI=7
-KDE_HANDBOOK="forceoptional"
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
MY_P=${P/_beta/b}
-inherit kde5
+inherit ecm kde.org
DESCRIPTION="Latex Editor and TeX shell based on KDE Frameworks"
HOMEPAGE="https://kile.sourceforge.io/"
-[[ ${PV} != *9999* ]] && SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
+
+if [[ ${KDE_BUILD_TYPE} == release ]]; then
+ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
+ KEYWORDS="~amd64 ~x86"
+fi
LICENSE="FDL-1.2 GPL-2"
-KEYWORDS=""
+SLOT="5"
IUSE="+pdf +png"
DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kdoctools)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep khtml)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kinit)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep ktexteditor)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_kdeapps_dep okular)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtscript)
- $(add_qt_dep qttest)
- $(add_qt_dep qtwidgets)
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtscript-${QTMIN}:5
+ >=dev-qt/qttest-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ kde-apps/okular:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/kdoctools-${KFMIN}:5
+ >=kde-frameworks/kguiaddons-${KFMIN}:5
+ >=kde-frameworks/khtml-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kiconthemes-${KFMIN}:5
+ >=kde-frameworks/kinit-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kparts-${KFMIN}:5
+ >=kde-frameworks/ktexteditor-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
pdf? ( app-text/poppler[qt5] )
"
RDEPEND="${DEPEND}
!app-editors/kile:4
- $(add_kdeapps_dep konsole)
- $(add_kdeapps_dep okular 'pdf?')
+ kde-apps/konsole:5
+ kde-apps/okular:5[pdf?]
virtual/latex-base
virtual/tex-base
pdf? (
@@ -59,7 +65,7 @@ S=${WORKDIR}/${MY_P}
DOCS=( kile-remote-control.txt )
src_prepare() {
- kde5_src_prepare
+ ecm_src_prepare
# I know upstream wants to help us but it doesn't work..
sed -e '/INSTALL( FILES AUTHORS/s/^/#DISABLED /' \
@@ -70,6 +76,5 @@ src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package pdf Poppler)
)
-
- kde5_src_configure
+ ecm_src_configure
}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2018-01-21 9:42 Johannes Huber
0 siblings, 0 replies; 31+ messages in thread
From: Johannes Huber @ 2018-01-21 9:42 UTC (permalink / raw
To: gentoo-commits
commit: 2a6d5d893f631e8c65dd32efb9bbeb556cf74b06
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 21 09:42:04 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 09:42:04 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2a6d5d89
app-editors/kile: Drop invalid dependency
Package-Manager: Portage-2.3.20, Repoman-2.3.6
app-editors/kile/kile-9999.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index b80b598e37..640333ba02 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -45,10 +45,7 @@ RDEPEND="${DEPEND}
virtual/latex-base
virtual/tex-base
pdf? (
- || (
- app-text/dvipdfmx
- >=app-text/texlive-core-2014
- )
+ >=app-text/texlive-core-2014
app-text/ghostscript-gpl
)
png? (
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2017-11-24 22:11 Andreas Sturmlechner
0 siblings, 0 replies; 31+ messages in thread
From: Andreas Sturmlechner @ 2017-11-24 22:11 UTC (permalink / raw
To: gentoo-commits
commit: 350cb83ed6f5d261e86c7a3f3e40a615ac384e72
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 19:46:50 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 19:46:50 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=350cb83e
app-editors/kile: Add missing DEPEND
Package-Manager: Portage-2.3.16, Repoman-2.3.6
app-editors/kile/kile-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index d698d7342e..30e7154de4 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -22,6 +22,7 @@ DEPEND="
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kdoctools)
$(add_frameworks_dep kguiaddons)
+ $(add_frameworks_dep khtml)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kinit)
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2017-11-11 18:39 Andreas Sturmlechner
0 siblings, 0 replies; 31+ messages in thread
From: Andreas Sturmlechner @ 2017-11-11 18:39 UTC (permalink / raw
To: gentoo-commits
commit: 84bf6c86ad9b20ff843d917e8e782eb9497966b0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 11 18:37:00 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 18:37:00 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=84bf6c86
app-editors/kile: Fix HOMEPAGE
Package-Manager: Portage-2.3.13, Repoman-2.3.4
app-editors/kile/kile-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index 738af7a2dd..d698d7342e 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -8,7 +8,7 @@ MY_P=${P/_beta/b}
inherit kde5
DESCRIPTION="Latex Editor and TeX shell based on KDE Frameworks"
-HOMEPAGE="http://kile.sourceforge.net/"
+HOMEPAGE="https://kile.sourceforge.io/"
[[ ${PV} != *9999* ]] && SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
LICENSE="FDL-1.2 GPL-2"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2017-08-03 18:01 Andreas Sturmlechner
0 siblings, 0 replies; 31+ messages in thread
From: Andreas Sturmlechner @ 2017-08-03 18:01 UTC (permalink / raw
To: gentoo-commits
commit: 8e134b74bb8117ed7cf07bf2b4350728c0a39f07
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 3 17:41:32 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 3 17:41:32 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8e134b74
app-editors/kile: Fix DESCRIPTION, drop obsolete app-text/acroread dep
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-editors/kile/kile-9999.ebuild | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index 077a4d667a..738af7a2dd 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -7,7 +7,7 @@ KDE_HANDBOOK="forceoptional"
MY_P=${P/_beta/b}
inherit kde5
-DESCRIPTION="A Latex Editor and TeX shell for KDE"
+DESCRIPTION="Latex Editor and TeX shell based on KDE Frameworks"
HOMEPAGE="http://kile.sourceforge.net/"
[[ ${PV} != *9999* ]] && SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
@@ -37,14 +37,10 @@ DEPEND="
$(add_qt_dep qtwidgets)
pdf? ( app-text/poppler[qt5] )
"
-
RDEPEND="${DEPEND}
!app-editors/kile:4
$(add_kdeapps_dep konsole)
- || (
- $(add_kdeapps_dep okular 'pdf?')
- app-text/acroread
- )
+ $(add_kdeapps_dep okular 'pdf?')
virtual/latex-base
virtual/tex-base
pdf? (
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2016-12-23 10:11 Johannes Huber
0 siblings, 0 replies; 31+ messages in thread
From: Johannes Huber @ 2016-12-23 10:11 UTC (permalink / raw
To: gentoo-commits
commit: 746b2c1129cc30ccdc1fe4c705e46c3f1201205a
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 09:07:06 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 10:09:06 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=746b2c11
app-editors/kile: Drop CMAKE_MIN_VERSION
Covered by cmake-utils eclass now.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-editors/kile/kile-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index 5230f31..e175a1a 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -4,7 +4,6 @@
EAPI=6
-CMAKE_MIN_VERSION="3.0.2"
KDE_HANDBOOK="forceoptional"
MY_P=${P/_beta/b}
inherit kde5
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2016-07-20 18:25 Michael Palimaka
0 siblings, 0 replies; 31+ messages in thread
From: Michael Palimaka @ 2016-07-20 18:25 UTC (permalink / raw
To: gentoo-commits
commit: e1622806b93f1408bab6c7801bd0806db9b2ceef
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 18:25:23 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 18:25:30 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e1622806
app-editors/kile: allow media-gfx/graphicsmagick as an alternative to media-gfx/imagemagick
Gentoo-bug: 586284
Package-Manager: portage-2.3.0
app-editors/kile/kile-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index d5811e2..5230f31 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -58,7 +58,7 @@ RDEPEND="${DEPEND}
)
png? (
app-text/dvipng
- media-gfx/imagemagick[png]
+ || ( media-gfx/imagemagick[png] media-gfx/graphicsmagick[imagemagick,png] )
)
"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2016-02-23 14:15 Michael Palimaka
0 siblings, 0 replies; 31+ messages in thread
From: Michael Palimaka @ 2016-02-23 14:15 UTC (permalink / raw
To: gentoo-commits
commit: 5929921bb130cdcb0e48b14981c7dded23cae9fc
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Feb 21 09:37:34 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Feb 23 14:15:18 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5929921b
app-editors/kile: Add DEPEND, force handbook optional, KF5 minimal
Package-Manager: portage-2.2.27
app-editors/kile/kile-9999.ebuild | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index ba59e47..7e5db05 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -2,10 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
CMAKE_MIN_VERSION="3.0.2"
-KDE_HANDBOOK=true
+FRAMEWORKS_MINIMAL="5.19.0"
+KDE_HANDBOOK="forceoptional"
MY_P=${P/_beta/b}
inherit kde5
@@ -37,6 +38,7 @@ DEPEND="
$(add_qt_dep qtscript)
$(add_qt_dep qttest)
$(add_qt_dep qtwidgets)
+ pdf? ( app-text/poppler[qt5] )
"
RDEPEND="${DEPEND}
@@ -72,3 +74,11 @@ src_prepare() {
sed -e '/INSTALL( FILES AUTHORS/s/^/#DISABLED /' \
-i CMakeLists.txt || die
}
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package pdf Poppler)
+ )
+
+ kde5_src_configure
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2015-06-29 20:56 Johannes Huber
0 siblings, 0 replies; 31+ messages in thread
From: Johannes Huber @ 2015-06-29 20:56 UTC (permalink / raw
To: gentoo-commits
commit: f5c97bce714ae8536c6d299fff0f51fdcedbcb34
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 29 20:57:07 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Jun 29 20:57:07 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f5c97bce
[app-editors/kile] Frameworks merged to master
Package-Manager: portage-2.2.20
app-editors/kile/kile-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index f76a32c..cb6caa4 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -6,7 +6,6 @@ EAPI=5
CMAKE_MIN_VERSION="3.0.2"
KDE_HANDBOOK=true
-EGIT_BRANCH="frameworks"
MY_P=${P/_beta/b}
inherit kde5
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2015-06-27 21:11 Johannes Huber
0 siblings, 0 replies; 31+ messages in thread
From: Johannes Huber @ 2015-06-27 21:11 UTC (permalink / raw
To: gentoo-commits
commit: c038bd17f6cca2c5ea354d22572639aba1a1bd6a
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 27 21:03:28 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Jun 27 21:03:28 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c038bd17
[app-editors/kile] Drop SLOT 4
Package-Manager: portage-2.2.20
app-editors/kile/kile-5.9999.ebuild | 75 -------------------------------------
app-editors/kile/kile-9999.ebuild | 37 +++++++++++++-----
2 files changed, 28 insertions(+), 84 deletions(-)
diff --git a/app-editors/kile/kile-5.9999.ebuild b/app-editors/kile/kile-5.9999.ebuild
deleted file mode 100644
index f76a32c..0000000
--- a/app-editors/kile/kile-5.9999.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-CMAKE_MIN_VERSION="3.0.2"
-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="+pdf +png"
-
-DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kdoctools)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kinit)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep ktexteditor)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_kdeapps_dep okular)
- dev-qt/qtdbus:5
- dev-qt/qtscript:5
- dev-qt/qttest:5
- dev-qt/qtwidgets:5
-"
-
-RDEPEND="${DEPEND}
- !app-editors/kile:4
- $(add_kdeapps_dep konsole)
- || (
- $(add_kdeapps_dep okular 'pdf?')
- app-text/acroread
- )
- 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
-}
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index 524524c..f76a32c 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -4,10 +4,11 @@
EAPI=5
-KDE_DOC_DIRS="doc"
-KDE_HANDBOOK="optional"
+CMAKE_MIN_VERSION="3.0.2"
+KDE_HANDBOOK=true
+EGIT_BRANCH="frameworks"
MY_P=${P/_beta/b}
-inherit kde4-base
+inherit kde5
DESCRIPTION="A Latex Editor and TeX shell for KDE"
HOMEPAGE="http://kile.sourceforge.net/"
@@ -15,17 +16,35 @@ HOMEPAGE="http://kile.sourceforge.net/"
LICENSE="FDL-1.2 GPL-2"
KEYWORDS=""
-SLOT="4"
-IUSE="debug +pdf +png"
+IUSE="+pdf +png"
DEPEND="
- x11-misc/shared-mime-info
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdoctools)
+ $(add_frameworks_dep kguiaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kinit)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep ktexteditor)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep kxmlgui)
+ $(add_kdeapps_dep okular)
+ dev-qt/qtdbus:5
+ dev-qt/qtscript:5
+ dev-qt/qttest:5
+ dev-qt/qtwidgets:5
"
+
RDEPEND="${DEPEND}
- $(add_kdeapps_dep kdebase-data)
+ !app-editors/kile:4
$(add_kdeapps_dep konsole)
|| (
- $(add_kdeapps_dep okular 'pdf?,postscript')
+ $(add_kdeapps_dep okular 'pdf?')
app-text/acroread
)
virtual/latex-base
@@ -48,7 +67,7 @@ S=${WORKDIR}/${MY_P}
DOCS=( kile-remote-control.txt )
src_prepare() {
- kde4-base_src_prepare
+ kde5_src_prepare
# I know upstream wants to help us but it doesn't work..
sed -e '/INSTALL( FILES AUTHORS/s/^/#DISABLED /' \
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2015-05-21 23:16 Manuel Rüger
0 siblings, 0 replies; 31+ messages in thread
From: Manuel Rüger @ 2015-05-21 23:16 UTC (permalink / raw
To: gentoo-commits
commit: 97887afe14bf34fff353a44cfb99a7fe81e43d24
Author: Andrius Štikonas <andrius <AT> stikonas <DOT> eu>
AuthorDate: Wed May 20 12:12:25 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed May 20 12:12:25 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=97887afe
[app-editors/kile] Fix deps.
app-editors/kile/kile-5.9999.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/app-editors/kile/kile-5.9999.ebuild b/app-editors/kile/kile-5.9999.ebuild
index b19dae6..f76a32c 100644
--- a/app-editors/kile/kile-5.9999.ebuild
+++ b/app-editors/kile/kile-5.9999.ebuild
@@ -20,14 +20,15 @@ IUSE="+pdf +png"
DEPEND="
$(add_frameworks_dep kconfig)
- $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kdoctools)
$(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep khtml)
$(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kinit)
$(add_frameworks_dep kio)
- $(add_frameworks_dep kjobwidgets)
$(add_frameworks_dep kparts)
$(add_frameworks_dep ktexteditor)
$(add_frameworks_dep kwindowsystem)
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2015-01-19 21:56 Johannes Huber
0 siblings, 0 replies; 31+ messages in thread
From: Johannes Huber @ 2015-01-19 21:56 UTC (permalink / raw
To: gentoo-commits
commit: ad637a932ea0850626d8536f05716004977142f2
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon Jan 19 00:44:11 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Jan 19 21:56:19 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ad637a93
[app-editors/kile] Drop debug flag
Handled by kde5.eclass
---
app-editors/kile/kile-5.9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/kile/kile-5.9999.ebuild b/app-editors/kile/kile-5.9999.ebuild
index 9b460a9..b19dae6 100644
--- a/app-editors/kile/kile-5.9999.ebuild
+++ b/app-editors/kile/kile-5.9999.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="http://kile.sourceforge.net/"
LICENSE="FDL-1.2 GPL-2"
KEYWORDS=""
-IUSE="debug +pdf +png"
+IUSE="+pdf +png"
DEPEND="
$(add_frameworks_dep kconfig)
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2015-01-13 20:46 Johannes Huber
0 siblings, 0 replies; 31+ messages in thread
From: Johannes Huber @ 2015-01-13 20:46 UTC (permalink / raw
To: gentoo-commits
commit: 6ebd1d942f96d926c57bf21ad20dc36aa7a22ebf
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Jan 11 16:32:28 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jan 13 20:45:40 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6ebd1d94
[app-editors/kile] Re-organise dependencies
- move packages to DEPEND
- use CMAKE_MIN_VERSION
- drop non-existing okular[postscript] use-dep
- fix konsole RDEPEND
- block app-editors/kile:4 (adhere to coding style guide)
- remove qtcore:5 dependency as it is set by kde5.eclass
Package-Manager: portage-2.2.14
---
app-editors/kile/kile-5.9999.ebuild | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/app-editors/kile/kile-5.9999.ebuild b/app-editors/kile/kile-5.9999.ebuild
index 0c48f50..9b460a9 100644
--- a/app-editors/kile/kile-5.9999.ebuild
+++ b/app-editors/kile/kile-5.9999.ebuild
@@ -4,6 +4,7 @@
EAPI=5
+CMAKE_MIN_VERSION="3.0.2"
KDE_HANDBOOK=true
EGIT_BRANCH="frameworks"
MY_P=${P/_beta/b}
@@ -18,10 +19,6 @@ 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)
@@ -35,16 +32,20 @@ RDEPEND="${DEPEND}
$(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
+ $(add_kdeapps_dep okular)
dev-qt/qtdbus:5
dev-qt/qtscript:5
dev-qt/qttest:5
dev-qt/qtwidgets:5
+"
+
+RDEPEND="${DEPEND}
+ !app-editors/kile:4
+ $(add_kdeapps_dep konsole)
+ || (
+ $(add_kdeapps_dep okular 'pdf?')
+ app-text/acroread
+ )
virtual/latex-base
virtual/tex-base
pdf? (
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2015-01-11 2:58 Manuel Rüger
0 siblings, 0 replies; 31+ messages in thread
From: Manuel Rüger @ 2015-01-11 2:58 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2014-12-08 16:32 Michael Palimaka
0 siblings, 0 replies; 31+ messages in thread
From: Michael Palimaka @ 2014-12-08 16:32 UTC (permalink / raw
To: gentoo-commits
commit: 78a338580d95519109e239b3593a153aace20074
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 8 16:32:54 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Dec 8 16:32:54 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=78a33858
[app-editors/kile] Add missing kde-base/konsole dependency wrt bug #531984.
Package-Manager: portage-2.2.15
---
app-editors/kile/kile-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index 34c1de5..09219c2 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -23,6 +23,7 @@ DEPEND="
"
RDEPEND="${DEPEND}
$(add_kdebase_dep kdebase-data)
+ $(add_kdebase_dep konsole)
|| (
$(add_kdebase_dep okular 'pdf?,postscript')
app-text/acroread
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2014-12-02 19:58 Manuel Rüger
0 siblings, 0 replies; 31+ messages in thread
From: Manuel Rüger @ 2014-12-02 19:58 UTC (permalink / raw
To: gentoo-commits
commit: 5edcfb538d6ef93ded0f83bc3fb0e83cfaf91d24
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 2 19:58:43 2014 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Dec 2 19:58:43 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5edcfb53
[app-editors/kile] Sync deps with ebuild in main tree.
Package-Manager: portage-2.2.14
---
app-editors/kile/kile-9999.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index e0ff8d1..34c1de5 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -30,7 +30,10 @@ RDEPEND="${DEPEND}
virtual/latex-base
virtual/tex-base
pdf? (
- app-text/dvipdfmx
+ || (
+ app-text/dvipdfmx
+ >=app-text/texlive-core-2014
+ )
app-text/ghostscript-gpl
)
png? (
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2013-04-26 21:24 Johannes Huber
0 siblings, 0 replies; 31+ messages in thread
From: Johannes Huber @ 2013-04-26 21:24 UTC (permalink / raw
To: gentoo-commits
commit: 0a7829fc3b7a51b1e82e0c21b529e4130ea360cd
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 26 21:24:32 2013 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 21:24:32 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0a7829fc
[app-editors/kile] EAPI 5.
Package-Manager: portage-2.2.0_alpha173
---
app-editors/kile/kile-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index 2b48cb1..3653473 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
KDE_DOC_DIRS="doc"
KDE_HANDBOOK="optional"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2012-07-31 17:43 Michael Palimaka
0 siblings, 0 replies; 31+ messages in thread
From: Michael Palimaka @ 2012-07-31 17:43 UTC (permalink / raw
To: gentoo-commits
commit: 7c9e030fb19c275ce798be51aa6a55d7d53dfc72
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 31 17:42:12 2012 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jul 31 17:42:12 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7c9e030f
[app-editors/kile] Sync metadata with portage.
(Portage version: 2.1.11.9/git/Linux x86_64, unsigned Manifest commit)
---
app-editors/kile/metadata.xml | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/app-editors/kile/metadata.xml b/app-editors/kile/metadata.xml
index 8d1e86a..1847668 100644
--- a/app-editors/kile/metadata.xml
+++ b/app-editors/kile/metadata.xml
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>kde</herd>
+ <herd>kde</herd>
+ <herd>tex</herd>
+ <upstream>
+ <remote-id type="sourceforge">kile</remote-id>
+ <bugs-to>https://bugs.kde.org/</bugs-to>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/kde:master commit in: app-editors/kile/
@ 2012-06-17 5:46 Chris Reffett
0 siblings, 0 replies; 31+ messages in thread
From: Chris Reffett @ 2012-06-17 5:46 UTC (permalink / raw
To: gentoo-commits
commit: 9ac65bc8437ab4f2be794280ae8faccf00cc0de7
Author: Chris Reffett <geekboy72 <AT> gmail <DOT> com>
AuthorDate: Sun Jun 17 05:45:40 2012 +0000
Commit: Chris Reffett <geekboy72 <AT> gmail <DOT> com>
CommitDate: Sun Jun 17 05:45:40 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9ac65bc8
[app-editors/kile] Fix dependency on okular to require postscript USE rather than ps USE, bug 421491
(Portage version: 2.2.0_alpha107/git/Linux x86_64, unsigned Manifest commit)
---
app-editors/kile/kile-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index 8d311ac..6e41cc6 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -25,7 +25,7 @@ DEPEND="
RDEPEND="${DEPEND}
$(add_kdebase_dep kdebase-data)
|| (
- $(add_kdebase_dep okular 'pdf?,ps')
+ $(add_kdebase_dep okular 'pdf?,postscript')
app-text/acroread
)
virtual/latex-base
^ permalink raw reply related [flat|nested] 31+ messages in thread
end of thread, other threads:[~2024-03-09 21:03 UTC | newest]
Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-03 20:00 [gentoo-commits] proj/kde:master commit in: app-editors/kile/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-03-09 21:03 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-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
2015-01-11 2:58 Manuel Rüger
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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox