public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: media-gfx/symboleditor/
@ 2015-10-26 16:57 Michael Palimaka
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2015-10-26 16:57 UTC (permalink / raw
  To: gentoo-commits

commit:     078f73877ff091bfb87844300b0e7cfa5ba2087e
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon Oct 26 00:39:35 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Oct 26 16:57:07 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=078f7387

media-gfx/symboleditor: Add kf5 version

Package-Manager: portage-2.2.20.1

 media-gfx/symboleditor/metadata.xml             |  5 +++
 media-gfx/symboleditor/symboleditor-9999.ebuild | 41 +++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/media-gfx/symboleditor/metadata.xml b/media-gfx/symboleditor/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/media-gfx/symboleditor/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>kde</herd>
+</pkgmetadata>

diff --git a/media-gfx/symboleditor/symboleditor-9999.ebuild b/media-gfx/symboleditor/symboleditor-9999.ebuild
new file mode 100644
index 0000000..8bd5e4c
--- /dev/null
+++ b/media-gfx/symboleditor/symboleditor-9999.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_DOXYGEN="true"
+KDE_HANDBOOK="true"
+inherit kde5
+
+DESCRIPTION="Application to create libraries of QPainterPath objects with redering hints"
+HOMEPAGE="https://userbase.kde.org/SymbolEditor"
+
+LICENSE="GPL-2"
+KEYWORDS=""
+IUSE=""
+
+COMMON_DEPEND="
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kxmlgui)
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+"
+DEPEND="${COMMON_DEPEND}
+	sys-devel/gettext
+	x11-misc/shared-mime-info
+"
+RDEPEND="${COMMON_DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package doc Doxygen)
+	)
+
+	kde5_src_configure
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/kde:master commit in: media-gfx/symboleditor/
@ 2015-11-19 12:16 Michael Palimaka
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2015-11-19 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     f3a06f17ad67dc7f18ffd4e5d2e7d4f6750bed56
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Nov 18 23:21:08 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Nov 18 23:44:56 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f3a06f17

media-gfx/symboleditor: Initial kf5 release

Package-Manager: portage-2.2.20.1

 .../{symboleditor-9999.ebuild => symboleditor-2.0.0.ebuild}  | 12 ++++++++++--
 media-gfx/symboleditor/symboleditor-9999.ebuild              | 10 +++++++++-
 2 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/media-gfx/symboleditor/symboleditor-9999.ebuild b/media-gfx/symboleditor/symboleditor-2.0.0.ebuild
similarity index 74%
copy from media-gfx/symboleditor/symboleditor-9999.ebuild
copy to media-gfx/symboleditor/symboleditor-2.0.0.ebuild
index 8bd5e4c..bb0f595 100644
--- a/media-gfx/symboleditor/symboleditor-9999.ebuild
+++ b/media-gfx/symboleditor/symboleditor-2.0.0.ebuild
@@ -10,9 +10,14 @@ inherit kde5
 
 DESCRIPTION="Application to create libraries of QPainterPath objects with redering hints"
 HOMEPAGE="https://userbase.kde.org/SymbolEditor"
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+	MY_P=SymbolEditor-${PV}
+	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${MY_P}.tar.bz2"
+	S="${WORKDIR}"/${MY_P}
+fi
 
 LICENSE="GPL-2"
-KEYWORDS=""
+KEYWORDS="~amd64"
 IUSE=""
 
 COMMON_DEPEND="
@@ -30,11 +35,14 @@ DEPEND="${COMMON_DEPEND}
 	sys-devel/gettext
 	x11-misc/shared-mime-info
 "
-RDEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}
+	!media-gfx/symboleditor:4
+"
 
 src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_use_find_package doc Doxygen)
+		$(cmake-utils_use_find_package handbook KF5DocTools)
 	)
 
 	kde5_src_configure

diff --git a/media-gfx/symboleditor/symboleditor-9999.ebuild b/media-gfx/symboleditor/symboleditor-9999.ebuild
index 8bd5e4c..f4201a5 100644
--- a/media-gfx/symboleditor/symboleditor-9999.ebuild
+++ b/media-gfx/symboleditor/symboleditor-9999.ebuild
@@ -10,6 +10,11 @@ inherit kde5
 
 DESCRIPTION="Application to create libraries of QPainterPath objects with redering hints"
 HOMEPAGE="https://userbase.kde.org/SymbolEditor"
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+	MY_P=SymbolEditor-${PV}
+	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${MY_P}.tar.bz2"
+	S="${WORKDIR}"/${MY_P}
+fi
 
 LICENSE="GPL-2"
 KEYWORDS=""
@@ -30,11 +35,14 @@ DEPEND="${COMMON_DEPEND}
 	sys-devel/gettext
 	x11-misc/shared-mime-info
 "
-RDEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}
+	!media-gfx/symboleditor:4
+"
 
 src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_use_find_package doc Doxygen)
