Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
X11:xfce:4.19
xfce4-session
0002-relax-x11-version.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0002-relax-x11-version.patch of Package xfce4-session
diff -rup a/configure.ac b/configure.ac --- a/configure.ac 2024-03-31 11:52:44.000000000 +0200 +++ b/configure.ac 2024-10-24 11:56:35.024416808 +0200 @@ -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-03-31 11:53:50.000000000 +0200 +++ b/configure 2024-10-24 11:57:26.381093096 +0200 @@ -19504,11 +19504,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 @@ -19664,9 +19664,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; } @@ -19683,7 +19683,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 @@ -19712,7 +19712,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." @@ -19724,7 +19724,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." @@ -19972,11 +19972,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 @@ -20132,9 +20132,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; } @@ -20151,7 +20151,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 @@ -20180,7 +20180,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." @@ -20192,7 +20192,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." @@ -20206,11 +20206,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 @@ -20366,9 +20366,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; } @@ -20385,7 +20385,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 @@ -20414,7 +20414,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." @@ -20426,7 +20426,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." @@ -20678,11 +20678,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 @@ -20838,9 +20838,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; } @@ -20857,7 +20857,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 @@ -20886,7 +20886,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." @@ -20898,7 +20898,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." @@ -21146,11 +21146,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 @@ -21306,9 +21306,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; } @@ -21325,7 +21325,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 @@ -21354,7 +21354,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." @@ -21366,7 +21366,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." @@ -21380,11 +21380,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 @@ -21540,9 +21540,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; } @@ -21559,7 +21559,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 @@ -21588,7 +21588,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." @@ -21600,7 +21600,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."
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor