forked from pool/xfce4-session
Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
d27a670a4d | ||
c716969357 | |||
f49e320df5 |
350
0002-relax-x11-version.patch
Normal file
350
0002-relax-x11-version.patch
Normal file
@ -0,0 +1,350 @@
|
||||
diff -rup a/configure.ac b/configure.ac
|
||||
--- a/configure.ac 2024-12-15 10:25:08.000000000 +0100
|
||||
+++ b/configure.ac 2024-12-15 15:21:11.133488999 +0100
|
||||
@@ -16,10 +16,10 @@ m4_define([libxfce4ui_min_version], [4.1
|
||||
m4_define([xfconf_min_version], [4.12.0])
|
||||
m4_define([libxfce4windowing_min_version], [4.19.2])
|
||||
|
||||
-m4_define([libx11_min_version], [1.6.7])
|
||||
+m4_define([libx11_min_version], [1.6.5])
|
||||
m4_define([libwnck_min_version], [3.10.0])
|
||||
-m4_define([libice_min_version], [1.0.10])
|
||||
-m4_define([libsm_min_version], [1.2.3])
|
||||
+m4_define([libice_min_version], [1.0.9])
|
||||
+m4_define([libsm_min_version], [1.2.2])
|
||||
|
||||
m4_define([gtk_layer_shell_min_version], [0.7.0])
|
||||
|
||||
diff -rup a/configure b/configure
|
||||
--- a/configure 2024-12-15 10:26:08.000000000 +0100
|
||||
+++ b/configure 2024-12-15 15:22:51.370125178 +0100
|
||||
@@ -19095,11 +19095,11 @@ printf "%s\n" "not found" >&6; }
|
||||
|
||||
|
||||
if test x"$xdt_feature_deps_check_only" = x"yes"; then
|
||||
- if ! $PKG_CONFIG --exists "x11 >= 1.6.7" >/dev/null 2>&1; then
|
||||
+ if ! $PKG_CONFIG --exists "x11 >= 1.6.5" >/dev/null 2>&1; then
|
||||
if test x"$xdt_feature_deps_missing" = x""; then
|
||||
- xdt_feature_deps_missing="x11 >= 1.6.7"
|
||||
+ xdt_feature_deps_missing="x11 >= 1.6.5"
|
||||
else
|
||||
- xdt_feature_deps_missing="$xdt_feature_deps_missing, x11 >= 1.6.7"
|
||||
+ xdt_feature_deps_missing="$xdt_feature_deps_missing, x11 >= 1.6.5"
|
||||
fi
|
||||
fi
|
||||
else
|
||||
@@ -19253,9 +19253,9 @@ fi
|
||||
|
||||
|
||||
|
||||
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for x11 >= 1.6.7" >&5
|
||||
-printf %s "checking for x11 >= 1.6.7... " >&6; }
|
||||
- if $PKG_CONFIG "--atleast-version=1.6.7" "x11" >/dev/null 2>&1; then
|
||||
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for x11 >= 1.6.5" >&5
|
||||
+printf %s "checking for x11 >= 1.6.5... " >&6; }
|
||||
+ if $PKG_CONFIG "--atleast-version=1.6.5" "x11" >/dev/null 2>&1; then
|
||||
LIBX11_VERSION=`$PKG_CONFIG --modversion "x11"`
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBX11_VERSION" >&5
|
||||
printf "%s\n" "$LIBX11_VERSION" >&6; }
|
||||
@@ -19272,7 +19272,7 @@ printf %s "checking LIBX11_LIBS... " >&6
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBX11_LIBS" >&5
|
||||
printf "%s\n" "$LIBX11_LIBS" >&6; }
|
||||
|
||||
- LIBX11_REQUIRED_VERSION=1.6.7
|
||||
+ LIBX11_REQUIRED_VERSION=1.6.5
|
||||
|
||||
|
||||
|
||||
@@ -19301,7 +19301,7 @@ printf "%s\n" "found, but $xdt_cv_versio
|
||||
|
||||
echo "*** The required package x11 was found on your system,"
|
||||
echo "*** but the installed version ($xdt_cv_version) is too old."
|
||||
- echo "*** Please upgrade x11 to atleast version 1.6.7, or adjust"
|
||||
+ echo "*** Please upgrade x11 to atleast version 1.6.5, or adjust"
|
||||
echo "*** the PKG_CONFIG_PATH environment variable if you installed"
|
||||
echo "*** the new version of the package in a nonstandard prefix so"
|
||||
echo "*** pkg-config is able to find it."
|
||||
@@ -19313,7 +19313,7 @@ printf "%s\n" "not found" >&6; }
|
||||
|
||||
|
||||
echo "*** The required package x11 was not found on your system."
|
||||
- echo "*** Please install x11 (atleast version 1.6.7) or adjust"
|
||||
+ echo "*** Please install x11 (atleast version 1.6.5) or adjust"
|
||||
echo "*** the PKG_CONFIG_PATH environment variable if you"
|
||||
echo "*** installed the package in a nonstandard prefix so that"
|
||||
echo "*** pkg-config is able to find it."
|
||||
@@ -19559,11 +19559,11 @@ printf "%s\n" "not found" >&6; }
|
||||
|
||||
|
||||
if test x"$xdt_feature_deps_check_only" = x"yes"; then
|
||||
- if ! $PKG_CONFIG --exists "ice >= 1.0.10" >/dev/null 2>&1; then
|
||||
+ if ! $PKG_CONFIG --exists "ice >= 1.0.9" >/dev/null 2>&1; then
|
||||
if test x"$xdt_feature_deps_missing" = x""; then
|
||||
- xdt_feature_deps_missing="ice >= 1.0.10"
|
||||
+ xdt_feature_deps_missing="ice >= 1.0.9"
|
||||
else
|
||||
- xdt_feature_deps_missing="$xdt_feature_deps_missing, ice >= 1.0.10"
|
||||
+ xdt_feature_deps_missing="$xdt_feature_deps_missing, ice >= 1.0.9"
|
||||
fi
|
||||
fi
|
||||
else
|
||||
@@ -19717,9 +19717,9 @@ fi
|
||||
|
||||
|
||||
|
||||
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ice >= 1.0.10" >&5
|
||||
-printf %s "checking for ice >= 1.0.10... " >&6; }
|
||||
- if $PKG_CONFIG "--atleast-version=1.0.10" "ice" >/dev/null 2>&1; then
|
||||
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ice >= 1.0.9" >&5
|
||||
+printf %s "checking for ice >= 1.0.9... " >&6; }
|
||||
+ if $PKG_CONFIG "--atleast-version=1.0.9" "ice" >/dev/null 2>&1; then
|
||||
LIBICE_VERSION=`$PKG_CONFIG --modversion "ice"`
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBICE_VERSION" >&5
|
||||
printf "%s\n" "$LIBICE_VERSION" >&6; }
|
||||
@@ -19736,7 +19736,7 @@ printf %s "checking LIBICE_LIBS... " >&6
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBICE_LIBS" >&5
|
||||
printf "%s\n" "$LIBICE_LIBS" >&6; }
|
||||
|
||||
- LIBICE_REQUIRED_VERSION=1.0.10
|
||||
+ LIBICE_REQUIRED_VERSION=1.0.9
|
||||
|
||||
|
||||
|
||||
@@ -19765,7 +19765,7 @@ printf "%s\n" "found, but $xdt_cv_versio
|
||||
|
||||
echo "*** The required package ice was found on your system,"
|
||||
echo "*** but the installed version ($xdt_cv_version) is too old."
|
||||
- echo "*** Please upgrade ice to atleast version 1.0.10, or adjust"
|
||||
+ echo "*** Please upgrade ice to atleast version 1.0.9, or adjust"
|
||||
echo "*** the PKG_CONFIG_PATH environment variable if you installed"
|
||||
echo "*** the new version of the package in a nonstandard prefix so"
|
||||
echo "*** pkg-config is able to find it."
|
||||
@@ -19777,7 +19777,7 @@ printf "%s\n" "not found" >&6; }
|
||||
|
||||
|
||||
echo "*** The required package ice was not found on your system."
|
||||
- echo "*** Please install ice (atleast version 1.0.10) or adjust"
|
||||
+ echo "*** Please install ice (atleast version 1.0.9) or adjust"
|
||||
echo "*** the PKG_CONFIG_PATH environment variable if you"
|
||||
echo "*** installed the package in a nonstandard prefix so that"
|
||||
echo "*** pkg-config is able to find it."
|
||||
@@ -19791,11 +19791,11 @@ printf "%s\n" "not found" >&6; }
|
||||
|
||||
|
||||
if test x"$xdt_feature_deps_check_only" = x"yes"; then
|
||||
- if ! $PKG_CONFIG --exists "sm >= 1.2.3" >/dev/null 2>&1; then
|
||||
+ if ! $PKG_CONFIG --exists "sm >= 1.2.2" >/dev/null 2>&1; then
|
||||
if test x"$xdt_feature_deps_missing" = x""; then
|
||||
- xdt_feature_deps_missing="sm >= 1.2.3"
|
||||
+ xdt_feature_deps_missing="sm >= 1.2.2"
|
||||
else
|
||||
- xdt_feature_deps_missing="$xdt_feature_deps_missing, sm >= 1.2.3"
|
||||
+ xdt_feature_deps_missing="$xdt_feature_deps_missing, sm >= 1.2.2"
|
||||
fi
|
||||
fi
|
||||
else
|
||||
@@ -19949,9 +19949,9 @@ fi
|
||||
|
||||
|
||||
|
||||
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sm >= 1.2.3" >&5
|
||||
-printf %s "checking for sm >= 1.2.3... " >&6; }
|
||||
- if $PKG_CONFIG "--atleast-version=1.2.3" "sm" >/dev/null 2>&1; then
|
||||
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sm >= 1.2.2" >&5
|
||||
+printf %s "checking for sm >= 1.2.2... " >&6; }
|
||||
+ if $PKG_CONFIG "--atleast-version=1.2.2" "sm" >/dev/null 2>&1; then
|
||||
LIBSM_VERSION=`$PKG_CONFIG --modversion "sm"`
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBSM_VERSION" >&5
|
||||
printf "%s\n" "$LIBSM_VERSION" >&6; }
|
||||
@@ -19968,7 +19968,7 @@ printf %s "checking LIBSM_LIBS... " >&6;
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBSM_LIBS" >&5
|
||||
printf "%s\n" "$LIBSM_LIBS" >&6; }
|
||||
|
||||
- LIBSM_REQUIRED_VERSION=1.2.3
|
||||
+ LIBSM_REQUIRED_VERSION=1.2.2
|
||||
|
||||
|
||||
|
||||
@@ -19997,7 +19997,7 @@ printf "%s\n" "found, but $xdt_cv_versio
|
||||
|
||||
echo "*** The required package sm was found on your system,"
|
||||
echo "*** but the installed version ($xdt_cv_version) is too old."
|
||||
- echo "*** Please upgrade sm to atleast version 1.2.3, or adjust"
|
||||
+ echo "*** Please upgrade sm to atleast version 1.2.2, or adjust"
|
||||
echo "*** the PKG_CONFIG_PATH environment variable if you installed"
|
||||
echo "*** the new version of the package in a nonstandard prefix so"
|
||||
echo "*** pkg-config is able to find it."
|
||||
@@ -20009,7 +20009,7 @@ printf "%s\n" "not found" >&6; }
|
||||
|
||||
|
||||
echo "*** The required package sm was not found on your system."
|
||||
- echo "*** Please install sm (atleast version 1.2.3) or adjust"
|
||||
+ echo "*** Please install sm (atleast version 1.2.2) or adjust"
|
||||
echo "*** the PKG_CONFIG_PATH environment variable if you"
|
||||
echo "*** installed the package in a nonstandard prefix so that"
|
||||
echo "*** pkg-config is able to find it."
|
||||
@@ -20259,11 +20259,11 @@ printf "%s\n" "not found" >&6; }
|
||||
|
||||
|
||||
if test x"$xdt_feature_deps_check_only" = x"yes"; then
|
||||
- if ! $PKG_CONFIG --exists "x11 >= 1.6.7" >/dev/null 2>&1; then
|
||||
+ if ! $PKG_CONFIG --exists "x11 >= 1.6.5" >/dev/null 2>&1; then
|
||||
if test x"$xdt_feature_deps_missing" = x""; then
|
||||
- xdt_feature_deps_missing="x11 >= 1.6.7"
|
||||
+ xdt_feature_deps_missing="x11 >= 1.6.5"
|
||||
else
|
||||
- xdt_feature_deps_missing="$xdt_feature_deps_missing, x11 >= 1.6.7"
|
||||
+ xdt_feature_deps_missing="$xdt_feature_deps_missing, x11 >= 1.6.5"
|
||||
fi
|
||||
fi
|
||||
else
|
||||
@@ -20417,9 +20417,9 @@ fi
|
||||
|
||||
|
||||
|
||||
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for x11 >= 1.6.7" >&5
|
||||
-printf %s "checking for x11 >= 1.6.7... " >&6; }
|
||||
- if $PKG_CONFIG "--atleast-version=1.6.7" "x11" >/dev/null 2>&1; then
|
||||
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for x11 >= 1.6.5" >&5
|
||||
+printf %s "checking for x11 >= 1.6.5... " >&6; }
|
||||
+ if $PKG_CONFIG "--atleast-version=1.6.5" "x11" >/dev/null 2>&1; then
|
||||
LIBX11_VERSION=`$PKG_CONFIG --modversion "x11"`
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBX11_VERSION" >&5
|
||||
printf "%s\n" "$LIBX11_VERSION" >&6; }
|
||||
@@ -20436,7 +20436,7 @@ printf %s "checking LIBX11_LIBS... " >&6
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBX11_LIBS" >&5
|
||||
printf "%s\n" "$LIBX11_LIBS" >&6; }
|
||||
|
||||
- LIBX11_REQUIRED_VERSION=1.6.7
|
||||
+ LIBX11_REQUIRED_VERSION=1.6.5
|
||||
|
||||
|
||||
|
||||
@@ -20465,7 +20465,7 @@ printf "%s\n" "found, but $xdt_cv_versio
|
||||
|
||||
echo "*** The required package x11 was found on your system,"
|
||||
echo "*** but the installed version ($xdt_cv_version) is too old."
|
||||
- echo "*** Please upgrade x11 to atleast version 1.6.7, or adjust"
|
||||
+ echo "*** Please upgrade x11 to atleast version 1.6.5, or adjust"
|
||||
echo "*** the PKG_CONFIG_PATH environment variable if you installed"
|
||||
echo "*** the new version of the package in a nonstandard prefix so"
|
||||
echo "*** pkg-config is able to find it."
|
||||
@@ -20477,7 +20477,7 @@ printf "%s\n" "not found" >&6; }
|
||||
|
||||
|
||||
echo "*** The required package x11 was not found on your system."
|
||||
- echo "*** Please install x11 (atleast version 1.6.7) or adjust"
|
||||
+ echo "*** Please install x11 (atleast version 1.6.5) or adjust"
|
||||
echo "*** the PKG_CONFIG_PATH environment variable if you"
|
||||
echo "*** installed the package in a nonstandard prefix so that"
|
||||
echo "*** pkg-config is able to find it."
|
||||
@@ -20723,11 +20723,11 @@ printf "%s\n" "not found" >&6; }
|
||||
|
||||
|
||||
if test x"$xdt_feature_deps_check_only" = x"yes"; then
|
||||
- if ! $PKG_CONFIG --exists "ice >= 1.0.10" >/dev/null 2>&1; then
|
||||
+ if ! $PKG_CONFIG --exists "ice >= 1.0.9" >/dev/null 2>&1; then
|
||||
if test x"$xdt_feature_deps_missing" = x""; then
|
||||
- xdt_feature_deps_missing="ice >= 1.0.10"
|
||||
+ xdt_feature_deps_missing="ice >= 1.0.9"
|
||||
else
|
||||
- xdt_feature_deps_missing="$xdt_feature_deps_missing, ice >= 1.0.10"
|
||||
+ xdt_feature_deps_missing="$xdt_feature_deps_missing, ice >= 1.0.9"
|
||||
fi
|
||||
fi
|
||||
else
|
||||
@@ -20881,9 +20881,9 @@ fi
|
||||
|
||||
|
||||
|
||||
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ice >= 1.0.10" >&5
|
||||
-printf %s "checking for ice >= 1.0.10... " >&6; }
|
||||
- if $PKG_CONFIG "--atleast-version=1.0.10" "ice" >/dev/null 2>&1; then
|
||||
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ice >= 1.0.9" >&5
|
||||
+printf %s "checking for ice >= 1.0.9... " >&6; }
|
||||
+ if $PKG_CONFIG "--atleast-version=1.0.9" "ice" >/dev/null 2>&1; then
|
||||
LIBICE_VERSION=`$PKG_CONFIG --modversion "ice"`
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBICE_VERSION" >&5
|
||||
printf "%s\n" "$LIBICE_VERSION" >&6; }
|
||||
@@ -20900,7 +20900,7 @@ printf %s "checking LIBICE_LIBS... " >&6
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBICE_LIBS" >&5
|
||||
printf "%s\n" "$LIBICE_LIBS" >&6; }
|
||||
|
||||
- LIBICE_REQUIRED_VERSION=1.0.10
|
||||
+ LIBICE_REQUIRED_VERSION=1.0.9
|
||||
|
||||
|
||||
|
||||
@@ -20929,7 +20929,7 @@ printf "%s\n" "found, but $xdt_cv_versio
|
||||
|
||||
echo "*** The required package ice was found on your system,"
|
||||
echo "*** but the installed version ($xdt_cv_version) is too old."
|
||||
- echo "*** Please upgrade ice to atleast version 1.0.10, or adjust"
|
||||
+ echo "*** Please upgrade ice to atleast version 1.0.9, or adjust"
|
||||
echo "*** the PKG_CONFIG_PATH environment variable if you installed"
|
||||
echo "*** the new version of the package in a nonstandard prefix so"
|
||||
echo "*** pkg-config is able to find it."
|
||||
@@ -20941,7 +20941,7 @@ printf "%s\n" "not found" >&6; }
|
||||
|
||||
|
||||
echo "*** The required package ice was not found on your system."
|
||||
- echo "*** Please install ice (atleast version 1.0.10) or adjust"
|
||||
+ echo "*** Please install ice (atleast version 1.0.9) or adjust"
|
||||
echo "*** the PKG_CONFIG_PATH environment variable if you"
|
||||
echo "*** installed the package in a nonstandard prefix so that"
|
||||
echo "*** pkg-config is able to find it."
|
||||
@@ -20955,11 +20955,11 @@ printf "%s\n" "not found" >&6; }
|
||||
|
||||
|
||||
if test x"$xdt_feature_deps_check_only" = x"yes"; then
|
||||
- if ! $PKG_CONFIG --exists "sm >= 1.2.3" >/dev/null 2>&1; then
|
||||
+ if ! $PKG_CONFIG --exists "sm >= 1.2.2" >/dev/null 2>&1; then
|
||||
if test x"$xdt_feature_deps_missing" = x""; then
|
||||
- xdt_feature_deps_missing="sm >= 1.2.3"
|
||||
+ xdt_feature_deps_missing="sm >= 1.2.2"
|
||||
else
|
||||
- xdt_feature_deps_missing="$xdt_feature_deps_missing, sm >= 1.2.3"
|
||||
+ xdt_feature_deps_missing="$xdt_feature_deps_missing, sm >= 1.2.2"
|
||||
fi
|
||||
fi
|
||||
else
|
||||
@@ -21113,9 +21113,9 @@ fi
|
||||
|
||||
|
||||
|
||||
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sm >= 1.2.3" >&5
|
||||
-printf %s "checking for sm >= 1.2.3... " >&6; }
|
||||
- if $PKG_CONFIG "--atleast-version=1.2.3" "sm" >/dev/null 2>&1; then
|
||||
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sm >= 1.2.2" >&5
|
||||
+printf %s "checking for sm >= 1.2.2... " >&6; }
|
||||
+ if $PKG_CONFIG "--atleast-version=1.2.2" "sm" >/dev/null 2>&1; then
|
||||
LIBSM_VERSION=`$PKG_CONFIG --modversion "sm"`
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBSM_VERSION" >&5
|
||||
printf "%s\n" "$LIBSM_VERSION" >&6; }
|
||||
@@ -21132,7 +21132,7 @@ printf %s "checking LIBSM_LIBS... " >&6;
|
||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $LIBSM_LIBS" >&5
|
||||
printf "%s\n" "$LIBSM_LIBS" >&6; }
|
||||
|
||||
- LIBSM_REQUIRED_VERSION=1.2.3
|
||||
+ LIBSM_REQUIRED_VERSION=1.2.2
|
||||
|
||||
|
||||
|
||||
@@ -21161,7 +21161,7 @@ printf "%s\n" "found, but $xdt_cv_versio
|
||||
|
||||
echo "*** The required package sm was found on your system,"
|
||||
echo "*** but the installed version ($xdt_cv_version) is too old."
|
||||
- echo "*** Please upgrade sm to atleast version 1.2.3, or adjust"
|
||||
+ echo "*** Please upgrade sm to atleast version 1.2.2, or adjust"
|
||||
echo "*** the PKG_CONFIG_PATH environment variable if you installed"
|
||||
echo "*** the new version of the package in a nonstandard prefix so"
|
||||
echo "*** pkg-config is able to find it."
|
||||
@@ -21173,7 +21173,7 @@ printf "%s\n" "not found" >&6; }
|
||||
|
||||
|
||||
echo "*** The required package sm was not found on your system."
|
||||
- echo "*** Please install sm (atleast version 1.2.3) or adjust"
|
||||
+ echo "*** Please install sm (atleast version 1.2.2) or adjust"
|
||||
echo "*** the PKG_CONFIG_PATH environment variable if you"
|
||||
echo "*** installed the package in a nonstandard prefix so that"
|
||||
echo "*** pkg-config is able to find it."
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a9c5074c7338b881a5259d3b643619bf84901360c03478e1a697938ece06516
|
||||
size 922274
|
3
xfce4-session-4.20.0.tar.bz2
Normal file
3
xfce4-session-4.20.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5229233fe6ee692361cc28724886c5b08e0216d89f09c42d273191d38fd64f85
|
||||
size 1185603
|
@ -1,7 +1,7 @@
|
||||
diff -rub a/scripts/startxfce4.in b/scripts/startxfce4.in
|
||||
--- a/scripts/startxfce4.in 2016-05-03 05:02:14.000000000 +0800
|
||||
+++ b/scripts/startxfce4.in 2019-05-20 18:52:01.014092674 +0800
|
||||
@@ -76,6 +76,10 @@
|
||||
--- a/scripts/startxfce4.in 2024-03-31 17:51:38.000000000 +0800
|
||||
+++ b/scripts/startxfce4.in 2024-04-02 15:01:59.917577714 +0800
|
||||
@@ -96,6 +96,10 @@
|
||||
then
|
||||
XDG_DATA_DIRS="$XDG_DATA_DIRS:@_datadir_@"
|
||||
fi
|
||||
@ -13,9 +13,9 @@ diff -rub a/scripts/startxfce4.in b/scripts/startxfce4.in
|
||||
|
||||
if test "x$XDG_CONFIG_DIRS" = "x"
|
||||
diff -rub a/scripts/xinitrc.in.in b/scripts/xinitrc.in.in
|
||||
--- a/scripts/xinitrc.in.in 2019-05-11 04:05:58.000000000 +0800
|
||||
+++ b/scripts/xinitrc.in.in 2019-05-20 18:55:49.566603360 +0800
|
||||
@@ -44,12 +44,6 @@
|
||||
--- a/scripts/xinitrc.in.in 2024-03-31 17:51:38.000000000 +0800
|
||||
+++ b/scripts/xinitrc.in.in 2024-04-02 15:04:34.326572166 +0800
|
||||
@@ -46,12 +46,6 @@
|
||||
fi
|
||||
[ -d "$XDG_CACHE_HOME" ] || mkdir "$XDG_CACHE_HOME"
|
||||
|
||||
@ -25,10 +25,10 @@ diff -rub a/scripts/xinitrc.in.in b/scripts/xinitrc.in.in
|
||||
- xdg-user-dirs-update
|
||||
-fi
|
||||
-
|
||||
# For now, start with an empty list
|
||||
XRESOURCES=""
|
||||
|
||||
@@ -81,14 +75,11 @@
|
||||
if test "x$XFCE4_SESSION_COMPOSITOR" = "x"
|
||||
then
|
||||
# For now, start with an empty list
|
||||
@@ -115,14 +109,11 @@
|
||||
# check if we start xfce4-session with ck-launch-session. this is only
|
||||
# required for starting from a console, not a login manager
|
||||
if test "x$XFCE4_SESSION_WITH_CK" = "x1"; then
|
||||
|
@ -1,19 +1,74 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 9 18:20:02 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
Fri Dec 20 10:28:13 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- Update to version 4.18.4
|
||||
* Update copyright year
|
||||
* Explicitly depend on gio-unix-2.0
|
||||
* Replace deprecated xfce_spawn_command_line_on_screen()
|
||||
* Add missing G_(BEGIN|END)_DECLS
|
||||
* Add xapp for Wallpaper and Screenshot in xfce-portals.conf
|
||||
* Add minimal xdg-desktop-portal conf file for Xfce (Fixes #181)
|
||||
* Ensure all various XDG_* etc. env vars are passed to DBus and systemd
|
||||
* Add missing export for XDG_CONFIG_HOME and XDG_CACHE_HOME
|
||||
* Clean up SVG icon metadata for 24px, 48px actions
|
||||
* Add action icons at 96px
|
||||
* Add icons at missing sizes, clean up SVG metadata
|
||||
- Add xwayland as a required package for the new subpackage
|
||||
xfce4-session-wayland-experimental
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 15 14:19:18 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- Update to version 4.20.0:
|
||||
* Translation Updates
|
||||
- Refresh 0002-relax-x11-version.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 1 16:30:05 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- Update to version 4.19.4 [development release]
|
||||
* I18n: Update po/LINGUAS list
|
||||
* Fix leak of reason messages from libSM
|
||||
* wayland: Wait for VT switch for LightDM users before starting
|
||||
compositor
|
||||
* Avoid using bzero
|
||||
* users wanting to shutdown should be in the _shutdown group since
|
||||
OpenBSD 7.4
|
||||
* Translation Updates
|
||||
- Refresh 0002-relax-x11-version.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 1 15:43:15 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- Move all files for a wayland session into a new additional
|
||||
subpackage "xfce4-session-wayland-experimental".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 2 16:56:59 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- Update to version 4.19.3 [development release]
|
||||
* manager: Fix SmsClientHostName leak
|
||||
* Fix leaks in xfsm_properties_load
|
||||
* manager: Fix leaks in xfsm_manager_load_failsafe
|
||||
* Added missing Keywords entry to .desktop files
|
||||
* manager: Fix string array leak
|
||||
* Fix string leak in main()
|
||||
* Fix leaks in settings_list_sessions_open_key_file
|
||||
* manager: Fix string leaks
|
||||
* build: Bump requirements for Xfce 4.20
|
||||
* logout-dialog: Fix use-after-free when getting logout action
|
||||
* Apply .clang-format file
|
||||
* Fix gtk-layer-shell includes
|
||||
* Add xapp for Background xfce-portals.conf
|
||||
* manager: Fix wrong release function
|
||||
* Add css class for session chooser
|
||||
* scan-build: Fix unix.Malloc
|
||||
* scan-build: Add false positive file
|
||||
* build: clang: Fix -Wcast-align
|
||||
* build: Fix -Werror=unused-variable
|
||||
* Revert "Add new CI builds to build without X11 and Wayland"
|
||||
* build: Fix check for _IceTransNoListen
|
||||
* Translation Updates
|
||||
- Refresh 0002-relax-x11-version.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 09:30:45 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- Add 0002-relax-x11-version.patch to allow build for Leap with its
|
||||
ancient but sufficient X11 packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 06:29:12 UTC 2024 - Maurizio Galli <maurizio.galli@suse.com>
|
||||
|
||||
- Updated to version 4.19.2 (development branch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 26 07:11:11 UTC 2023 - Maurizio Galli <maurizio.galli@suse.com>
|
||||
|
@ -18,13 +18,13 @@
|
||||
|
||||
%bcond_with git
|
||||
Name: xfce4-session
|
||||
Version: 4.18.4
|
||||
Version: 4.20.0
|
||||
Release: 0
|
||||
Summary: Xfce Session Manager
|
||||
License: GPL-2.0-only
|
||||
Group: System/GUI/XFCE
|
||||
URL: https://docs.xfce.org/xfce/xfce4-session/start
|
||||
Source0: https://archive.xfce.org/src/xfce/xfce4-session/4.18/%{name}-%{version}.tar.bz2
|
||||
Source0: https://archive.xfce.org/src/xfce/xfce4-session/4.20/%{name}-%{version}.tar.bz2
|
||||
Source1: xfce-portals.conf
|
||||
Source2: xdg-current-desktop-xfce.desktop
|
||||
%if %{with git}
|
||||
@ -34,29 +34,35 @@ Patch0: xfce4-session-adapt-session-scripts-git.patch
|
||||
# PATCH-FIX-OPENSUSE xfce4-session-adapt-session-scripts.patch bnc#789057 gber@opensuse.org -- Adapt upstream sessions script to openSUSE.
|
||||
Patch1: xfce4-session-adapt-session-scripts.patch
|
||||
%endif
|
||||
# PATCH-FIX-OPENSUSE 0002-relax-x11-version.patch -- Allow build for Leap with its ancient but sufficient X11 packages.
|
||||
Patch2: 0002-relax-x11-version.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gettext >= 0.19.8
|
||||
BuildRequires: iceauth
|
||||
BuildRequires: intltool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xfce4-dev-tools
|
||||
BuildRequires: pkgconfig(atk)
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.66.0
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.66.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.66.0
|
||||
BuildRequires: pkgconfig(gmodule-2.0) >= 2.66.0
|
||||
BuildRequires: pkgconfig(gdk-wayland-3.0) >= 3.24.0
|
||||
BuildRequires: pkgconfig(gdk-x11-3.0) >= 3.24.0
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.72.0
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.72.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.72.0
|
||||
BuildRequires: pkgconfig(gmodule-2.0) >= 2.72.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.0
|
||||
BuildRequires: pkgconfig(ice)
|
||||
BuildRequires: pkgconfig(gtk-layer-shell-0) >= 0.7.0
|
||||
BuildRequires: pkgconfig(ice) >= 1.0.9
|
||||
BuildRequires: pkgconfig(libwnck-3.0) >= 3.10
|
||||
BuildRequires: pkgconfig(libxfce4panel-2.0)
|
||||
BuildRequires: pkgconfig(libxfce4ui-2) >= 4.18.2
|
||||
BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.17.2
|
||||
BuildRequires: pkgconfig(libxfce4ui-2) >= 4.18.4
|
||||
BuildRequires: pkgconfig(libxfce4util-1.0) >= 4.19.2
|
||||
BuildRequires: pkgconfig(libxfce4windowing-0) >= 4.19.2
|
||||
BuildRequires: pkgconfig(libxfconf-0) >= 4.12.0
|
||||
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.102
|
||||
BuildRequires: pkgconfig(sm)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(sm) >= 1.2.2
|
||||
BuildRequires: pkgconfig(x11) >= 1.6.5
|
||||
Requires: %{name}-branding
|
||||
Requires: systemd
|
||||
Requires: xfce4-settings
|
||||
@ -95,6 +101,17 @@ BuildArch: noarch
|
||||
%description branding-upstream
|
||||
This package provides the upstream look and feel for the Xfce Session Manager.
|
||||
|
||||
%package wayland-experimental
|
||||
Summary: Xfce Session Manager for Wayland
|
||||
Group: System/GUI/XFCE
|
||||
Requires: %{name} = %{version}
|
||||
Requires: labwc
|
||||
Requires: xwayland
|
||||
|
||||
%description wayland-experimental
|
||||
xfce4-wayland-experimental-session is the Wayland session manager
|
||||
for the Xfce desktop environment.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
@ -143,9 +160,6 @@ mkdir -p %{buildroot}%{_sysconfdir}/alternatives
|
||||
touch %{buildroot}%{_sysconfdir}/alternatives/default-xsession.desktop
|
||||
ln -s %{_sysconfdir}/alternatives/default-xsession.desktop %{buildroot}%{_datadir}/xsessions/default.desktop
|
||||
|
||||
# remove xscreensaver desktop file. We use xfce4-screensaver instead.
|
||||
rm %{buildroot}%{_sysconfdir}/xdg/autostart/xscreensaver.desktop
|
||||
|
||||
%post
|
||||
%{_sbindir}/update-alternatives --install %{_datadir}/xsessions/default.desktop \
|
||||
default-xsession.desktop %{_datadir}/xsessions/xfce.desktop 20
|
||||
@ -156,7 +170,7 @@ rm %{buildroot}%{_sysconfdir}/xdg/autostart/xscreensaver.desktop
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS BUGS NEWS README.md TODO
|
||||
%doc AUTHORS NEWS README.md
|
||||
%config %{_sysconfdir}/xdg/xfce4/Xft.xrdb
|
||||
%{_sysconfdir}/xdg/xfce4/xinitrc
|
||||
%config %{_sysconfdir}/xdg/autostart/xdg-current-desktop-xfce.desktop
|
||||
@ -180,4 +194,8 @@ rm %{buildroot}%{_sysconfdir}/xdg/autostart/xscreensaver.desktop
|
||||
%files branding-upstream
|
||||
%config %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
|
||||
|
||||
%files wayland-experimental
|
||||
%dir %{_datadir}/wayland-sessions
|
||||
%{_datadir}/wayland-sessions/xfce-wayland.desktop
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user