public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/lumina/
Date: Tue, 29 Mar 2016 16:48:18 +0000 (UTC)	[thread overview]
Message-ID: <1459270445.03c876a55b7306290648331d3be6a9345b68689d.blueness@gentoo> (raw)

commit:     03c876a55b7306290648331d3be6a9345b68689d
Author:     Rubin Simons <rubin.simons <AT> raaftech <DOT> com>
AuthorDate: Mon Mar 28 08:48:09 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 16:54:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c876a5

x11-wm/lumina: fixes for bug #57320.

 x11-wm/lumina/lumina-0.8.8_p1.ebuild | 17 ++++++++++++-----
 x11-wm/lumina/lumina-9999.ebuild     | 17 ++++++++++++-----
 2 files changed, 24 insertions(+), 10 deletions(-)

diff --git a/x11-wm/lumina/lumina-0.8.8_p1.ebuild b/x11-wm/lumina/lumina-0.8.8_p1.ebuild
index fbc0e74..9be2674 100644
--- a/x11-wm/lumina/lumina-0.8.8_p1.ebuild
+++ b/x11-wm/lumina/lumina-0.8.8_p1.ebuild
@@ -15,10 +15,10 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="dev-qt/linguist-tools:5
+COMMON_DEPEND="dev-qt/qtcore:5
 	dev-qt/qtconcurrent:5
-	dev-qt/qtcore:5
-	dev-qt/qtmultimedia:5
+	dev-qt/qtmultimedia:5[widgets]
+	dev-qt/qtsvg:5
 	dev-qt/qtnetwork:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtx11extras:5
@@ -27,7 +27,10 @@ DEPEND="dev-qt/linguist-tools:5
 	x11-libs/xcb-util-image
 	x11-libs/xcb-util-wm"
 
-RDEPEND="${DEPEND}
+DEPEND="$COMMON_DEPEND
+	dev-qt/linguist-tools:5"
+
+RDEPEND="$COMMON_DEPEND
 	kde-frameworks/oxygen-icons
 	x11-misc/numlockx
 	x11-wm/fluxbox
