public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ben de Groot" <yngwin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-meta/
Date: Tue, 10 Feb 2015 14:51:02 +0000 (UTC)	[thread overview]
Message-ID: <1423579842.6e9d09e58498f2d459baa88f7173a57fda8aa888.yngwin@gentoo> (raw)

commit:     6e9d09e58498f2d459baa88f7173a57fda8aa888
Author:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 10 14:50:42 2015 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Tue Feb 10 14:50:42 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=6e9d09e5

Drop lximage-qt version requirement. Introduce filemanager useflag.

---
 lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild | 8 +++++---
 lxqt-base/lxqt-meta/metadata.xml          | 2 ++
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
index ae9393d..bcc68d2 100644
--- a/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
+++ b/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
@@ -9,7 +9,8 @@ HOMEPAGE="http://lxqt.org/"
 
 LICENSE="metapackage"
 SLOT="0"
-IUSE="admin +icons lightdm lximage -minimal +policykit powermanagement sddm ssh-askpass"
+IUSE="admin +filemanager +icons lightdm lximage -minimal +policykit powermanagement
+	sddm ssh-askpass"
 
 S="${WORKDIR}"
 
@@ -24,15 +25,16 @@ RDEPEND="
 	~lxqt-base/lxqt-qtplugin-${PV}
 	~lxqt-base/lxqt-runner-${PV}
 	~lxqt-base/lxqt-session-${PV}
-	~x11-misc/pcmanfm-qt-${PV}
 	admin? (
 		~lxqt-base/lxqt-admin-${PV} )
+	filemanager? (
+		~x11-misc/pcmanfm-qt-${PV} )
 	icons? (
 		>=lxde-base/lxde-icon-theme-0.5 )
 	lightdm? (
 		x11-misc/lightdm )
 	lximage? (
-		~media-gfx/lximage-qt-${PV} )
+		media-gfx/lximage-qt )
 	!minimal? (
 		x11-wm/openbox
 		x11-misc/obconf-qt )

diff --git a/lxqt-base/lxqt-meta/metadata.xml b/lxqt-base/lxqt-meta/metadata.xml
index a1bbfc5..997bb1f 100644
--- a/lxqt-base/lxqt-meta/metadata.xml
+++ b/lxqt-base/lxqt-meta/metadata.xml
@@ -4,6 +4,8 @@
   <herd>lxqt</herd>
   <use>
     <flag name="admin">Install <pkg>app-admin/lxqt-admin</pkg></flag>
+    <flag name="filemanager">Install <pkg>x11-misc/pcmanfm-qt</pkg>
+    file manager</flag>
     <flag name="icons">Install <pkg>lxde-base/lxde-icon-theme</pkg>
     icon theme (pulls in <pkg>x11-libs/gtk+</pkg>)</flag>
     <flag name="lightdm">Install <pkg>x11-misc/lightdm</pkg>


             reply	other threads:[~2015-02-10 14:51 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-10 14:51 Ben de Groot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-15 14:53 [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-meta/ Jimi Huotari
2024-06-14 21:45 Jimi Huotari
2024-06-14 21:31 Jimi Huotari
2024-06-14 20:44 Jimi Huotari
2024-05-25 21:57 Jimi Huotari
2024-05-25 21:57 Jimi Huotari
2024-05-16 16:39 Jimi Huotari
2024-05-16 13:35 Jimi Huotari
2024-05-16 13:35 Jimi Huotari
2024-03-25 21:12 Jimi Huotari
2023-05-14 15:04 Jimi Huotari
2021-09-22 19:15 Andreas Sturmlechner
2021-09-22 17:41 Andreas Sturmlechner
2021-01-01 18:58 Andreas Sturmlechner
2019-05-12 22:12 Jimi Huotari
2018-09-23 16:40 Jimi Huotari
2015-02-10 14:44 Ben de Groot
2014-11-21 10:21 Jauhien Piatlicki
2014-10-30 11:44 Jauhien Piatlicki
2014-10-29 22:39 Jauhien Piatlicki
2014-10-26  0:45 Jauhien Piatlicki
2014-10-26  0:26 Jauhien Piatlicki
2014-05-23 16:16 Davide Pesavento
2014-05-23  6:11 Michael Palimaka

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=1423579842.6e9d09e58498f2d459baa88f7173a57fda8aa888.yngwin@gentoo \
    --to=yngwin@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