summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* x11-base/xwayland: Stabilize 21.1.4 amd64, #829310Sam James2021-12-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-base/xorg-server: Stabilize 1.20.14 amd64, #829310Sam James2021-12-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-base/xorg-server: disable xwayland conditionally for 9999Sam James2021-12-162-1/+10
| | | | | | | It's already gone from 21.1.2. See: 2fbc32dd698fab913b1a913b8f1aea5d30d31eb9 Signed-off-by: Sam James <sam@gentoo.org>
* x11-base/xwayland: fix rpc optionSam James2021-12-161-1/+1
| | | | | Bug: https://bugs.gentoo.org/829208 Signed-off-by: Sam James <sam@gentoo.org>
* x11-base/xorg-server: xwayland option gone for 21.1.xSam James2021-12-161-1/+0
| | | | | | ... but still exists in master? Signed-off-by: Sam James <sam@gentoo.org>
* x11-base/xwayland: Version bump to 21.1.4Matt Turner2021-12-152-0/+87
| | | | | | | Also remove IUSE=rpc (see commit 72c14cae8f9e for rationale). Bug: https://bugs.gentoo.org/829208 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-base/xorg-server: Version bump to 21.1.2Matt Turner2021-12-152-0/+180
| | | | | | | Bug: https://bugs.gentoo.org/829208 Closes: https://bugs.gentoo.org/827877 Closes: https://bugs.gentoo.org/828513 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-base/xorg-server: Version bump to 1.20.14Matt Turner2021-12-152-0/+210
| | | | | Bug: https://bugs.gentoo.org/829208 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-base/xorg-server: Make xinit dependency optionalMatt Turner2021-12-151-1/+1
| | | | | Closes: https://bugs.gentoo.org/804214 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-base/xorg-server: Remove default font settingMatt Turner2021-12-151-1/+0
| | | | | | | | | | | | | | | | This option has slightly different behavior between the old autotools build system and meson. When not set, configuration will pick fontrootdir from pkgconfig file and create a proper default font path, concatenation of all common subdirs in fontrootdir (like misc, 100dpi, ...). When set, it only includes the argument, e.g. /usr/share/fonts. Prefix systems should not be affected because meson gets the fontrootdir from pkgconfig, which includes the prefix path. Closes: https://bugs.gentoo.org/829120 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-base/xorg-server: Remove unnecessary symlink creationMatt Turner2021-12-151-3/+0
| | | | | | Despite the comment, the symlink is created by the meson build system. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-base/xorg-server: Remove IUSE=docMatt Turner2021-12-151-7/+1
| | | | | | | | | Not sure if this ever installed anything useful. Developer docs were not installed because it needed the fop utility. Bug: https://bugs.gentoo.org/700308 Closes: https://bugs.gentoo.org/827976 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-base/xorg-server: Restore setuid for non-logind meson buildAlan Swanson2021-12-151-1/+8
| | | | | | | | | | | | | | | | | | | | The meson build does not support the autotools build option install-setuid and when not using systemd or logind the suid_wrapper is not equivalent as it does not resolve tty or input device permissions unless /etc/X11/Xwrapper.config is created with; allowed_users = anybody needs_root_rights = yes In which case you can skip the wrapper as this would be the default preference when using startx or xinit without systemd or logind from the console or init scripts. So revert to previous autotools build behaviour. Closes: https://bugs.gentoo.org/828462 Closes: https://github.com/gentoo/gentoo/pull/23160 Signed-off-by: Alan Swanson <reiver@improbability.net> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-base/xorg-server: Disable 'secure-rpc'Matt Turner2021-12-151-0/+1
| | | | | | | | | | We've never had this option enabled with autotools. When we switched to meson, it became automagic (if libtirpc was installed). The option controls an old authentication protocol, SUN-DES-1, that is extremely unlikely to be of any use today. Closes: https://bugs.gentoo.org/827901 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-base/xorg-server: Add dependency on dev-libs/libbsdMatt Turner2021-12-151-0/+1
| | | | | Bug: https://bugs.gentoo.org/827901 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-base/xorg-server: revbump, docs have only build time deps.Piotr Karbowski2021-12-022-6/+6
| | | | Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* x11-base/xorg-server: apply DPI revert patch to 21.1.1Sam James2021-12-022-0/+134
| | | | | | Upstream changed their mind post-release given the widespread breakage. Signed-off-by: Sam James <sam@gentoo.org>
* x11-base/xorg-server: 21.1.1, 9999: doc IUSE deps fixed.Piotr Karbowski2021-12-022-0/+6
| | | | | | | Now depends on x11-base/xorg-sgml-doctools. Closes: https://bugs.gentoo.org/827904 Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* x11-base/xorg-sgml-doctools: New package.Piotr Karbowski2021-12-023-0/+27
| | | | | | Imported Ben's ebuild. Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* x11-base/xorg-server: add libselinux dependency for USE=selinuxSam James2021-12-012-0/+2
| | | | | | | Not revbumping (yet) as I expect we'll need to for the libtirpc bug. Bug: https://bugs.gentoo.org/827901 Signed-off-by: Sam James <sam@gentoo.org>
* x11-base/xorg-drivers: Version bump to 21.1Matt Turner2021-11-291-0/+99
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-base/xorg-server: Remove unused inheritsMatt Turner2021-11-291-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-base/xorg-server: Version bump to 21.1.1Matt Turner2021-11-292-0/+176
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-base/xorg-server: Move XORG_EAUTORECONF to correct locationMatt Turner2021-11-291-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-base/xorg-server: Disable APM supportMatt Turner2021-11-291-0/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-base/xorg-server: Always enable IPv6 supportMatt Turner2021-11-291-2/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-base/xorg-server: Sort config optionsMatt Turner2021-11-291-9/+9
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-base/xorg-server: Improve IUSE=debugMatt Turner2021-11-291-1/+2
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-base/xwayland: Version bump to 21.1.3Matt Turner2021-11-292-7/+7
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-base/xorg-proto: Drop old versionsMatt Turner2021-11-173-110/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-base/xorg-proto: Stabilize 2021.5 ppc64, #822339Georgy Yakovlev2021-11-171-1/+1
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* x11-base/xorg-proto: Stabilize 2021.5 ppc, #822339Arthur Zamarin2021-11-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-base/xorg-proto: Stabilize 2021.5 arm64, #822339Sam James2021-11-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-base/xorg-proto: Stabilize 2021.5 x86, #822339Jakov Smolić2021-11-151-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* x11-base/xorg-proto: Stabilize 2021.5 arm, #822339Sam James2021-11-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-base/xorg-server: fix dri1 optionMike Gilbert2021-11-131-1/+1
| | | | | Closes: https://bugs.gentoo.org/823650 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* x11-base/xorg-proto: stable 2021.5 for hppa/sparc, bug #822339Rolf Eike Beer2021-11-121-1/+1
| | | | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* x11-base/xorg-proto: Stabilize 2021.5 amd64, #822339Jakov Smolić2021-11-071-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* x11-base/xorg-server: switch from autotools to meson in live ebuild.Piotr Karbowski2021-11-011-65/+47
| | | | | | | | | | | | | | | | | | | | The meson integration is a bit wonky, we need to get the things into eclass ideally, as we move forward, maybe xorg-4 that has no autotools logic? kdrive is no more interfaced via configuration options, so dropping it from IUSE. Tested both with live ebuild as well as x11-base/xorg-server-1.20.13, works just fine (minus the libxcvt bit, of course) X symlink is no longer created so we create it now outside meson install. List of installes files metch minus example xfree86 config and cvt. Closes: https://bugs.gentoo.org/820845 Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
* x11-base/xorg-server: Drop old versionsMatt Turner2021-10-305-886/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-base/xorg-proto: enable py3.10Arthur Zamarin2021-10-292-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-base/xcb-proto: enable py3.10Arthur Zamarin2021-10-291-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* x11-base/xwayland: Drop old versionsMatt Turner2021-10-214-258/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-base/xwayland: Version bump to 21.1.2.901Matt Turner2021-10-212-0/+88
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-base/xorg-x11: keyword ~riscvYongxiang Liang2021-10-221-1/+1
| | | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* x11-base/xorg-server: stable 1.20.13-r1 for hppa, bug #813729Rolf Eike Beer2021-09-231-1/+1
| | | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* x11-base/xcb-proto: stable 1.14.1 for hppa, bug #813729Rolf Eike Beer2021-09-231-1/+1
| | | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org>
* x11-base/xorg-proto: Version bump to 2021.5Matt Turner2021-09-152-0/+55
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-117-7/+7
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* x11-base/xorg-server: Remove IUSE=dmxMatt Turner2021-09-101-24/+1
| | | | | | Removed upstream by commit b3b81c8c2090 ("Drop DMX DDX"). Signed-off-by: Matt Turner <mattst88@gentoo.org>