public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Wolfram Schlich" <wschlich@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/
Date: Thu, 21 Jan 2016 07:28:51 +0000 (UTC)	[thread overview]
Message-ID: <1453361287.4b992ca12f07e4f22fe8c65cfe7b886bd6ffe54a.wschlich@gentoo> (raw)

commit:     4b992ca12f07e4f22fe8c65cfe7b886bd6ffe54a
Author:     Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 21 07:27:44 2016 +0000
Commit:     Wolfram Schlich <wschlich <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 07:28:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b992ca1

added q4wine-1.2_p2

Package-Manager: portage-2.2.26

 app-emulation/q4wine/Manifest             |  1 +
 app-emulation/q4wine/q4wine-1.2_p2.ebuild | 62 +++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+)

diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest
index f203be4..5dbb9f0 100644
--- a/app-emulation/q4wine/Manifest
+++ b/app-emulation/q4wine/Manifest
@@ -1,2 +1,3 @@
 DIST q4wine-1.0-r3.tar.bz2 889308 SHA256 9f1319dd0baff3834a3938e0a048c1529cb9ea521158370176b706fce0d4d2ff SHA512 df10a2fbf6874f4c4e02dd9c43031453a46c76f03d83321f2d6e9544d0540dd07da1bc9246767c5c91ce17d67d5d236227294efaed9de09f3d5a18afbd60b224 WHIRLPOOL 51b5b4cfc157da6b99154269ef4ef9f38ff91f861864158b789352505af485d8b523a21c6d4b59544804ed3c15cb1c6c756db3f3203c8e3ba55c8396c3630df3
 DIST q4wine-1.1-r2.tar.bz2 888990 SHA256 01463f9ec3ef9f7ef987d2b77425f2806cf2b60f574deb6644458366782eafc7 SHA512 8aaeec46d239a86a9eb10377842d63d84a35864f920f9dc46a022ae1cf3e010273d3759701595e058a089f6418a297a0bf94ed62b580a71fa1c8c27a80f4ec7e WHIRLPOOL 6ae891e33a2bf3759c45930820e21a273b2bf36f2c386a841a96c3bf14cfdb6741871d3c90383dde3b6b01df1a87f5b1537ae40bac5a494bdd3023248c526244
+DIST q4wine-1.2-r2.tar.bz2 690922 SHA256 44bac78060233504d0db945533e5da4a92bf8b4ca4ef87928032d14451e42160 SHA512 c47fc3adc756ea4bc33dc10f6de03e0a0e72258d1b4b238930136653a7938869d221ce08f6fcafcd5f012583b28227cf827505a59ee5322e9ab90c2c819fd7cb WHIRLPOOL 564eb944097528248f340ac59462f63bec22211d554ad26f125d46382a30ee2a8b7c8d00dd8874fabe92ae939f6bcf13665158957e0e8dad26e077018e495c0d

diff --git a/app-emulation/q4wine/q4wine-1.2_p2.ebuild b/app-emulation/q4wine/q4wine-1.2_p2.ebuild
new file mode 100644
index 0000000..686546e
--- /dev/null
+++ b/app-emulation/q4wine/q4wine-1.2_p2.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PLOCALES="af_ZA cs_CZ de_DE en_US es_ES fa_IR he_IL it_IT pl_PL pt_BR ru_RU uk_UA"
+PLOCALE_BACKUP="en_US"
+
+inherit cmake-utils l10n
+
+DESCRIPTION="Qt4 GUI configuration tool for Wine"
+HOMEPAGE="http://q4wine.brezblock.org.ua/"
+
+# Upstream names the package PV-rX. We change that to
+# PV_pX so we can use portage revisions.
+MY_PV="${PV/_p/-r}"
+MY_P="${PN}-${MY_PV}"
+SRC_URI="mirror://sourceforge/${PN}/${PN}/${PN}%20${MY_PV}/${MY_P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+dbus debug +icoutils +wineappdb"
+
+DEPEND="
+	dev-qt/qtcore:4
+	dev-qt/qtgui:4
+	dev-qt/qtsingleapplication[qt4(+),X]
+	dev-qt/qtsql:4[sqlite]
+	dbus? ( dev-qt/qtdbus:4 )
+"
+RDEPEND="${DEPEND}
+	app-admin/sudo
+	app-emulation/wine
+	>=sys-apps/which-2.19
+	sys-fs/fuseiso
+	icoutils? ( >=media-gfx/icoutils-0.26.0 )
+"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( AUTHORS ChangeLog README )
+
+src_configure() {
+	local enabled_linguas
+	construct_LINGUAS() {
+		local current_locale="$(echo ${1} | tr '[:upper:]' '[:lower:]')"
+		enabled_linguas="${enabled_linguas};${current_locale}"
+	}
+	l10n_for_each_locale_do construct_LINGUAS
+	local mycmakeargs=(
+		-DLINGUAS="${enabled_linguas}"
+		-DQT5=OFF
+		-DWITH_SYSTEM_SINGLEAPP=ON
+		$(cmake-utils_use debug)
+		$(cmake-utils_use_with dbus)
+		$(cmake-utils_use_with icoutils)
+		$(cmake-utils_use_with wineappdb)
+	)
+	cmake-utils_src_configure
+}


             reply	other threads:[~2016-01-21  7:28 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-21  7:28 Wolfram Schlich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-15  4:13 [gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/ Michael Palimaka
2016-05-30 17:00 Davide Pesavento
2016-07-27 19:29 Michael Palimaka
2016-10-28 12:32 Michael Palimaka
2016-10-28 12:58 Michael Palimaka
2016-10-28 12:58 Michael Palimaka
2017-04-25  8:24 Michael Palimaka
2017-06-18 14:01 Agostino Sarubbo
2017-06-20  5:17 Agostino Sarubbo
2017-06-20 16:25 Davide Pesavento
2017-06-29 12:56 Michael Palimaka
2017-09-30  7:22 Michael Palimaka
2017-09-30  7:22 Michael Palimaka
2017-12-07 12:14 Michael Palimaka
2018-02-22 10:51 Andreas Sturmlechner
2018-03-20 11:26 Michael Palimaka
2018-04-25  0:38 Aaron Bauman
2018-04-26  3:32 Andreas Sturmlechner
2019-02-14 23:06 Andreas Sturmlechner
2019-03-24 10:01 Agostino Sarubbo
2019-04-01 19:58 Thomas Deutschmann
2019-04-01 20:45 Andreas Sturmlechner
2020-03-14 17:59 Andreas Sturmlechner
2020-05-08  6:38 Agostino Sarubbo
2020-05-11 16:49 Agostino Sarubbo
2020-05-11 19:08 Andreas Sturmlechner
2021-09-25 22:57 Vadim Misbakh-Soloviov
2021-09-25 23:25 Sam James
2022-09-24  8:53 Andreas Sturmlechner
2022-11-16 23:00 Sam James
2022-11-18  7:42 Jakov Smolić
2022-11-18  9:32 Andreas Sturmlechner

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=1453361287.4b992ca12f07e4f22fe8c65cfe7b886bd6ffe54a.wschlich@gentoo \
    --to=wschlich@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