public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/oxygen-fonts/
Date: Tue, 12 Nov 2019 01:13:35 +0000 (UTC)	[thread overview]
Message-ID: <1573521000.200de502dd50221fc6beab822f8dc7df0219c28d.asturm@gentoo> (raw)

commit:     200de502dd50221fc6beab822f8dc7df0219c28d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 11 23:50:31 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 12 01:10:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=200de502

media-fonts/oxygen-fonts: Switch to cmake-utils, kde.org, xdg-utils

This goes half way back to -r0 which already called the cmake-utils
phase functions instead of kde5 ones. Keep minimum versions set by
kde5.eclass at commit time.

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

 media-fonts/oxygen-fonts/oxygen-fonts-5.4.3-r1.ebuild | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/media-fonts/oxygen-fonts/oxygen-fonts-5.4.3-r1.ebuild b/media-fonts/oxygen-fonts/oxygen-fonts-5.4.3-r1.ebuild
index 4e9dd767cbf..4e52cb0823e 100644
--- a/media-fonts/oxygen-fonts/oxygen-fonts-5.4.3-r1.ebuild
+++ b/media-fonts/oxygen-fonts/oxygen-fonts-5.4.3-r1.ebuild
@@ -3,21 +3,20 @@
 
 EAPI=7
 
-KDE_AUTODEPS="false"
-KDE_DEBUG="false"
-inherit kde5 font
+inherit cmake-utils font kde.org xdg-utils
 
 DESCRIPTION="Desktop/GUI font family for integrated use with the KDE Plasma desktop"
 HOMEPAGE="https://cgit.kde.org/oxygen-fonts.git"
 SRC_URI="mirror://kde/unstable/plasma/$(ver_cut 1-3)/${P}.tar.xz"
 
 LICENSE="OFL-1.1"
+SLOT="5"
 KEYWORDS="amd64 ~arm x86"
 IUSE=""
 
 BDEPEND="
-	$(add_frameworks_dep extra-cmake-modules)
-	$(add_qt_dep qtcore)
+	>=kde-frameworks/extra-cmake-modules-5.60.0:5
+	>=dev-qt/qtcore-5.12.3:5
 	media-gfx/fontforge
 "
 
@@ -26,13 +25,15 @@ DOCS=( README.md )
 PATCHES=( "${FILESDIR}/${P}-fix-d-and-t-accents.patch" )
 
 src_configure() {
+	xdg_environment_reset
+
 	local mycmakeargs=(
 		-DOXYGEN_FONT_INSTALL_DIR="${FONTDIR}"
 	)
-	kde5_src_configure
+	cmake-utils_src_configure
 }
 
 src_install() {
-	kde5_src_install
+	cmake-utils_src_install
 	font_src_install
 }


             reply	other threads:[~2019-11-12  1:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-12  1:13 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-23 20:07 [gentoo-commits] repo/gentoo:master commit in: media-fonts/oxygen-fonts/ Andreas Sturmlechner
2020-01-12 15:16 Andreas Sturmlechner
2019-10-16  8:54 Andreas Sturmlechner
2019-10-16  8:54 Andreas Sturmlechner
2019-10-16  8:49 Andreas Sturmlechner
2018-05-28 14:32 Thomas Deutschmann
2018-05-27 21:12 Johannes Huber

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=1573521000.200de502dd50221fc6beab822f8dc7df0219c28d.asturm@gentoo \
    --to=asturm@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