aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-misc/pcmanfm-qt: fixup postinst()Jimi Huotari14 days1-1/+2
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* x11-misc/screengrab: sync keywords and update dependenciesJimi Huotari2024-11-061-13/+3
| | | | | | Also use 'xdg' instead of 'xdg-utils'. Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* x11-misc/qps: sync keywords and update dependenciesJimi Huotari2024-11-061-14/+4
| | | | | | Also use 'xdg' instead of 'xdg-utils'. Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* x11-misc/pcmanfm-qt: sync keywords and update dependenciesJimi Huotari2024-11-061-10/+4
| | | | | | Also use 'xdg' instead of 'xdg-utils'. Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* x11-misc/sddm: 0.21.0_p20240302 simplify depspecPaul Zander2024-07-011-2/+4
| | | | | | | | From "^^ ( elogind systemd )" follows "!systemd == elogind" so use that to simplify the depspec Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/sddm: Drop unnecessary test USEdepsAndreas Sturmlechner2024-07-011-1/+1
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/sddm: re-add optfeature advertise weston[kiosk]Andreas Sturmlechner2024-07-011-1/+4
| | | | | Bug: https://bugs.gentoo.org/935166 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/pcmanfm-qt: drop 2.0.0Jimi Huotari2024-06-152-54/+0
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* x11-misc/screengrab: drop 2.8.0Jimi Huotari2024-06-152-41/+0
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* x11-misc/qps: drop 2.9.0Jimi Huotari2024-06-152-41/+0
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* x11-misc/sddm: Drop IUSE qt5, build only Qt6-based versionAndreas Sturmlechner2024-05-281-21/+8
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/screengrab: update maintainersJimi Huotari2024-05-081-1/+4
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* x11-misc/qps: update maintainersJimi Huotari2024-05-081-1/+4
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* */*: sync metadata.xml maintainers with ::gentooIonen Wolkens2024-05-042-8/+2
| | | | | | | | | | | Due to recent changes which drop qt@ from several packages. Albeit most still are fine to keep here given repo is shared with lxqt. qca live ebuild might make more sense to be moved to either ::gentoo or ::kde, but leaving alone for now. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* x11-misc/screengrab: add 9999, 2.8.0Jimi Huotari2024-04-214-0/+92
| | | | | | Initial qt6 version. Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* x11-misc/qps: new package, add 9999, 2.9.0Jimi Huotari2024-04-214-0/+92
| | | | | | Initial qt6 version. Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* x11-misc/pcmanfm-qt: add 2.0.0Jimi Huotari2024-04-212-0/+54
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* x11-misc/pcmanfm-qt: unkeyword for non-amd64Jimi Huotari2024-04-211-1/+1
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* */*: unify style between lxqt and friendsJimi Huotari2024-04-212-2/+2
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* x11-misc/pcmanfm-qt: welcome qt6Jimi Huotari2024-03-251-8/+5
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* x11-misc/sddm: fix SRC_URIAndreas Sturmlechner2024-03-091-1/+1
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/sddm: Ship our own pam filesAndreas Sturmlechner2024-03-075-111/+18
| | | | | Closes: https://github.com/gentoo/qt/pull/278 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/sddm: Rename patches after 0.21.0 release, update SRC_URIAndreas Sturmlechner2024-02-274-4/+4
| | | | | | See also: https://github.com/gentoo/qt/pull/273 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/pcmanfm-qt: use 'xdg_icon_cache_update'Jimi Huotari2024-02-231-0/+2
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* x11-misc/sddm: Add IUSE qt5Andreas Sturmlechner2024-02-221-9/+21
| | | | | | | | | | | | Even built-in themes are only "semi-compatible" right now, so Qt5 remains default. Qt5 minimum version won't change anymore so simply set it to current latest version in ::gentoo and repurpose QTMIN to Qt6 minimum version. Thanks-to: Mike Lothian <mike@fireburn.co.uk> Closes: https://github.com/gentoo/qt/pull/276 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/sddm: add logrotate configAlexander Golubev2024-02-222-1/+12
| | | | | | | Bug: https://bugs.gentoo.org/565862 Signed-off-by: Alexander Golubev <fatzer2@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34466 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/sddm: Update patchesMike Lothian2024-01-107-60/+92
| | | | | | | | | | * asturm 2024-01-10: - Kept patch names intact where nothing actually changed - Fixed historic attribution and original commit dates Signed-off-by: Mike Lothian <mike@fireburn.co.uk> Closes: https://github.com/gentoo/qt/pull/273 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/sddm: ECM slot moved to 0Andreas Sturmlechner2023-11-271-1/+1
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/pcmanfm-qt: bump year and lxqt-build-tools versionJimi Huotari2023-11-091-2/+2
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* x11-misc/obconf-qt: sync with ::gentooJimi Huotari2023-08-271-3/+2
| | | | | | Update EAPI and keywords, and remove sed from BDEPEND. Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* x11-misc/pcmanfm-qt: replace lxmenu-data with lxqt-menu-dataJimi Huotari2023-05-141-1/+1
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* x11-misc/sddm: Drop IUSE pam, require elogind or systemdAndreas Sturmlechner2023-03-221-7/+5
| | | | | | | Upstream commit 346ab53f22b35c9d73b1264872bb7f6c42d7003d Bug: https://bugs.gentoo.org/790713 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/sddm: Drop obsolete default settings now upstreamAndreas Sturmlechner2023-03-101-21/+0
| | | | | | | | Upstream commits: 909699342cad094000b24f35bcd3e9287c1b7f74 5341b0660d729fa300a9e03a66185e99098fceaf Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/sddm: Change RUNTIME_DIR path to "/run/sddm"Robert Buhren2023-02-131-1/+1
| | | | | | | | | | | The systemd tmpfiles config provided with sddm sets the permission for RUNTIME_DIR to 0711. Setting RUNTIME_DIR to "/run" results in the wrong permission set for this directory leading to bugs similar to: "systemd-networkd fails to start before dbus.socket with selinux enabled" Closes: https://github.com/gentoo/qt/pull/265 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/sddm: Use upstream sddm-tmpfiles.confAndreas Sturmlechner2023-02-102-3/+2
| | | | | | Upstream commit 0a54d3abbb896d652bac7a495ed98b0617306a6c Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/sddm: Add new dependencyAndreas Sturmlechner2023-02-081-2/+1
| | | | | | Upstream commit cb5c07b4c5bafa27b21981a8f4039eadbe0fafdf Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/sddm: Hide x11-base/xorg-server behind IUSE=X for nowAndreas Sturmlechner2023-02-051-3/+6
| | | | | | | It is certainly not required for build, and likely only existed to ensure xdm init script was there. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/sddm: Adapt to upstream changes for 0.20.0 release prepAndreas Sturmlechner2023-02-047-81/+166
| | | | | | | | | | | | | | | | | | | | - Set QTMIN to 5.15.2 - Switch SDDM configuration to /etc/sddm.conf.d/ - New Gentoo defaults file: 01gentoo.conf - For IUSE="elogind", fix path to /bin/loginctl - Don't look for pam_systemd.so by default - Respin pam-1.4 substack patch, dropping upstreamed changes - Respin *-respect-user-flags.patch for minimal context See also: https://github.com/gentoo/gentoo/pull/18935 See also: https://github.com/gentoo/gentoo/pull/25853 Bug: https://bugs.gentoo.org/669980 Bug: https://bugs.gentoo.org/728550 Bug: https://bugs.gentoo.org/790713 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/sddm: add cpe upstream metadataAndreas Sturmlechner2023-02-041-0/+1
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/sddm: Cleanup metadata.xml, drop X11 mention, fix typosAndreas Sturmlechner2023-02-041-7/+3
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/sddm: Add slot op on x11-libs/libxcbAndreas Sturmlechner2023-02-041-2/+2
| | | | | Bug: https://bugs.gentoo.org/875989 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/pcmanfm-qt: sync with ::gentooJimi Huotari2022-11-181-2/+2
| | | | Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* x11-misc/sddm: Drop obsolete x11-libs/libxcb[xkb] USEdepAndreas Sturmlechner2022-10-081-1/+1
| | | | | Bug: https://bugs.gentoo.org/875989 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/sddm: add missing sddm.tmpfilesSam James2022-07-161-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/sddm: Sync Gentoo ebuild repo changes, drop broken patchesAndreas Sturmlechner2022-07-104-306/+82
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/pcmanfm-qt: update dependenciesJimi Huotari2022-04-181-1/+1
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* x11-misc/pcmanfm-qt: sync with the latest release ebuildJimi Huotari2022-03-091-13/+15
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
* x11-misc/pcmanfm-qt: Sync with Gentoo ebuild repoAndreas Sturmlechner2021-09-221-14/+13
| | | | | Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/obconf-qt: Sync with Gentoo ebuild repoAndreas Sturmlechner2021-09-221-1/+1
| | | | | Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-222-3/+3
| | | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>