| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="ppc64"
|
|
|
|
|
| |
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Gentoo-Bug: http://bugs.gentoo.org/583422
Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/667388
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/667740
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/667650
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/658646
Package-Manager: Portage-2.3.49, Repoman-2.3.10
|
|
|
|
| |
Package-Manager: Portage-2.3.49, Repoman-2.3.10
|
|
|
|
|
|
| |
Uses glib-mkenums
Package-Manager: Portage-2.3.49, Repoman-2.3.10
|
|
|
|
| |
Package-Manager: Portage-2.3.49, Repoman-2.3.10
|
|
|
|
| |
Package-Manager: Portage-2.3.49, Repoman-2.3.10
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
"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
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/662782
Package-Manager: Portage-2.3.46, Repoman-2.3.10
|
|
|
|
| |
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
| |
Closes: https://bugs.gentoo.org/352952
|
|
|
|
| |
Bug: https://bugs.gentoo.org/352952
|
|
|
|
| |
Package-Manager: Portage-2.3.46, Repoman-2.3.10
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Package-Manager: Portage-2.3.43, Repoman-2.3.10
|
|
|
|
| |
Package-Manager: Portage-2.3.43, Repoman-2.3.10
|
|
|
|
| |
Package-Manager: Portage-2.3.43, Repoman-2.3.10
|
|
|
|
| |
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.24, Repoman-2.3.6
|
|
|
|
| |
Gentoo-Bug: http://bugs.gentoo.org/652976
|
| |
|
|
|
|
|
| |
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm"
|
|
|
|
| |
Package-Manager: Portage-2.3.28, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.28, Repoman-2.3.9
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/652976
Package-Manager: Portage-2.3.31, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/652976
Package-Manager: Portage-2.3.31, Repoman-2.3.9
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/652976
Package-Manager: Portage-2.3.31, Repoman-2.3.9
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/652976
Package-Manager: Portage-2.3.31, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.31, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.31, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.31, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.28, Repoman-2.3.9
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/8073
|
|
|
|
| |
Package-Manager: Portage-2.3.28, Repoman-2.3.9
|