summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gnome-base/gnome-shell-3.26.2-r4: propagate ~alpha keywordMart Raudsepp2018-11-241-1/+1
| | | | | | | | | | ~alpha was re-added to 3.24 by the time 3.26 was already introduced to main tree. Just propage the keyword, as it should have been done when the new deps got keyworded (but the lingering bug wasn't updated as it was months old). Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* gnome-base/gnome-shell: remove oldMart Raudsepp2018-11-242-206/+0
| | | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* gnome-base/gnome-shell: Add ~arm keyword wrt bug #583422Mikle Kolyada2018-11-181-1/+1
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* gnome-base/gnome-shell-3.24.3-r0: add ~alpha keywordTobias Klausmann2018-10-161-1/+1
| | | | | Gentoo-Bug: http://bugs.gentoo.org/583422 Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
* gnome-base/gnome-shell: bump to 3.26.2, support elogind, many tweaksMart Raudsepp2018-09-284-0/+264
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Port ebuild to use meson (no autotools upstream anymore) * Support elogind and get rid of unnecessary openrc-force hacks; gnome-shell systemd code only handles journald integration - logging structured data to it itself, instead of plain g_prints and telling it about launched apps, so they get to log under their own identifier instead of gnome-session. The -Denable-systemd option only deals with that, so we can safely just not pass it on non-systemd systems. The suspend support is handled purely via logind dbus interfaces and is build unconditionally - at runtime it is conditional on /run/systemd/seats existing and being accessible, which should be the case with newer elogind (with relevant bugs fixed) by my quick research, but I have not tested personally. Don't make a big deal about lacking suspend and seat inhibition support and just pull in a logind interface provider (techically this is runtime only, but not bothering with a separate DEPEND-free RDEPEND block for elogind). The alternative (to require logind) would be to require one of the systemd or elogind USE flags instead of at-most-one-of, but this is runtime optional anyways, so don't block it - user could just build with systemd and boot with something else, for example, and similarly not have this work at runtime). Also remove some ewarns appropriately. * Build-time depend on systemd with USE=systemd for the aforementioned journald integration, which needs systemd present at build time already. * More appropriately use python-single-r1 instead of python-r1 for the two small python utilities. Hack meson to update to the correct shebang. * Make telepathy optional - it was made runtime optional in 3.24 already, and with empathy being in the state it's in, the chat integration is rather unused on a desktop system. * Remove questionable glib USE=dbus requirement - if dconf is required, it should be depended upon directly; but as this is just your typical GSettings memory vs dconf backend scenario, I don't see why that'd be. * Remove unnecessary libXtst depend - I can't find any usage of it in current version (only mentions of caribou using it, which has its own dep and is optional on-screen keyboard support, gone in newer versions). * Move dbus-glib depend inside USE=networkmanager, as this legacy thing is for some reason (instead of GDbus) still used only in a NM specific source file that doesn't get compiled with USE=-networkmanager afaics. * Require introspection on nm-applet with USE=networkmanager, as NMGtk GIR is used. * Remove bogus mesa-progs depend - no glxinfo/glxgears usages here. * Add glib-utils build depend. * Drop dejavu font depend - I don't think we should be pulling in a specific font these days for some glyphs; and if we should, then it probably should be cantarell. * Require USE=glib on pulseaudio, as libpulse-mainloop-glib is linked to in a subproject, not just libpulse. * Simplify the pax-mark logic, as we don't use so old spidermonkey for so long, and pax-mark stuff is not tested by us. But the old complicated conditionals don't apply in many cases, so simplify it to just the common case. Additionally newer spidermonkey (60) will lose jit USE flag and have that unconditional on arches where it's supported, so these conditionals will then result in wrong code paths being taken. Therefore just simplify it to the basics and hope it works and rely on any incoming bugs about it to modernize this. Closes: https://bugs.gentoo.org/655426 Closes: https://bugs.gentoo.org/553966 Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* gnome-base/gnome-shell: add longdescription to metadataMart Raudsepp2018-09-201-0/+7
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* gnome-base/gnome-shell: add python3.6 compatMart Raudsepp2018-04-051-1/+1
| | | | | | | gnome-shell-extension-tool works fine, gnome-shell-perf-tool was broken before already (reported as bug #652584) Package-Manager: Portage-2.3.28, Repoman-2.3.9
* gnome-base/gnome-shell: add missing librsvg[introspection] dependencyMart Raudsepp2018-03-051-0/+1
| | | | | Bug: https://bugs.gentoo.org/649582 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* gnome-base/gnome-shell-3.22.3: remove further keywords as affected by ↵Mart Raudsepp2018-02-031-2/+2
| | | | | | CVE-2017-8288 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* gnome-base/gnome-shell: remove oldMart Raudsepp2018-02-032-241/+0
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* gnome-base/gnome-shell: x86 stable (bug #631656)Thomas Deutschmann2018-01-271-1/+1
| | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6
* gnome-base/gnome-shell: amd64 stable wrt bug #631656Mikle Kolyada2018-01-181-2/+2
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* gnome-base/*: Update Manifest hashesMichał Górny2017-12-101-2/+2
|
* gnome-base/gnome-shell: keyworded 3.24.3 for ppc, bug #599574Sergei Trofimovich2017-09-301-1/+1
| | | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc"
* gnome-base/gnome-shell: keyworded 3.24.3 for ppc64, bug #583422Sergei Trofimovich2017-09-171-1/+1
| | | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3 RepoMan-Options: --include-arches="ppc64"
* gnome-base/gnome-shell: adjust USE depends on app-i18n/ibusMart Raudsepp2017-08-023-3/+3
| | | | | | | | This fixes the breakage caused by commit fab5df2eef030ab7d815a82592a727fc78390710 which removed the dedicated gtk3 USE flag on ibus. Gentoo-bug: 626816 Package-Manager: Portage-2.3.6, Repoman-2.3.2
* gnome-base/gnome-shell-3.24: clarify when media-libs/mesa[llvm] is needed in ↵Mart Raudsepp2017-07-211-1/+1
| | | | | | elog Package-Manager: Portage-2.3.6, Repoman-2.3.2
* gnome-base/gnome-shell: bump to 3.24.3Mart Raudsepp2017-07-212-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* gnome-base/gnome-shell: Depend on required mutter API version subslotMart Raudsepp2017-07-141-1/+1
| | | | | | | Also fix mutter minimum depend while at it (was raised from 3.23.91 to 3.24.0 proper at some point release) Package-Manager: Portage-2.3.5, Repoman-2.3.2
* gnome-base/gnome-shell-3.24.2: Sync in changes done over time in the 3.22 seriesMart Raudsepp2017-07-141-24/+12
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* gnome-base/gnome-shell: bump to 3.24.2Timo Tambet2017-07-142-0/+207
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* gnome-base/gnome-shell: ia64 keyworded, bug #583422Sergei Trofimovich2017-07-101-1/+1
| | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --include-arches="ia64"
* gnome-base/gnome-shell: add missing autoconf-archive build dependencyMart Raudsepp2017-06-021-0/+1
| | | | Needed if eautoreconfing
* gnome-base/gnome-shell: security cleanupMart Raudsepp2017-05-042-201/+1
| | | | | Gentoo-bug: 616698 Package-Manager: Portage-2.3.5, Repoman-2.3.2
* gnome-base/gnome-shell: x86 stable wrt bug #616698Agostino Sarubbo2017-05-041-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* gnome-base/gnome-shell: amd64 stable wrt bug #616698Agostino Sarubbo2017-05-031-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* gnome-base/gnome-shell: fix bug triggered by version validation ignoring ↵Mart Raudsepp2017-04-292-0/+240
| | | | | | | | setting toggling This has a CVE-2017-8288 assigned for some reason. Gentoo-bug: 616698
* gnome-base/gnome-shell: remove double browser-plugin (nsplugin) arg passing ↵Mart Raudsepp2017-04-032-2/+0
| | | | | | | | | to configure There was a --enable-browser-plugin followed by $(use_enable nsplugin browser-plugin), making the first extraneous and not effective. No end result changes, just cosmetics to avoid confusion. Thanks-to: Matt Turner <mattst88@gentoo.org>
* gnome-base/gnome-shell: remove oldMart Raudsepp2017-04-024-450/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1
* gnome-base/gnome-shell: x86 stable wrt bug #611134Agostino Sarubbo2017-04-011-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* gnome-base/gnome-shell: amd64 stable wrt bug #611134Agostino Sarubbo2017-04-011-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* gnome-base/gnome-shell: pull in chrome-gnome-shell by default for ↵Mart Raudsepp2017-03-233-2/+207
| | | | | | | | extensions.g.o management, rename nls->ibus USE flag gnome-control-center used to use USE=i18n for ibus stuff, which got changed to USE=ibus. Rename it here to USE=ibus as well, instead of yet another different USE=nls. Pull in chrome-gnome-shell via IUSE=+browser-extension in a revbump (as keywords need to be dropped)
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* gnome-base/gnome-shell: bump to 3.22.3Rémi Cardona2017-02-192-0/+208
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* gnome-base/gnome-shell: Drop sparc (#599572)Pacho Ramos2017-02-042-4/+4
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* gnome-base/gnome-shell: Remove oldMart Raudsepp2016-12-312-208/+0
| | | | Package-Manager: portage-2.3.3
* gnome-base/gnome-shell: version bump 3.22.1 → 3.22.2Gilles Dartiguelongue2016-11-132-0/+208
| | | | Package-Manager: portage-2.3.2
* gnome-base/gnome-shell: cleanup old revisionsGilles Dartiguelongue2016-11-126-813/+0
| | | | Package-Manager: portage-2.3.2
* gnome-base/gnome-shell: version bump 3.20.4 → 3.22.1Gilles Dartiguelongue2016-11-123-30/+73
| | | | | | | | Cleanup unused dependencies. Add missing dependencies with introspection support. Make nsplugin optional as there is the chrome extension in tree too. Update comments. Package-Manager: portage-2.3.2
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-015-5/+5
|
* gnome-base/gnome-shell: version bump 3.20.4 → 3.22.1Gilles Dartiguelongue2016-11-012-0/+219
| | | | | Package-Manager: portage-2.3.2 RepoMan-Options: --force
* gnome-base/gnome-shell: x86 stable, bug 587010Pacho Ramos2016-10-011-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86"
* gnome-base/gnome-shell: amd64 stable, bug 587010Pacho Ramos2016-10-011-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64"
* gnome-base/gnome-shell: version bump from 3.20.3 to 3.20.4Gilles Dartiguelongue2016-09-072-0/+219
| | | | Package-Manager: portage-2.3.0
* gnome-base/gnome-shell: Rebuilding with NM subslot bump will be needed when ↵Pacho Ramos2016-07-091-1/+1
| | | | | | it's bumped (likely when we are ready to kill the obsolete dbus-glib support from NM) Package-Manager: portage-2.3.0
* gnome-base/gnome-shell: Version bumpPacho Ramos2016-07-022-0/+219
| | | | Package-Manager: portage-2.3.0_rc1
* gnome-base/gnome-shell: Drop oldPacho Ramos2016-07-021-218/+0
| | | | Package-Manager: portage-2.3.0_rc1
* gnome-base/gnome-shell: fix nvidia-drivers crash (bug #587110)Alexandre Rostovtsev2016-06-272-0/+342
| | | | | | | | Thanks to Mark R. Pariente for reporting. Also, require adwaita-icon-theme-3.20 for new grid icon (bug #587130) Package-Manager: portage-2.3.0
* gnome-base/gnome-shell: Version bumpPacho Ramos2016-06-253-2/+219
| | | | Package-Manager: portage-2.3.0_rc1
* gnome-base/gnome-shell: Drop oldPacho Ramos2016-06-256-907/+0
| | | | Package-Manager: portage-2.3.0_rc1