public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: app-emulation/q4wine/
Date: Sat, 28 Dec 2013 00:17:51 +0000 (UTC)	[thread overview]
Message-ID: <1388189847.68d4e9828ca3f5ec9c4d0b0b0cd7b9f36c181ae5.pesa@gentoo> (raw)

commit:     68d4e9828ca3f5ec9c4d0b0b0cd7b9f36c181ae5
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Sat Dec 28 00:16:55 2013 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat Dec 28 00:17:27 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=68d4e982

[app-emulation/q4wine] Sync with portage; switch to git-r3.

Package-Manager: portage-2.2.7

---
 app-emulation/q4wine/metadata.xml       | 11 +++----
 app-emulation/q4wine/q4wine-9999.ebuild | 51 ++++++++++++++++++++-------------
 2 files changed, 35 insertions(+), 27 deletions(-)

diff --git a/app-emulation/q4wine/metadata.xml b/app-emulation/q4wine/metadata.xml
index f414021..cf3b7f4 100644
--- a/app-emulation/q4wine/metadata.xml
+++ b/app-emulation/q4wine/metadata.xml
@@ -3,14 +3,11 @@
 <pkgmetadata>
 <herd>qt</herd>
 <maintainer>
-<email>hwoarang@gentoo.org</email>
-<name>Markos Chandras</name>
+	<email>hwoarang@gentoo.org</email>
+	<name>Markos Chandras</name>
 </maintainer>
 <use>
-<flag name="icoutils"> Enable icoutils support </flag>
-<flag name="wineappdb"> Enable Win AppDB browser subsystem </flag>
+	<flag name="icoutils">Enable icoutils support</flag>
+	<flag name="wineappdb">Enable Win AppDB browser subsystem</flag>
 </use>
-<longdescription lang="en">
-</longdescription>
 </pkgmetadata>
-

diff --git a/app-emulation/q4wine/q4wine-9999.ebuild b/app-emulation/q4wine/q4wine-9999.ebuild
index fb00672..9490872 100644
--- a/app-emulation/q4wine/q4wine-9999.ebuild
+++ b/app-emulation/q4wine/q4wine-9999.ebuild
@@ -1,46 +1,57 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/q4wine/q4wine-1.1_p2-r1.ebuild,v 1.1 2013/12/28 00:07:53 pesa Exp $
 
-EAPI=4
+EAPI=5
 
-inherit qt4-r2 cmake-utils git-2
+PLOCALES="af cs de en es fa he it ru uk pl pt"
 
-DESCRIPTION="Qt4 utility for Wine applications and prefixes management."
+inherit cmake-utils git-r3 l10n
+
+DESCRIPTION="Qt4 GUI configuration tool for Wine"
 HOMEPAGE="http://q4wine.brezblock.org.ua/"
-EGIT_REPO_URI="git://github.com/brezerk/q4wine"
+EGIT_REPO_URI="https://github.com/brezerk/q4wine.git"
 
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug +icoutils +wineappdb +dbus gnome kde"
+IUSE="+dbus debug +icoutils +wineappdb"
 
-CDEPEND="dev-qt/qtgui:4
+DEPEND="
+	dev-qt/qtcore:4
+	dev-qt/qtgui:4
 	dev-qt/qtsingleapplication
-	dev-qt/qtsql:4[sqlite]"
-DEPEND="${CDEPEND}
-	dev-util/cmake"
-
-RDEPEND="${CDEPEND}
+	dev-qt/qtsql:4[sqlite]
+	dbus? ( dev-qt/qtdbus:4 )
+"
+RDEPEND="${DEPEND}
 	app-admin/sudo
 	app-emulation/wine
 	>=sys-apps/which-2.19
-	icoutils? ( >=media-gfx/icoutils-0.26.0 )
 	sys-fs/fuseiso
-	kde? ( kde-base/kdesu )
-	gnome? ( x11-libs/gksu )
-	dbus? ( dev-qt/qtdbus:4 )"
+	icoutils? ( >=media-gfx/icoutils-0.26.0 )
+"
 
 DOCS=(AUTHORS ChangeLog README)
 
+remove_from_LINGUAS() {
+	sed -i -e "/SET\s*(\s*LINGUAS / s: ${1}_\w\w::" \
+		src/CMakeLists.txt || die
+}
+
+src_prepare() {
+	cmake-utils_src_prepare
+	l10n_for_each_disabled_locale_do remove_from_LINGUAS
+}
+
 src_configure() {
-	mycmakeargs=(
+	local mycmakeargs=(
+		-DQT5=OFF
 		-DWITH_SYSTEM_SINGLEAPP=ON
-		$(cmake-utils_use debug DEBUG)
+		$(cmake-utils_use debug)
+		$(cmake-utils_use_with dbus)
 		$(cmake-utils_use_with icoutils)
 		$(cmake-utils_use_with wineappdb)
-		$(cmake-utils_use_with dbus)
 	)
-
 	cmake-utils_src_configure
 }


             reply	other threads:[~2013-12-28  0:17 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-28  0:17 Davide Pesavento [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-04 17:25 [gentoo-commits] proj/qt:master commit in: app-emulation/q4wine/ Ionen Wolkens
2019-02-15 12:31 Jimi Huotari
2018-03-20 11:27 Michael Palimaka
2017-08-27  5:52 [gentoo-commits] proj/qt:qtbase59 " Michael Palimaka
2017-08-27  5:50 ` [gentoo-commits] proj/qt:master " Michael Palimaka
2016-10-28 12:31 Michael Palimaka
2013-10-19 15:36 Markos Chandras
2012-02-04 13:49 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=1388189847.68d4e9828ca3f5ec9c4d0b0b0cd7b9f36c181ae5.pesa@gentoo \
    --to=pesa@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