@@ -37,10 +40,14 @@ RDEPEND="${DEPEND}
 	app-admin/sysstat"
 
 src_configure(){
-	eqmake5 PREFIX="${ROOT}usr" L_ETCDIR="${ROOT}etc" LIBPREFIX="${ROOT}usr/$(get_libdir)" DESTDIR="${D}" CONFIG+="NO_I18N"
+	eqmake5 PREFIX="${ROOT}usr" L_BINDIR="${ROOT}usr/bin" \
+		L_ETCDIR="${ROOT}etc" L_LIBDIR="${ROOT}usr/$(get_libdir)" \
+		LIBPREFIX="${ROOT}usr/$(get_libdir)" DESTDIR="${D}" CONFIG+="NO_I18N"
 }
 
 src_install(){
+	# note: desktop files have known validation errors. see:
+	# https://github.com/pcbsd/lumina/pull/183
 	default
 	mv "${D}"/etc/luminaDesktop.conf.dist "${D}"/etc/luminaDesktop.conf || die
 	mv "${D}"/?umina-* "${D}"/usr/bin || die

diff --git a/x11-wm/lumina/lumina-9999.ebuild b/x11-wm/lumina/lumina-9999.ebuild
index 606868b..cd89ea6 100644
--- a/x11-wm/lumina/lumina-9999.ebuild
+++ b/x11-wm/lumina/lumina-9999.ebuild
@@ -14,10 +14,10 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS=""
 
-DEPEND="dev-qt/linguist-tools:5
+COMMON_DEPEND="dev-qt/qtcore:5
 	dev-qt/qtconcurrent:5
-	dev-qt/qtcore:5
-	dev-qt/qtmultimedia:5
+	dev-qt/qtmultimedia:5[widgets]
+	dev-qt/qtsvg:5
 	dev-qt/qtnetwork:5
 	dev-qt/qtwidgets:5
 	dev-qt/qtx11extras:5
@@ -26,7 +26,10 @@ DEPEND="dev-qt/linguist-tools:5
 	x11-libs/xcb-util-image
 	x11-libs/xcb-util-wm"
 
-RDEPEND="${DEPEND}
+DEPEND="$COMMON_DEPEND
+	dev-qt/linguist-tools:5"
+
+RDEPEND="$COMMON_DEPEND
 	kde-frameworks/oxygen-icons
 	x11-misc/numlockx
 	x11-wm/fluxbox
@@ -36,10 +39,14 @@ RDEPEND="${DEPEND}
 	app-admin/sysstat"
 
 src_configure(){
-	eqmake5 PREFIX="${ROOT}usr" L_ETCDIR="${ROOT}etc" LIBPREFIX="${ROOT}usr/$(get_libdir)" DESTDIR="${D}" CONFIG+="NO_I18N"
+	eqmake5 PREFIX="${ROOT}usr" L_BINDIR="${ROOT}usr/bin" \
+		L_ETCDIR="${ROOT}etc" L_LIBDIR="${ROOT}usr/$(get_libdir)" \
+		LIBPREFIX="${ROOT}usr/$(get_libdir)" DESTDIR="${D}" CONFIG+="NO_I18N"
 }
 
 src_install(){
+	# note: desktop files have known validation errors. see:
+	# https://github.com/pcbsd/lumina/pull/183
 	default
 	mv "${D}"/etc/luminaDesktop.conf.dist "${D}"/etc/luminaDesktop.conf || die
 	mv "${D}"/?umina-* "${D}"/usr/bin || die


             reply	other threads:[~2016-03-29 16:48 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-29 16:48 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-10  2:18 [gentoo-commits] repo/gentoo:master commit in: x11-wm/lumina/ Sam James
2025-03-02  4:58 Andrey Grozin
2025-02-15  5:38 Andrey Grozin
2025-02-15  5:36 Andrey Grozin
2025-02-15  3:55 Sam James
2025-02-14 20:48 Jakov Smolić
2025-01-20  5:33 Andrey Grozin
2025-01-19 11:14 Andrey Grozin
2025-01-09 12:04 Andrey Grozin
2025-01-06  9:34 Andrey Grozin
2024-12-04  9:15 Sam James
2024-12-04  9:15 Sam James
2024-01-08 14:32 Andrey Grozin
2023-07-21 14:58 Andrey Grozin
2023-07-21 12:49 Sam James
2023-07-21 11:37 Arthur Zamarin
2022-10-20  3:54 Sam James
2022-03-21 11:37 Andrey Grozin
2021-07-04 14:03 Ulrich Müller
2020-10-30 12:49 Andrey Grozin
2020-09-29 20:46 Andreas Sturmlechner
2020-03-31  7:22 Agostino Sarubbo
2020-03-31  7:03 Agostino Sarubbo
2020-02-20 15:22 Andrey Grozin
2019-12-30 12:29 Agostino Sarubbo
2019-12-26 18:45 Agostino Sarubbo
2019-07-01 15:59 Andrey Grozin
2019-06-19  4:49 Andrey Grozin
2018-05-27 10:18 Andrey Grozin
2018-05-27 10:16 Andrey Grozin
2017-11-29 13:06 Andrey Grozin
2017-11-29 13:05 Andrey Grozin
2017-11-25 12:59 Andrey Grozin
2017-11-25  6:48 Andrey Grozin
2017-11-25  5:58 Andrey Grozin
2017-11-25  5:54 Andrey Grozin
2017-11-24 22:43 Patrice Clement
2017-11-24 16:43 Andrey Grozin
2017-11-20 15:42 Manuel Rüger
2017-10-26 20:18 Thomas Deutschmann
2017-10-11 14:36 Andrey Grozin
2017-10-03 13:24 Jonas Stein
2017-07-27  8:08 Lars Wendler
2017-07-21  8:21 Lars Wendler
2017-07-20 13:29 Lars Wendler
2017-07-20 13:29 Lars Wendler
2017-07-20 13:29 Lars Wendler
2017-07-20 13:29 Lars Wendler
2017-06-28 13:19 Agostino Sarubbo
2017-02-28 12:11 Marek Szuba
2017-01-26 23:22 David Seifert
2017-01-26 23:22 David Seifert
2016-12-11  9:53 Andrey Grozin
2016-03-25  9:46 Patrice Clement

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=1459270445.03c876a55b7306290648331d3be6a9345b68689d.blueness@gentoo \
    --to=blueness@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