summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles/desktop/gnome: Drop legacy libproxy[python] USE enableMart Raudsepp2020-01-131-4/+0
| | | | | | These consumers are long gone and libproxy is py2-only right now Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* profiles: remove fam from desktop profiles & unmask on glibBen Kohler2020-01-091-1/+1
| | | | | | | Closes: https://bugs.gentoo.org/657694 Closes: https://bugs.gentoo.org/697476 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* profiles: Cleanup media-libs/mediastreamer entriesAndreas Sturmlechner2019-12-291-4/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles: Drop IUSE=glamorMatt Turner2019-11-031-1/+1
| | | | | | | libepoxy is stable on s390, so remove those masks entirely. Closes: https://bugs.gentoo.org/698114 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* profiles/targets/systemd: Default to xfce4-session[policykit]Michał Górny2019-11-031-1/+5
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: plasma: Update comment for sys-libs/zlib[minizip]Andreas Sturmlechner2019-10-021-1/+1
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles: Clean up/update obsolete flag masksMichał Górny2019-09-281-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: mask zfs[static-libs] on systemd profilesGeorgy Yakovlev2019-08-171-0/+1
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* profiles: targets/desktop/gnome fix REQUIRED_USE defaults for eflJoonas Niilola2019-08-091-0/+3
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* profiles: plasma: Fix package.use after kde-misc/yakuake pkgmoveAndreas Sturmlechner2019-07-161-1/+1
| | | | | Closes: https://bugs.gentoo.org/689948 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles: desktop: Add USE icu to make.defaultsAndreas Sturmlechner2019-07-104-15/+5
| | | | | | | | | | A lot of desktop packages depend on libraries built with USE icu to work; some, but not nearly enough are currently handled by individual package.use, leaving users to fix default conflicts. desktop profile should rather have it enabled globally. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles: Update all files to YYYY-MM-DD date format.Ulrich Müller2019-07-017-28/+28
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* profiles/desktop/gnome: default enable gnome-extra-apps[share] on systemdMart Raudsepp2019-03-212-3/+8
| | | | | | | | | | | | Now that we have a separate systemd subprofile under targets/, we can default-enable gnome-user-share again via systemd subprofile, keeping gnome-base/gnome installable out of the box on non-systemd profiles and defaulting to installing gnome-user-share on systemd profiles as before. As gnome-user-share is for now systemd specific, move the apache USE flag tweaks over to only systemd subprofile as well. Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* profiles: Add targets/desktop/gnome/systemd and gate relevant via itMart Raudsepp2019-03-212-0/+3
| | | | | | | | | | | | Add a new targets/desktop/gnome/systemd profile, which parents targets/desktop/gnome and targets/systemd, like the specific gnome systemd profiles did. Change all these specific user exposed desktop/gnome/systemd profiles to go through that instead of directly to targets/systemd. This will allow us to do package.use, make.defaults (default USE flags) and other tweaks separate from the main gnome profile, which is now also used for non-systemd (elogind). Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* desktop/gnome/package.use: enable gegl[raw,jpeg2k] for gnome-photosMart Raudsepp2019-03-201-0/+3
| | | | | | | Current media-gfx/gnome-photos requires media-libs/gegl[jpeg2k,raw], so default enable it in gnome profiles. Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* profiles/desktop/gnome: globally enable elogind, disable consolekitMart Raudsepp2019-03-201-1/+1
| | | | | | | | | | | | | | | | | | | | GNOME really desires a logind provider. Now that the core gnome desktop supports elogind, we can default enable it in GNOME profile with a clean gnome-base/gnome install path without systemd. For this we also need to disable consolekit from desktop profile (until it's still enabled there), as some packages block between USE=consolekit and USE=elogind. profiles/desktop/gnome/systemd relies on the systemd profile now use.masking USE=elogind globally (a change I made some days ago), and enabling USE=systemd in its place, so should be no regressions there. Because stable doesn't have a usable non-systemd GNOME setup anyways, desktop/gnome profile wasn't out of the box usable, thus we don't need to concern ourselves for stable users here and get the profile working for ~arch users -- before this everyone using gnome should have been using desktop/gnome/systemd instead anyway. Bug: https://bugs.gentoo.org/599470 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* desktop/gnome/package.use: Update some USE tweaks descriptionsMart Raudsepp2019-03-201-2/+4
| | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* desktop/package.use: Enable "client" USE flag for net-fs/sambaLars Wendler2019-03-201-0/+4
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* profiles/targets/desktop/gnome: Enable USE=networkmanager by defaultMart Raudsepp2019-03-191-1/+1
| | | | | | | | | | | Networkmanager is a core component of GNOME, so default enable it. Otherwise we just had a IUSE=+networkmanager in gnome-shell, which in turn hits users with a need to package.use it for gnome-control-center and more, or just globally enable it. Just do so by default, as it is generally expected to be used with GNOME (yes, even with wired; easy VPN support and so on). Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* profiles/targets/systemd: use.mask elogindMart Raudsepp2019-03-171-1/+2
| | | | | | | elogind conflicts with systemd, so mask USE=elogind alongside USE=consolekit in systemd profiles. Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* profiles: plasma: Drop obsolete media-sound/pulseaudio[gnome] USEAndreas Sturmlechner2019-01-111-3/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles: plasma: Default-enable kde-misc/yakuake[absolute-position]Andreas Sturmlechner2018-12-221-0/+3
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles: Remove a bunch of obsolete package/flag masksMichał Górny2018-11-281-6/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: plasma: Add media-libs/mlt[frei0r] to package.useAndreas Sturmlechner2018-11-071-1/+1
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles: Remove a number of stale masks and forcesMichał Górny2018-09-133-9/+0
|
* profiles: desktop: Drop obsolete media-libs/mlt[sdl2] from p.useAndreas Sturmlechner2018-09-071-4/+0
|
* profiles: desktop: Enable media-libs/mlt[sdl2]Andreas Sturmlechner2018-07-221-0/+4
|
* profiles: desktop: Drop USE qt3support from make.defaultsAndreas Sturmlechner2018-06-301-2/+2
|
* profiles/targets/desktop/gnome: drop redundant net-libs/gtk-vnc[gtk3] ↵Mart Raudsepp2018-06-301-3/+0
| | | | | | | package.use All in-tree versions of gtk-vnc only support gtk3 since some time now, and vinagre and other consumers were updated accordingly regarding gtk-vnc USE deps.
* profiles: Cleanup obsolete dev-qt/* revdep and phonon USE masksAndreas Sturmlechner2018-06-271-1/+1
|
* kde-apps/okteta -> app-editors/oktetaJohannes Huber2018-06-121-1/+1
|
* profiles: desktop: Set dev-libs/xmlsec[nss] for app-office/libreofficeAndreas Sturmlechner2018-06-091-0/+4
|
* profiles: desktop: dev-qt/qtwebkit[printsupport] should be defaultAndreas Sturmlechner2018-06-091-0/+4
|
* profiles: desktop: Remove Qt4 integration defaultsAndreas Sturmlechner2018-05-261-14/+0
|
* profiles/../gnome/package.use: cleanup obsolete entriesMikle Kolyada2018-05-011-11/+1
|
* package.use.mask: Masked "ldap" USE flag for >=openssh-7.7_p1Lars Wendler2018-04-111-0/+5
| | | | This time only for desktop profiles.
* profiles: add dev-libs/libxml2[icu] to plasma package.useMichael Palimaka2018-03-201-0/+3
|
* profiles: systemd: enable warmstarts by default for net-nds/rpcbindMike Gilbert2018-03-121-0/+6
| | | | Bug: https://bugs.gentoo.org/650030#c7
* profiles/targets/desktop/gnome: package.use remove xorg-server[kdrive]Georgy Yakovlev2018-03-061-3/+0
| | | | | | | It references app-admin/sabayon which is dead and not in tree. Closes: https://github.com/gentoo/gentoo/pull/7354 Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
* profiles: plasma: Drop obsolete designer[-phonon] package.useAndreas Sturmlechner2018-02-251-3/+0
|
* profiles: desktop: KDE Plasma 5.12.2 will default to !qt4Andreas Sturmlechner2018-02-191-4/+4
|
* profiles: drop firefox USE flag from desktop make.defaultsAdam Grissom2018-02-021-1/+1
| | | | | | The firefox USE flag isn't used anywhere. Closes: https://bugs.gentoo.org/642760
* profiles: plasma: Revert >=libreoffice-6.1[gtk] kde-surprise-usedepAndreas Sturmlechner2018-01-271-3/+0
| | | | Not necessary as long as ebuild enables gtk by default anyway.
* profiles: plasma: Disable USE=phonon roundtrip for dev-qt/designerAndreas Sturmlechner2018-01-271-0/+3
| | | | Caused by USE=phonon in make.defaults.
* profiles: plasma: Drop bogus package.use for app-office/libreofficeAndreas Sturmlechner2018-01-251-3/+0
| | | | There is no evidence that this is needed.
* profiles: plasma: Add >=libreoffice-6.1[gtk] kde-surprise-usedepAndreas Sturmlechner2018-01-251-1/+4
|
* profiles: desktop/plasma: Drop USE=xinerama from make.defaultsAndreas Sturmlechner2018-01-011-2/+2
|
* profiles/targets/systemd: Remove refs to removed package USE flagsMichał Górny2017-12-301-2/+0
|
* profiles/targets/desktop: Remove refs to removed package USE flagsMichał Górny2017-12-302-12/+3
|
* profiles: desktop: Add kde-plasma/{breeze,oxygen}[qt4] defaultAndreas Sturmlechner2017-12-051-0/+2
|