From e055dc717ce2387cbd9239d20191b275a3c14960e40d5455888357583b63b698 Mon Sep 17 00:00:00 2001 From: Shawn Dunn Date: Mon, 23 Dec 2024 21:49:33 +0000 Subject: [PATCH] - Updated to version 2.1.1: * Supported compilation against procps-ng >= 4.0.5 - Added %check section and %attr for default session to clear build warnings. OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-session?expand=0&rev=55 --- .gitattributes | 23 ++ .gitignore | 1 + lxqt-0.13.0-xdg-config-dir.patch | 26 ++ lxqt-session-2.0.0.tar.xz | 3 + lxqt-session-2.0.0.tar.xz.asc | 17 ++ lxqt-session-2.1.0.tar.xz | 3 + lxqt-session-2.1.0.tar.xz.asc | 17 ++ lxqt-session-2.1.1.tar.xz | 3 + lxqt-session-2.1.1.tar.xz.asc | 17 ++ lxqt-session-default_wm.patch | 9 + lxqt-session.changes | 492 +++++++++++++++++++++++++++++++ lxqt-session.keyring | 52 ++++ lxqt-session.spec | 144 +++++++++ 13 files changed, 807 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 lxqt-0.13.0-xdg-config-dir.patch create mode 100644 lxqt-session-2.0.0.tar.xz create mode 100644 lxqt-session-2.0.0.tar.xz.asc create mode 100644 lxqt-session-2.1.0.tar.xz create mode 100644 lxqt-session-2.1.0.tar.xz.asc create mode 100644 lxqt-session-2.1.1.tar.xz create mode 100644 lxqt-session-2.1.1.tar.xz.asc create mode 100644 lxqt-session-default_wm.patch create mode 100644 lxqt-session.changes create mode 100644 lxqt-session.keyring create mode 100644 lxqt-session.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/lxqt-0.13.0-xdg-config-dir.patch b/lxqt-0.13.0-xdg-config-dir.patch new file mode 100644 index 0000000..d7b0de0 --- /dev/null +++ b/lxqt-0.13.0-xdg-config-dir.patch @@ -0,0 +1,26 @@ +Added because of: https://bugzilla.suse.com/show_bug.cgi?id=1099800 +This patch was proposed by Simon Quigly and was declined by upstream. +See discussion at: https://github.com/lxqt/lxqt-session/pull/126/files + +From e76f0ebf14b2d54495b3fa27fe751b229b15f6d8 Mon Sep 17 00:00:00 2001 +From: Simon Quigley +Date: Fri, 25 May 2018 22:57:21 -0500 +Subject: [PATCH] Ensure all paths are added to $XDG_CONFIG_DIRS. + +diff -urEbw lxqt-session-1.1.0/startlxqt.in lxqt-session-1.1.0.new/startlxqt.in +--- lxqt-session-1.1.0/startlxqt.in 2022-04-16 15:16:20.000000000 +0200 ++++ lxqt-session-1.1.0.new/startlxqt.in 2022-04-29 08:02:41.790512998 +0200 +@@ -26,9 +26,11 @@ + if [ -z "$XDG_CONFIG_DIRS" ]; then + export XDG_CONFIG_DIRS="@PREDEF_XDG_CONFIG_DIRS@" + else +- if ! contains "$XDG_CONFIG_DIRS" '@LXQT_ETC_XDG_DIR@'; then +- XDG_CONFIG_DIRS="$XDG_CONFIG_DIRS:@LXQT_ETC_XDG_DIR@" ++ for directory in "/etc" "@LXQT_ETC_XDG_DIR@" "/usr/share"; do ++ if ! contains "$XDG_CONFIG_DIRS" "$directory"; then ++ XDG_CONFIG_DIRS="$XDG_CONFIG_DIRS:$directory" + fi ++ done + fi + + if [ -z "$XDG_CACHE_HOME" ]; then diff --git a/lxqt-session-2.0.0.tar.xz b/lxqt-session-2.0.0.tar.xz new file mode 100644 index 0000000..cd4da78 --- /dev/null +++ b/lxqt-session-2.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ea3b998fecb50834b8b09952c31a1bf128fde9f7cfdd31284f7397665cb428 +size 194480 diff --git a/lxqt-session-2.0.0.tar.xz.asc b/lxqt-session-2.0.0.tar.xz.asc new file mode 100644 index 0000000..c2647f4 --- /dev/null +++ b/lxqt-session-2.0.0.tar.xz.asc @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- + +iQJJBAABCAAzFiEEGd/fOleb1QnbtXLYvnkwB60i334FAmYfsSkVHHRzdWphbjIw +MDBAZ21haWwuY29tAAoJEL55MAetIt9+laMQAN3sOHCB9p3knxEX+C9H4qWN7rJy +AGkm3CoGAe38d+FK7zU9Iu0Sl1GwWtj2qnZp8wCGX0k8j9pb/Bu4LTc9vXmMMR2V +eL9L0tC4jPBm0q+wSxpfi5RbdHdtBlzQ89fBLEchE6vs0TmuWj2rFPxAiktct75b ++kxIUsshzTHq2BWYBYNv7iAD3wEd/n7gtVD4UqGdpuu51zv+gHLqtp79tD6vHjis +Tcl/AF+j73J0eg0jcPXSNRWr5wCemEmKCbfM+HGGcnaRMuMxLsTMKz+tBRedcIu+ +i21yGDrtA/TjWVPRtX/Y6rq6SeSe+0v27Q0JsZNHc8Z43zV848M9oJnl61s2ZAOU +tNM+jHXhuKyGssDBlZ12Gf3NRe6B+NnGdYrcn+ctmEj2HOP0Snv7vQGZSCK0Au9P +d0DLmPttSckcCYAo+EBsS7RgwmimgJbILqmDT00GCYN4VGY75/kpFk0X+SrlpRTs +pHwUyIWoRk0JbabjJKJWRQ+ZEI7mZHKJRM8doIBDdGVko/atPNpbUZfdezuYgRF4 +jP+CkeXDB8feTAx/fYOrSDHLqp8JPa73xV69P/e3vfi0QH91X/e+nSyWYm0qleab +YhFVllR5SqwF0oHuXqDzkRQ3iaTVG0V+c19NgQLilHFPBBzGP1rGSqxMSK+8OJMT +L6j0yWho9kwYzlkG +=+rYp +-----END PGP SIGNATURE----- diff --git a/lxqt-session-2.1.0.tar.xz b/lxqt-session-2.1.0.tar.xz new file mode 100644 index 0000000..77922c4 --- /dev/null +++ b/lxqt-session-2.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b745ef14afec4bed788aeb2d448861fbc0c6f738c1ce956f4a6450f6c745270b +size 212308 diff --git a/lxqt-session-2.1.0.tar.xz.asc b/lxqt-session-2.1.0.tar.xz.asc new file mode 100644 index 0000000..8fa90ad --- /dev/null +++ b/lxqt-session-2.1.0.tar.xz.asc @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- + +iQJJBAABCAAzFiEEGd/fOleb1QnbtXLYvnkwB60i334FAmcpvPgVHHRzdWphbjIw +MDBAZ21haWwuY29tAAoJEL55MAetIt9+uqQQAI7OGBq/WQ9lBmew93eOX6SmwUHS +sCGhUGxjCS7/5ttXyyFWJcOPEPK1s8mjlMO3pMAiJeJpqpZ50niy+Umdb+qUVhwA +UZQymDyiCBBU2nnihLFORDKeF6WK8N7dcaFHYMT8sSxpcpt07rbQIZQPkX2vXQVB +iPHS5b74mq/Jm81Q4gpucxvmuogDbO+xv4hzRc4sYqZqWQR5bZcnFFSkwt4I3Z5C +Rx8WUB0dOBjcQPYcUmaDsjqEu8KdheNe34/6jNV6HbsXqDgeA/SfdB9RbRmW3/la +sHVFU8qWGOeQa0zvs1qqhO7zMvbQdFKsM8G55x/uTxlmi19HJj12mHEBR5oEue++ +4kdl/+7Va9eT7YJ5m6/nG2BNxftGYgQ+aG45p1LmYfu61xXyxwwB5mcTlRKr6rWs +Vbrt1jDJck4Kf9DXTrwIrQVcEuZsHCQ5QDzqwUanMDr4Yc0VBozGh39eF7SOa+/0 +U36ypjClDVIAUt6kd09QaMwb0o89TUbCHHxlrK1WJgGi/hGb2LqhIbS8dXZcVKmS +XjP81b9okGU+cD6vr44UIyk3DDNwCIjV5c+F4tioqnW5Ow4EaPiB7+MDWf6pX+RJ +PsFs1ewxVTfiGlgfvcNIY5NOAe7CQbAfzR9Cyj67lDkuAyz+PB1gGx3vw6lXmB8P +UCt5R0dwJZcW82M/ +=EK04 +-----END PGP SIGNATURE----- diff --git a/lxqt-session-2.1.1.tar.xz b/lxqt-session-2.1.1.tar.xz new file mode 100644 index 0000000..26da1f4 --- /dev/null +++ b/lxqt-session-2.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:312b0cd4106d0bca6812c7100750edee012e93e9fefc2b171731a782bc9bc819 +size 213328 diff --git a/lxqt-session-2.1.1.tar.xz.asc b/lxqt-session-2.1.1.tar.xz.asc new file mode 100644 index 0000000..acdc25b --- /dev/null +++ b/lxqt-session-2.1.1.tar.xz.asc @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- + +iQJJBAABCAAzFiEEGd/fOleb1QnbtXLYvnkwB60i334FAmdpmukVHHRzdWphbjIw +MDBAZ21haWwuY29tAAoJEL55MAetIt9+1lwQAMEsUm2MQXynJ6GfDHdwVBeTEwS9 +PuztHQHcJBTcgxB0R3QIve6CLIUraNpyXzn2V5DnvyNI6bDFl4eNQbJlItKWWe+V +S6t9eDyS9f9UPRrvgzSSqxH19fY7IQSC+1WP2lSXfM1ff6YynwA2PWkhKSNIR5GN +WvHMQt+pJgFtpXQvcVDxw9BbC4s7OYb82kF0qodfu1Pk/yW/qFqKw+vMDF1IWvl+ +eTttNcGC22QEuaKq9DAv+YSD7Yqq2nQCPnzugowDsZOA37hm9/0IMIslFLxFNrHd +JJx5sc9XNfcgrx6bxoBPd67nBYjbrcfmWP67YdjxpwI6L2Ty+0fEtqBhVSP7nB4+ +RmxZ7JcTFC+W76MBDfsXVHlXhcsrBcGWmsRi7GEyMSGZCP8EL9iP+Q/aD42MCygi +4OFi4Z5xsg6kdD8Mtvii9tZ1meDqhDpEAQklpOt+tlJaEVfA/ui0hJ2eoNMosgcn +E5WByIdA+TvGwodBP1qidGNNMAZ07R6vstAKpEkf2M3jKo5g5JqcVmlviJJOT3ea +EW8OSr+sSr+KiBSMVjz7KiLrtS7lJGAWJOBar+g/aoBjN0xgxia/lktYmHtDEBda +4zddFLYIMxMUedO23a/fM1iAmZaVrhLEiDjkYnc4NemE/wKMi1rMJJPasSGVOhlU +LTu4sVoYZAtT+ohH +=QBz9 +-----END PGP SIGNATURE----- diff --git a/lxqt-session-default_wm.patch b/lxqt-session-default_wm.patch new file mode 100644 index 0000000..d669c5c --- /dev/null +++ b/lxqt-session-default_wm.patch @@ -0,0 +1,9 @@ +diff -urEbwB lxqt-session-0.14.0/config/session.conf lxqt-session-0.14.0.new/config/session.conf +--- lxqt-session-0.14.0/config/session.conf 2019-01-24 23:05:42.000000000 +0100 ++++ lxqt-session-0.14.0.new/config/session.conf 2019-02-27 11:29:12.615726091 +0100 +@@ -1,4 +1,5 @@ + [General] ++window_manager=openbox + leave_confirmation=true + + [Environment] diff --git a/lxqt-session.changes b/lxqt-session.changes new file mode 100644 index 0000000..fde54b9 --- /dev/null +++ b/lxqt-session.changes @@ -0,0 +1,492 @@ +------------------------------------------------------------------- +Mon Dec 23 19:03:33 UTC 2024 - Shawn Dunn + +- Updated to version 2.1.1: + * Supported compilation against procps-ng >= 4.0.5 +- Added %check section and %attr for default session to clear build + warnings. + +------------------------------------------------------------------- +Mon Nov 11 00:34:12 UTC 2024 - Shawn Dunn + +- Removed: + * lxqt-0.13.0-xdg-config-dir.patch + +------------------------------------------------------------------- +Wed Nov 6 21:37:28 UTC 2024 - Андрей Алыпов + +- Update to version 2.1.0: + * Pre-release changes (#556) + * Weblate commits (#558) + * Updated *.ts files (#557) + * Weblate commits (#555) + * GUI for custom screenlocker on x11 (#517) + * Weblate commits (#553) + * Updated Luganda (#552) + * Weblate commits (#550) + * Added scope=dialog to leave window (#551) + * Weblate commits (#549) + +------------------------------------------------------------------- +Sat May 11 16:01:52 UTC 2024 - Андрей Алыпов + +- Update to 2.0.0: + * Ported to Qt6. + * Used an overlay layer shell for the leaving dialog and centered + it under Wayland. + * Made the user inputs stricter in auto-start. + * Don't allow inputs consisting of only whitespaces, and remove + start and end whitespaces from them. + +------------------------------------------------------------------- +Wed Feb 21 07:19:35 UTC 2024 - Michael Vetter + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN. + +------------------------------------------------------------------- +Mon Nov 6 02:39:13 UTC 2023 - Shawn Dunn + +- Update to 1.4.0: + * Update the DBus activation environment, to fix problems with + apps (like Telegram) which set DBusActivatable to true in their + desktop entries. + +------------------------------------------------------------------- +Sat Apr 15 18:52:55 UTC 2023 - Shawn Dunn + +- Update to 1.3.0: + * Added support for procps-ng >= 4.0.0 + * Used a timer based checking for window manager and tray. + * Disabled all crashing calls on Wayland. + * Fixed typos + +------------------------------------------------------------------- +Sat Nov 5 19:15:26 UTC 2022 - Shawn Dunn + +- Update to 1.2.0: + * Fixed the core code when lxqt-session is started under Wayland. + * Reload mouse & touchpad settings when devices are reconnected. + +------------------------------------------------------------------- +Mon May 9 11:30:35 UTC 2022 - Michael Vetter + +- Update to 1.1.1: + * qtxdg-tools is added as a dependency, to be used by xdg-utils + under LXQt Session (in near future). + +------------------------------------------------------------------- +Fri Apr 29 05:58:38 UTC 2022 - Michael Vetter + +- Update to 1.1.0: + * Added a simple option for global screen scaling. + * Set Clearlooks as the default LXQt theme and changed the default + icon theme to Breeze. + * Add NetBSD support. + * Prevented cut text in the header of Environment page of LXQt + Session Settings. +- Remove lxqt-session-icontheme.patch: + Upstream is using breeze now by default. + Patch was added for bsc#1112961 bsc#1159958 + +------------------------------------------------------------------- +Sat Apr 2 07:38:13 UTC 2022 - Andreas Stieger + +- update to 1.0.1: + * Restart failed modules with exit codes other than 0 + +------------------------------------------------------------------- +Mon Nov 8 09:51:38 UTC 2021 - Michael Vetter + +- Update to 1.0.0: + * Bumped minimum required Qt version to 5.15 and updated translations. + +------------------------------------------------------------------- +Fri Apr 16 09:58:39 UTC 2021 - Michael Vetter + +- Update to 0.17.0: + * Terminate all child processes on exiting the session. + * Removed Openbox configuration. + * Code cleanup and modernization. + +------------------------------------------------------------------- +Wed Nov 4 13:48:46 UTC 2020 - Michael Vetter + +- Update to 0.16.0: + * Don't use deprecated QProcess methods. + * Don't use 0/nullptr to initialize QFlags. + * Removed Default Applications page. + +------------------------------------------------------------------- +Mon Jun 29 07:09:24 UTC 2020 - Michael Vetter + +- Dont BuildRequire Openbox and add %dir %{_sysconfdir}/xdg/openbox + again. Openbox is not a hard requirement and thus might not + be in dependency chain. The directory will then not be owned by + any package once it is instaled. + +------------------------------------------------------------------- +Wed Jun 24 10:48:05 UTC 2020 - Callum Farmer + +- Don't package filesystem dirs +- BuildRequires openbox to provide /etc/xdg/openbox + +------------------------------------------------------------------- +Mon Apr 27 11:02:55 UTC 2020 - Callum Farmer + +- Changed lxqt-session.keyring to tsujan's key + +------------------------------------------------------------------- +Sat Apr 25 10:42:54 UTC 2020 - Callum Farmer + +- Update to version 0.15.0 + * Fixed memory leak triggered by wine and specific games. + * Corrected dialog location with multi-screen setups. + +------------------------------------------------------------------- +Fri Feb 7 10:26:06 UTC 2020 - Michael Vetter + +- bsc#1159958: Use breeze icon theme + Paper doesn't have yast icons yet. +- Rename lxqt-session-papericontheme.patch to + lxqt-session-icontheme.patch + +------------------------------------------------------------------- +Mon Jan 27 10:31:11 UTC 2020 - Michael Vetter + +- bsc#1161365: Fix build +- Add buildrequire for glib + +------------------------------------------------------------------- +Fri Mar 1 09:55:49 UTC 2019 - mvetter@suse.com + +- Update to 0.14.1: + * Only translations was changed + +------------------------------------------------------------------- +Wed Feb 27 10:20:55 UTC 2019 - mvetter@suse.com + +- bsc#1127043: Use Openbox as default WM + 0.14.0 removed Openbox as default WM from session config. + At the same time if more than one WM is present at first start, + a WM chooser dialog is shown. We want Openbox to stay the default + WM even though we have it only as Recommends. +- Add lxqt-session-default_wm.patch + +------------------------------------------------------------------- +Thu Jan 31 10:26:27 UTC 2019 - Michael Vetter + +- Update to 0.14.0: + * Completed our WM list + * Don’t default on Openbox, make the automatic WM + selection more reliable +- Move translation from lxqt-l10n into package + +------------------------------------------------------------------- +Tue Oct 23 16:06:39 UTC 2018 - mvetter@suse.com + +- bsc#1112961: Use Paper icon theme + It gets installed through a Requires in patterns-lxqt +- Add lxqt-session-papericontheme.patch + +------------------------------------------------------------------- +Tue Jul 24 08:52:28 UTC 2018 - mvetter@suse.com + +- bsc#1099800: Various LXQt components weren't able to find + their config files +- Add lxqt-0.13.0-xdg-config-dir.patch + +------------------------------------------------------------------- +Wed Jun 20 13:14:01 UTC 2018 - mvetter@suse.com + +- Obsolete lxqt-l10n: its not needed for 0.13.0 + All packages now contain the translations themselves + +------------------------------------------------------------------- +Tue May 22 15:18:03 UTC 2018 - mvetter@suse.com + +- Update to 0.13.0: + * Better support for *BSD world by changed usage of libudev + * Use more directories for searching defaults (add /usr/share & /etc into XDG_CONFIG_DIRS) + +------------------------------------------------------------------- +Tue May 8 18:00:50 UTC 2018 - fabian@ritter-vogt.de + +- Don't use %fdupes -s as symlinks in the xsession directory have a + special meaning (boo#1092251) + +------------------------------------------------------------------- +Wed Oct 25 22:00:41 UTC 2017 - mvetter@suse.com + +- Add default-xsession which fvogt@suse.com added to + (now deprecated) lxqt-common in the past + +------------------------------------------------------------------- +Mon Oct 23 11:37:19 UTC 2017 - mvetter@suse.com + +- Update to 0.12.0: + * Set patch version + * lxqt-session: Unify arguments parsing + * Don't export github templates + * Add/Update Lithuanian language + * c'n'p bug + * add basic cli to lxqt-session + * lxqt-session: Provide reboot/powerOff methods + * Drops Qt5Core_VERSION_STRING + * lxqt-config-session: set Qt::AA_UseHighDpiPixmaps to true + * lxqt-leave: set Qt::AA_UseHighDpiPixmaps to true + * improved --version + * Added QCommandLineParser and basic cli interface to lxqt-conf-session + * Added default CMAKE_BUILD_TYPE and LXQT_SESSION_PATCH_VERSION + * String encoding (#103) + * Fixes a FTBFS in superbuild mode (#102) + * lxqt-leave: Fix "disabled items" key navigation + * Address "unused parameter" compiler warnings + * lxqt-leave: Redesign dialog for good key navigation + * Removed superfluous include(LXQtTranslateDesktop) + * fixed config/CMakeLists.txt + * Merged relevant parts of CMakeLists.txt.lxqt-common into CMakeLists.txt + * Rename CMakeLists.txt -> CMakeLists.txt.lxqt-common + * Add Basque translation of lxqt-leave and update Basque translation of lxqt-config-session + * leavedialog: Use "expected" tab order + * LeaveDialog: Accept enter key for action/cancel firing + * LeaveDialog: Use "override" keyword + * leavedialog: Don't trigger "cancel" on Enter + * LeaveDialog: Use correct method + * startlxqt: Consider $XDG_RUNTIME_DIR/bus for DBus + * Updated *_da.desktop files and removed *_da_DK.desktop files + * Bump year + * Update desktop entries and Replace fr_FR by fr + * Use the LXQtConfigVars module + * Fixed typo + * Remove cpack (#61) + * startlxqt: Consider LXQT_DEFAULT_OPENBOX_CONFIG + * startlxqt: Honor the pre-defined SAL_USE_VLCPLUGIN + * Replace lxqt-rc.xml with latest openbox version + * startlxqt: Consider pre-exising LXDE OB config also + * build: Revert @6d6d2bef54 + * build: Add xmessage as "dependency" + * Openbox: Fix informational message about adoption of rc.xml + * lxqt-rc.xml: Change default config install path + * startlxqt: Copy existing openbox config preferably + * Improves changed Openbox default path startup message (#51) + * Disable gtk+ 3 overlay scrollbars by default. + * Don't add XDG_DATA_HOME to XDG_DATA_DIRS (#47) + * Message about Openbox default path changed. + * Warning message about openbox settings path changed. + * startlxqt: Force XDG_CONFIG_DIRS to contain @LXQT_ETC_XDG_DIR@ + * Copy openbox defaults at session start. + * Rename openbox/rc.xml to openbox/lxqt-openbox-rc.xml + * Openbox aero snap using mouse wheel over title bar. + * Settings Openbox updated. + * Default key shortcuts added to lxqt-globalkeysd. + * CMakeLists: Use LXQT_GRAPHICS_DIR for graphics + * Add startlxqt man page + * Fixes #807 – Add XDG_CACHE_HOME definition + * startlxqt: optimization of XDG_DATA_DIRS + * corrected indentation + * startlxqt: Set proper prefix for XDG_DATA_DIRS + * Update Greek translation (el) Remove country variant from language code + * Rename LxQt to LXQt everywhere + * CMake: Adds Runtime and Devel install COMPONENTs + * Coding style changes + * Removes no added value comments + * Adds double quotes to everything that may break + * Use GNUINnstallDirs + * Updates the build system to use the Targets infrastructure + * Enable the "leave confirmation dialog" by default + * TryExec to detect proper installed lxqt-session + * Uniforms indentation + * Sets env variable XDG_CONFIG_DIRS + * Drops hardcoded /etc/xdg paths + * Set LibreOffice's plugin env var to kde4 + * config: auto-detect succesfully kwin on recent kwin versions + * Updated german translation, replaced Qt4 by Qt in all xsession/translations + * Adds an scalable start-here-lxqt icon + * use LXQt-specific menu file + * Renames some .desktop files + * Portuguese update for .desktop files + * - Unify naming for a unique lxqt. No more suffixes + * Make frost the default theme + * Defines XDG_DATA_HOME and XDG_DATA_DIRS environment variables + * Updates translations infrastructure + * Update the required minimum cmake version + * Clean up CMakeLists.txt and drop Qt 4 support + * Set environment variable GTK_CSD=0 to turn off the default client side decoration for gtk+ 3 programs. (This will not always work if a gtk+3 program explicitly sets a title bar and turns on CSD.) + * Add some more default values for Qt settings. + * Update default config file. + * Add Qt5 support. + * Support Qt5 platform plugin and add some more comments. + * Remove XDG_CURRENT_DESKTOP=Razor from environment variables. + * Set XDG_CURRENT_DESKTOP to LXQt + * remove dead template lines switch OnlyShowIn from Razor -> LXQt stringchanges LxQt -> LXQt + * Use LXQt as desktop name + * Add CPack rules for creating tarball + * Add session.conf and windowmanagers.conf. + * Change XDG_CURRENT_DESKTOP to Razor for now. (May rename to LxQt or something else in the future.) + * Export environment varialbe QT_PLATFORM_PLUGIN=lxqt to let all Qt programs load lxqt-qtplugin and apply lxqt settings. + * Support lxqt-session and add necessary xdg autostart desktop entry files. + * Run lxde-qt with XDG_CURRENT_DESKTOP=RAZOR + * Fix renaming bugs, replacing lxqt-qt with lxde-qt + * Finish the crazy razor=>lxqt renaming tasks. + * Rename dirs and replace razor with lxqt. Install lxqt.conf to /etc/xdg/lxqt and provide theme config. + * Properly set default wallpaper for pcmanfm-qt. Comment out openbox config handling in startlxde-qt since it's not needed. + * Remove custom openbox config file in desktop.conf temporarily until lxsession is fixed. + * Fix file paths, replacing razor with lxqt. * Remove Alt+F2 and Ctrl+Esc from openbox config file to avoid conflicts with lxqt-panel & lxqt-globalkeys. + * Add default configuration files for lxde-qt session. +- Remove because contained in new release: + * lxqt-session-0.11.1-add-poweroff.patch + * lxqt-session-0.11.1-string-encoding.patch + +------------------------------------------------------------------- +Wed Sep 13 12:34:35 UTC 2017 - mvetter@suse.com + +- boo#1044483: + * Add lxqt-session-0.11.1-string-encoding.patch + to have new string encoding + * Add lxqt-session-0.11.1-add-poweroff.patch + add option to power off + +------------------------------------------------------------------- +Fri Feb 24 01:38:49 UTC 2017 - sfalken@opensuse.org + +- Update to 0.11.1: + * Adds an nullptr check when restarting a module (#90) + * Fixes a session logout crash (#88) + * Updated da.desktop files and removed da_DK.desktop files + * Moves FindUDev to the lxqt-build-tools repo + * Reworks X11 CMake libraries + * Removes all XCB stuff from CMake + * Update french desktop entries + * lxqt-config-session: Use localized comment + * Make CMakeLists.txt more uniform. + * Remove cpack (#83) + +------------------------------------------------------------------- +Sat Sep 24 21:55:23 UTC 2016 - mvetter@suse.com + +- Update to 0.11.0: + * lockscreenmanager: always listen to the session provider's lock signal (#79) + * Update Polish translation + * Add README.md + * lxqt-config-session: Warn about restart required when removing env variable + * Add Catalan translations + * lockscreenmanager: use categorized logger + * Make screen locking before power actions optional + * Add and Update Arabic Translations for Desktop Files + * lxqt-session: Replace qCInfo() by qCWarning() + * Adds an WITH_LIBUDEV CMake option (#74) + * lockscreenmanager: add more log messages + * Add logic to lock screen before system sleeps + * lxqt-session: Use QLoggingCategory for logging/debug + * lxqt-session: Use the base name to compare Wm's names + * build: Use external translations + * ts-files removal (#72) + * Use const references with the foreach iterator + * leave: ask or not for confirmation from main dialog + * Adjust config dialog's size on startup + * Make it compile using QT_USE_QSTRINGBUILDER + * Fix lxqt-leave tab order + * lxqt-session doesn't copy openbox defaults at session start. startlxqt from lxqt-common will copy it. + * fixup...centering & spacing + * leave: do not set maximum size as minimum size + * Use XdgDir to find default path. + * Openbox default settings removed. + * Load LXQt default settings for Openbox. + * UserLocations: An user entered empty string represents the default value + * lxqt-config-session: Adds tooltips to the User Directories edits + * lxqt-config-session: Replaces Locations by User Directories + * Bump year Fix used licenses. lxqt-session is LGPL only + * Re-arrange the buttons + * lxqt-leave: Reworks window flags + * lxqt-leave: Make all buttons of equal width + * lxqt-leave: Center the dialog relative to the screen + * lxqt-leave: Removes window border and makes it stay on top + * lxqt-leave: Make the icons bigger and improves button alignement + * Updated german translation. + * Fix realloc() usage Check malloc() call result against NULL + * Add HR translations + * lxqt-session: Update man pages and make session the overview + * Update italian translation + * Updated Russian translations Removed ru_RU files + * Makes the dependency on xdg-user-dirs-update explicit + * Fix ending session and stopping modules + * upd: lxqt-config-session_hu.ts del: lxt-config-session_hu_HU.ts + * Fix desktop file + * Make desktop files valid + * CMakeLists.txt: Add cmake minimum required version +- Add keyring +- Remove 0001-Make-desktop-files-valid.patch: upstreamed +- Remove 0002-Fix-desktop-file.patch: upstreamed + +------------------------------------------------------------------- +Fri Nov 6 16:44:48 UTC 2015 - mvetter@suse.com + +- Upstream release 0.10.0 +- Adding patches to make desktop files valid: + * 0001-Make-desktop-files-valid.patch + * 0002-Fix-desktop-file.patch +- Removing patches: + * fix_desktop_categories.patch - Using sed in spec file now. + +------------------------------------------------------------------- +Fri Feb 20 21:26:45 UTC 2015 - sfalken@opensuse.org + +- Changed %build and %install to used cmake macros + +------------------------------------------------------------------- +Mon Feb 9 23:18:59 UTC 2015 - sfalken@opensuse.org + +- New upstream version 0.9.0 +- Added -lang subpackage +- Added Patch + + fix_desktop_categories.patch - fixes category definitions to +comply with openSUSE policy + +------------------------------------------------------------------- +Mon Jan 26 00:44:05 UTC 2015 - sfalken@opensuse.org + +- Added conditionals to enable Fedora builds + +------------------------------------------------------------------- +Sat Oct 25 12:05:44 UTC 2014 - andrea@opensuse.org + +- new upstream version 0.8.0 + +------------------------------------------------------------------- +Tue May 13 16:47:45 UTC 2014 - sfalken@opensuse.org + +- Specfile Cleanup + +------------------------------------------------------------------- +Mon May 12 16:27:18 UTC 2014 - sfalken@opensuse.org + +- Removed fedora specfile, split into subproject + Del: lxqt-session-Fedora_20.spec + +------------------------------------------------------------------- +Sat May 10 21:27:50 UTC 2014 - sfalken@opensuse.org + +- Ran spec-cleaner on openSUSE specfile + +------------------------------------------------------------------- +Fri May 9 23:10:11 UTC 2014 - sfalken@opensuse.org + +- Added specfile for Fedora_20 + Add: lxqt-session-Fedora_20.spec + +------------------------------------------------------------------- +Fri May 9 18:08:20 UTC 2014 - sfalken@opensuse.org + +- Added tarball for new stable release + Add: lxqt-session-0.7.0.tar.xz + Del: _service + +------------------------------------------------------------------- +Thu Apr 3 13:17:44 UTC 2014 - sfalken@opensuse.org + +- Initial Source Upload + Add: _service + Add: lxqt-session.spec + Add: lxqt-session.changes + diff --git a/lxqt-session.keyring b/lxqt-session.keyring new file mode 100644 index 0000000..35388e4 --- /dev/null +++ b/lxqt-session.keyring @@ -0,0 +1,52 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- + +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 +sw== +=gSIv +-----END PGP PUBLIC KEY BLOCK----- \ No newline at end of file diff --git a/lxqt-session.spec b/lxqt-session.spec new file mode 100644 index 0000000..881e8ed --- /dev/null +++ b/lxqt-session.spec @@ -0,0 +1,144 @@ +# +# spec file for package lxqt-session +# +# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2024 Shawn W Dunn +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: lxqt-session +Version: 2.1.1 +Release: 0 +Summary: LXQt Session Manager +License: LGPL-2.1-or-later +Group: System/GUI/Other +URL: https://github.com/lxqt/lxqt-session +Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz +Source1: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc +Source2: %{name}.keyring +# mvetter@suse.com bsc#1127043 - Use Openbox as default WM +Patch1: %{name}-default_wm.patch +BuildRequires: cmake >= 3.18.0 +BuildRequires: fdupes +BuildRequires: gcc-c++ +BuildRequires: pkgconfig +BuildRequires: qtxdg-tools >= 4.1.0 +BuildRequires: xdg-user-dirs +BuildRequires: cmake(KF6WindowSystem) +BuildRequires: cmake(LayerShellQt) >= 6.0.0 +BuildRequires: cmake(Qt6DBus) +BuildRequires: cmake(Qt6LinguistTools) +BuildRequires: cmake(Qt6Widgets) +BuildRequires: cmake(lxqt2-build-tools) +BuildRequires: cmake(qtxdg-tools) +BuildRequires: pkgconfig(libproc2) >= 4.0.0 +BuildRequires: pkgconfig(libudev) +BuildRequires: pkgconfig(lxqt) >= 2.1.0 +BuildRequires: pkgconfig(x11) +Requires(post): update-alternatives +Requires(postun): update-alternatives +Requires: %{name}-branding = %{version}-%{release} +Requires: qtxdg-tools +Recommends: %{name}-lang = %{version}-%{release} + +%description +lxqt-session is the standard session manager used by LXQt. The lxqt-session manager +is used to automatically start a set of applications and set up a working desktop +environment. Moreover, the session manager is able to remember the applications in +use when a user logs out and to restart them the next time the user logs in. + +%lang_package + +%package branding-upstream +Summary: Upstream branding of %{name} +Group: System/GUI/LXQt +Requires: %{name} = %{version} +Supplements: (%{name} and branding-upstream) +Conflicts: %{name}-branding +Provides: %{name}-branding = %{version} +BuildArch: noarch + +%description branding-upstream +This package provides the upstream look and feel for %{name}. + +%prep +%autosetup -p1 +sed -i 's/^\(Type=\).*/\1XSession/' xsession/lxqt.desktop.in +sed -i '/^Categories/s/\(LXQt\;\)/X-\1/' lxqt-config-session/lxqt-config-session.desktop.in + +%build +%cmake_qt6 +%{qt6_build} + +%install +%{qt6_install} +%fdupes -s %{buildroot}%{_datadir} +install -Dm 0644 %{buildroot}%{_datadir}/lxqt/{lxqt,session,windowmanagers,waylandwindowmanagers}.conf -t %{buildroot}%{_sysconfdir}/xdg/lxqt/ + +# for default-xsession +mkdir -p %{buildroot}%{_sysconfdir}/alternatives +touch %{buildroot}%{_sysconfdir}/alternatives/default-xsession.desktop +ln -s %{_sysconfdir}/alternatives/default-xsession.desktop %{buildroot}%{_datadir}/xsessions/default.desktop + +%find_lang %{name} --with-qt --all-name + +%check +%ctest + +%post +%{_sbindir}/update-alternatives --install %{_datadir}/xsessions/default.desktop \ + default-xsession.desktop %{_datadir}/xsessions/lxqt.desktop 20 + +%postun +[ -f %{_datadir}/xsessions/lxqt.desktop ] || %{_sbindir}/update-alternatives \ + --remove default-xsession.desktop %{_datadir}/xsessions/lxqt.desktop + +%files +%license LICENSE +%doc AUTHORS CHANGELOG README.md +%{_bindir}/lxqt-config-session +%{_bindir}/%{name} +%{_bindir}/lxqt-leave +%{_datadir}/applications/lxqt-*.desktop +%{_mandir}/man?/lxqt-*%{?ext_man} +%config %{_sysconfdir}/xdg/autostart/lxqt-xscreensaver-autostart.desktop +%{_bindir}/startlxqt +%{_mandir}/man1/startlxqt.1%{?ext_man} +%{_datadir}/xsessions/lxqt.desktop +%{_datadir}/lxqt/lxqt.conf +%{_datadir}/lxqt/session.conf +%{_datadir}/lxqt/windowmanagers.conf +%{_datadir}/lxqt/waylandwindowmanagers.conf + +# for default-xsession +%ghost %{_sysconfdir}/alternatives/default-xsession.desktop +%ghost %attr(0644,root,root) %{_sysconfdir}/alternatives/default.desktop +%{_datadir}/xsessions/default.desktop + +%files branding-upstream +%dir %{_sysconfdir}/xdg/ +%dir %{_sysconfdir}/xdg/lxqt/ +%config %{_sysconfdir}/xdg/lxqt/lxqt.conf +%config %{_sysconfdir}/xdg/lxqt/session.conf +%config %{_sysconfdir}/xdg/lxqt/windowmanagers.conf +%config %{_sysconfdir}/xdg/lxqt/waylandwindowmanagers.conf + +%files lang -f %{name}.lang +%dir %{_datadir}/lxqt +%dir %{_datadir}/lxqt/translations +%dir %{_datadir}/lxqt/translations/lxqt-config-session +%dir %{_datadir}/lxqt/translations/lxqt-leave +%dir %{_datadir}/lxqt/translations/%{name} + +%changelog