summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gnome-base/gnome-keyring-3.28.2: amd64 stable, bug 658646Matt Turner2018-10-281-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* gnome-base/gnome-keyring: stable 3.28.2 for ia64, bug #658646Sergei Trofimovich2018-10-271-1/+1
| | | | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="ia64"
* gnome-base/gnome-keyring: stable 3.28.2 for ppc64, bug #658646Sergei Trofimovich2018-10-261-1/+1
| | | | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc64"
* gnome-base/gnome-keyring: x86 stable (bug #658646)Thomas Deutschmann2018-10-261-2/+2
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* gnome-base/gnome-vfs: Fixed build with openssl-1.1Lars Wendler2018-10-242-14/+47
| | | | | | Closes: https://bugs.gentoo.org/592540 Signed-off-by: Lars Wendler <polynomial-c@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/libbonobo: add explicit build dep on glib-utilsMart Raudsepp2018-10-071-1/+2
| | | | | | Closes: https://bugs.gentoo.org/667388 Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* gnome-base/libgnomecanvas: add explicit build dep on glib-utilsMart Raudsepp2018-10-071-1/+2
| | | | | | Closes: https://bugs.gentoo.org/667740 Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* gnome-base/gconf: add explicit build dep on glib-utilsMart Raudsepp2018-10-071-1/+2
| | | | | | Closes: https://bugs.gentoo.org/667650 Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* gnome-base/gvfs: stable 1.32.2 for sparc, bug #652976Rolf Eike Beer2018-09-291-1/+1
| | | | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.49, Repoman-2.3.10 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* gnome-base/gdm: bump to 3.26.2.1Mart Raudsepp2018-09-282-0/+204
| | | | | | | | This is a -r1 revision because gnome overlay had a -r0 that lacked CVE-2018-14424 fix patches. Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* 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-control-center: bump to 3.26.2Mart Raudsepp2018-09-282-0/+159
| | | | | | | | Also includes many fixes and updates from upstream unreleased 3.26 branch and our optionality patches. Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* gnome-base/gnome-settings-daemon: bump to 3.26.2, try to support elogindMart Raudsepp2018-09-283-2/+136
| | | | | Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* gnome-base/gnome-session: bump to 3.26.1; wayland default if USE enabledMart Raudsepp2018-09-282-0/+127
| | | | | | | | | Defaults to wayland session if built with USE=wayland, as the reverts have been removed. We are targeting wayland default enabled in gnome profiles for next stable (3.28 or 3.30). Signed-off-by: Mart Raudsepp <leio@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
* gnome-base/gnome-keyring: followup ebuild fixesMart Raudsepp2018-09-231-3/+2
| | | | | | | | | | | Apparently somehow didn't have these staged for commit and push. Remove unused versionator inherit, honor USE=ssh-agent for openssh dep, and don't force enable ssh agent. But because a USE based $(use_enable ssh-agent) was after the wrong always enabling passing, this isn't in a revbump, as the USE flag was honored and everyone has openssh anyways. Package-Manager: Portage-2.3.49, Repoman-2.3.10
* gnome-base/gnome-keyring: bump to 3.28.2Mart Raudsepp2018-09-222-0/+80
| | | | | Bug: https://bugs.gentoo.org/658646 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* 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/librsvg: add glib-utils build depMart Raudsepp2018-09-141-0/+1
| | | | | | Uses glib-mkenums Package-Manager: Portage-2.3.49, Repoman-2.3.10
* gnome-base/libgnomekbd: bump to 3.26.0Mart Raudsepp2018-09-142-0/+35
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* gnome-base/gvfs: bump to 1.34.2.1Mart Raudsepp2018-09-132-0/+133
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* gnome-base/nautilus: prepare for gvfs-1.34Mart Raudsepp2018-09-132-2/+2
| | | | | | | | | | | gvfs-1.34 has ported recent files backend daemon from GtkRecentManager to GBookmarkFile and thus doesn't depend on gtk+ anymore for it. As such it also doesn't give the option to disable recent files support, thus the IUSE will be removed in the bump. Prepare nautilus for that change, as we just need a recent:// handled, which gvfs-1.34 still provides just fine. gvfs[gtk] -> gvfs[gtk(+)] takes care of it. Package-Manager: Portage-2.3.49, Repoman-2.3.10
* Drop arm-linux keyword from tree.Benda Xu2018-08-3117-17/+17
| | | | | | | | "arm-linux" is considered deprecated, unmaintained and easily replaced by "arm". Closes: https://bugs.gentoo.org/664598 Reference: https://archives.gentoo.org/gentoo-dev/message/63bafa051cccd1eb3d2ade16823671fa
* gnome-base/gdm: security cleanupMart Raudsepp2018-08-171-211/+0
| | | | | Bug: https://bugs.gentoo.org/662782 Package-Manager: Portage-2.3.46, Repoman-2.3.10
* gnome-base/gdm: amd64 stable wrt bug #662782Mikle Kolyada2018-08-171-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* gnome-base/libgnomeprint: Remove last-rited packageMart Raudsepp2018-08-177-259/+0
| | | | Closes: https://bugs.gentoo.org/352952
* gnome-base/libgnomeprintui: Remove last-rited packageMart Raudsepp2018-08-177-133/+0
| | | | Bug: https://bugs.gentoo.org/352952
* gnome-base/gdm: x86 stable (bug #662782)Thomas Deutschmann2018-08-161-1/+1
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10
* gnome-base/gdm: CVE-2018-14424 and related patchesMart Raudsepp2018-08-153-0/+426
| | | | | | | | | While here, remove an ancient fixup for a supposedly temporary gdm-3.5 bug that had resulted in wrong /var/lib/gdm permissions, and remove unused versionator inherit. Bug: https://bugs.gentoo.org/662782 Package-Manager: Portage-2.3.44, Repoman-2.3.10
* gnome-base/dconf-editor: bump to 3.26.2Mart Raudsepp2018-08-042-0/+34
| | | | Package-Manager: Portage-2.3.43, Repoman-2.3.10
* gnome-base/libgtop: fix licenseMart Raudsepp2018-08-022-2/+2
| | | | Package-Manager: Portage-2.3.43, Repoman-2.3.10
* gnome-base/libgtop: bump to 2.38.0Mart Raudsepp2018-08-022-0/+33
| | | | Package-Manager: Portage-2.3.43, Repoman-2.3.10
* gnome-base/nautilus: add ~arm keyword wrt bug #599574Mikle Kolyada2018-07-231-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* gnome-base/dconf: mark s390 stableMikle Kolyada2018-06-281-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* gnome-base/librsvg: mark s390 stableMikle Kolyada2018-06-281-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* gnome-base/gnome-vfs: Added sub-slot dep to ssl packages.Lars Wendler2018-06-131-3/+3
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* gnome-base/gvfs: ppc64 stable wrt bug #652976Mikle Kolyada2018-05-291-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* gnome-base/gvfs-1.32.2-r0: alpha stableTobias Klausmann2018-05-141-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/652976
* gnome-base/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).Arfrever Frehtes Taifersar Arahesis2018-05-117-17/+9
|
* gnome-base/gvfs: arm stable, bug #652976Markus Meier2018-05-041-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm"
* gnome-base/gnome-settings-daemon: remove oldMart Raudsepp2018-04-297-685/+0
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* gnome-base/gnome-control-center: remove oldMart Raudsepp2018-04-292-168/+0
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* gnome-base/gvfs: stable 1.32.2 for ia64, bug #652976Sergei Trofimovich2018-04-281-1/+1
| | | | | | Bug: https://bugs.gentoo.org/652976 Package-Manager: Portage-2.3.31, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64"
* gnome-base/gnome-control-center: amd64 stableAaron Bauman2018-04-261-1/+1
| | | | | Bug: https://bugs.gentoo.org/652976 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* gnome-base/gnome-settings-daemon: amd64 stableAaron Bauman2018-04-261-1/+1
| | | | | Bug: https://bugs.gentoo.org/652976 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* gnome-base/gvfs: amd64 stableAaron Bauman2018-04-261-1/+1
| | | | | Bug: https://bugs.gentoo.org/652976 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* gnome-base/gnome-control-center: x86 stable (bug #652976)Thomas Deutschmann2018-04-261-1/+1
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* gnome-base/gnome-settings-daemon: x86 stable (bug #652976)Thomas Deutschmann2018-04-261-1/+1
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* gnome-base/gvfs: x86 stable (bug #652976)Thomas Deutschmann2018-04-261-1/+1
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* gnome-base/gnome-settings-daemon: bump to 3.24.4Mart Raudsepp2018-04-212-0/+159
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9