+		$(cmake-utils_use_find_package handbook KF5DocTools)
 	)
 
 	kde5_src_configure


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/kde:master commit in: media-gfx/symboleditor/
@ 2015-12-14 13:25 Michael Palimaka
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2015-12-14 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     bbb13aab46a759ed93ca2cca25d89eb0adbd1973
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 14 13:25:30 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Dec 14 13:25:30 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=bbb13aab

media-gfx/symboleditor: moved to main tree

Package-Manager: portage-2.2.26

 media-gfx/symboleditor/symboleditor-2.0.0.ebuild | 49 ------------------------
 1 file changed, 49 deletions(-)

diff --git a/media-gfx/symboleditor/symboleditor-2.0.0.ebuild b/media-gfx/symboleditor/symboleditor-2.0.0.ebuild
deleted file mode 100644
index bb0f595..0000000
--- a/media-gfx/symboleditor/symboleditor-2.0.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_DOXYGEN="true"
-KDE_HANDBOOK="true"
-inherit kde5
-
-DESCRIPTION="Application to create libraries of QPainterPath objects with redering hints"
-HOMEPAGE="https://userbase.kde.org/SymbolEditor"
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-	MY_P=SymbolEditor-${PV}
-	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${MY_P}.tar.bz2"
-	S="${WORKDIR}"/${MY_P}
-fi
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64"
-IUSE=""
-
-COMMON_DEPEND="
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kxmlgui)
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-"
-DEPEND="${COMMON_DEPEND}
-	sys-devel/gettext
-	x11-misc/shared-mime-info
-"
-RDEPEND="${COMMON_DEPEND}
-	!media-gfx/symboleditor:4
-"
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package doc Doxygen)
-		$(cmake-utils_use_find_package handbook KF5DocTools)
-	)
-
-	kde5_src_configure
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/kde:master commit in: media-gfx/symboleditor/
@ 2016-03-22 21:10 Johannes Huber
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2016-03-22 21:10 UTC (permalink / raw
  To: gentoo-commits

commit:     52488c7c9c33e1d50a50added99bab0cf76b7ecb
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 20:50:38 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 20:50:38 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=52488c7c

media-gfx/symboleditor: EAPI 6

Package-Manager: portage-2.2.28

 media-gfx/symboleditor/symboleditor-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/symboleditor/symboleditor-9999.ebuild b/media-gfx/symboleditor/symboleditor-9999.ebuild
index d9bce13..ac7e532 100644
--- a/media-gfx/symboleditor/symboleditor-9999.ebuild
+++ b/media-gfx/symboleditor/symboleditor-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_DOXYGEN="true"
 KDE_HANDBOOK="true"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/kde:master commit in: media-gfx/symboleditor/
@ 2017-05-01 21:29 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2017-05-01 21:29 UTC (permalink / raw
  To: gentoo-commits

commit:     9766bf675d852c696512349d645780c6c335f0b7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 21:29:21 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May  1 21:29:21 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9766bf67

media-gfx/symboleditor: KDE_HANDBOOK="optional", fix DESCRIPTION

Fix dependencies.
Disable Doxygen, the result does not really work at all.

Package-Manager: portage-2.2.27

 media-gfx/symboleditor/symboleditor-9999.ebuild | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/media-gfx/symboleditor/symboleditor-9999.ebuild b/media-gfx/symboleditor/symboleditor-9999.ebuild
index 6769589516..5020402104 100644
--- a/media-gfx/symboleditor/symboleditor-9999.ebuild
+++ b/media-gfx/symboleditor/symboleditor-9999.ebuild
@@ -3,10 +3,10 @@
 
 EAPI=6
 
-KDE_HANDBOOK="true"
+KDE_HANDBOOK="optional"
 inherit kde5
 
-DESCRIPTION="Application to create libraries of QPainterPath objects with redering hints"
+DESCRIPTION="Application to create libraries of QPainterPath objects with rendering hints"
 HOMEPAGE="https://userbase.kde.org/SymbolEditor"
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
 	MY_P=SymbolEditor-${PV}
@@ -18,7 +18,7 @@ LICENSE="GPL-2"
 KEYWORDS=""
 IUSE=""
 
-COMMON_DEPEND="
+DEPEND="
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kcoreaddons)
@@ -29,18 +29,13 @@ COMMON_DEPEND="
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
 "
-DEPEND="${COMMON_DEPEND}
-	sys-devel/gettext
-	x11-misc/shared-mime-info
-"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
 	!media-gfx/symboleditor:4
 "
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use_find_package doc Doxygen)
-		$(cmake-utils_use_find_package handbook KF5DocTools)
+		-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON
 	)
 
 	kde5_src_configure


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/kde:master commit in: media-gfx/symboleditor/
@ 2019-03-24 14:20 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2019-03-24 14:20 UTC (permalink / raw
  To: gentoo-commits

commit:     451b29e9901c221f1be1395f09b17b2beefebdf2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 12:36:05 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 12:36:05 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=451b29e9

media-gfx/symboleditor: Re-add missing BDEPEND

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/symboleditor/symboleditor-9999.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-gfx/symboleditor/symboleditor-9999.ebuild b/media-gfx/symboleditor/symboleditor-9999.ebuild
index e9025e6a1a..26e909ecf5 100644
--- a/media-gfx/symboleditor/symboleditor-9999.ebuild
+++ b/media-gfx/symboleditor/symboleditor-9999.ebuild
@@ -18,6 +18,9 @@ LICENSE="GPL-2"
 KEYWORDS=""
 IUSE=""
 
+BDEPEND="
+	sys-devel/gettext
+"
 DEPEND="
 	$(add_frameworks_dep kconfig)
 	$(add_frameworks_dep kconfigwidgets)


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/kde:master commit in: media-gfx/symboleditor/
@ 2019-11-11  0:19 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2019-11-11  0:19 UTC (permalink / raw
  To: gentoo-commits

commit:     dd5971f21950123dfe2d3e2c47ab3fa0a33b98cf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 10 23:37:02 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 10 23:37:02 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=dd5971f2

media-gfx/symboleditor: Port to ecm.eclass and kde.org.eclass

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/symboleditor/symboleditor-9999.ebuild | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/media-gfx/symboleditor/symboleditor-9999.ebuild b/media-gfx/symboleditor/symboleditor-9999.ebuild
index 26e909ecf5..640fa49ffc 100644
--- a/media-gfx/symboleditor/symboleditor-9999.ebuild
+++ b/media-gfx/symboleditor/symboleditor-9999.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=7
 
-KDE_HANDBOOK="optional"
-inherit kde5
+ECM_HANDBOOK="optional"
+inherit ecm kde.org
 
 DESCRIPTION="Application to create libraries of QPainterPath objects with rendering hints"
 HOMEPAGE="https://userbase.kde.org/SymbolEditor"
@@ -15,6 +15,7 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
 fi
 
 LICENSE="GPL-2"
+SLOT="5"
 KEYWORDS=""
 IUSE=""
 
@@ -22,15 +23,15 @@ BDEPEND="
 	sys-devel/gettext
 "
 DEPEND="
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kio)
-	$(add_frameworks_dep kwidgetsaddons)
-	$(add_frameworks_dep kxmlgui)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtwidgets)
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	kde-frameworks/kconfig:5
+	kde-frameworks/kconfigwidgets:5
+	kde-frameworks/kcoreaddons:5
+	kde-frameworks/ki18n:5
+	kde-frameworks/kio:5
+	kde-frameworks/kwidgetsaddons:5
+	kde-frameworks/kxmlgui:5
 "
 RDEPEND="${DEPEND}"
 
@@ -39,5 +40,5 @@ src_configure() {
 		-DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON
 	)
 
-	kde5_src_configure
+	ecm_src_configure
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/kde:master commit in: media-gfx/symboleditor/
@ 2020-01-18 11:57 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2020-01-18 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     2a4a8b8091c39ab63d7c73049737dc1173550aeb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 17:34:05 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 11:56:42 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2a4a8b80

media-gfx/symboleditor: Update HOMEPAGE

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/symboleditor/symboleditor-9999.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/media-gfx/symboleditor/symboleditor-9999.ebuild b/media-gfx/symboleditor/symboleditor-9999.ebuild
index d9d9245911..1a667d5eff 100644
--- a/media-gfx/symboleditor/symboleditor-9999.ebuild
+++ b/media-gfx/symboleditor/symboleditor-9999.ebuild
@@ -7,17 +7,18 @@ ECM_HANDBOOK="optional"
 inherit ecm kde.org
 
 DESCRIPTION="Application to create libraries of QPainterPath objects with rendering hints"
-HOMEPAGE="https://userbase.kde.org/SymbolEditor"
+HOMEPAGE="https://kde.org/applications/graphics/org.kde.SymbolEditor
+https://userbase.kde.org/SymbolEditor"
+
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
 	MY_P=SymbolEditor-${PV}
 	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${MY_P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
 	S="${WORKDIR}"/${MY_P}
 fi
 
 LICENSE="GPL-2"
 SLOT="5"
-KEYWORDS=""
-IUSE=""
 
 BDEPEND="
 	sys-devel/gettext


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-01-18 11:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-14 13:25 [gentoo-commits] proj/kde:master commit in: media-gfx/symboleditor/ Michael Palimaka
  -- strict thread matches above, loose matches on Subject: below --
2020-01-18 11:57 Andreas Sturmlechner
2019-11-11  0:19 Andreas Sturmlechner
2019-03-24 14:20 Andreas Sturmlechner
2017-05-01 21:29 Andreas Sturmlechner
2016-03-22 21:10 Johannes Huber
2015-11-19 12:16 Michael Palimaka
2015-10-26 16:57 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox