Mageia Bugzilla – Attachment 634 Details for
Bug 2017
xfce4-clipman-plugin missing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
xfce4-clipman-plugin-1.1.3-use-exo.patch
xfce4-clipman-plugin-1.1.3-use-exo.patch (text/plain), 3.14 KB, created by
Radu Cristian Fotescu
on 2011-07-03 22:23:41 CEST
(
hide
)
Description:
xfce4-clipman-plugin-1.1.3-use-exo.patch
Filename:
MIME Type:
Creator:
Radu Cristian Fotescu
Created:
2011-07-03 22:23:41 CEST
Size:
3.14 KB
patch
obsolete
>Description: Fix build with exo 0.5.x >Origin: backport, http://bugzilla.xfce.org/attachment.cgi?id=3201 >Bug: http://bugzilla.xfce.org/show_bug.cgi?id=6853 >--- xfce4-clipman-plugin-1.1.3.orig/configure >+++ xfce4-clipman-plugin-1.1.3/configure >@@ -12435,26 +12435,26 @@ $as_echo "$xdt_cv_PKG_CONFIG_VERSION" >& > fi > > >- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exo-0.3 >= 0.3.0" >&5 >-$as_echo_n "checking for exo-0.3 >= 0.3.0... " >&6; } >- if $PKG_CONFIG "--atleast-version=0.3.0" "exo-0.3" >/dev/null 2>&1; then >- EXO_VERSION=`$PKG_CONFIG --modversion "exo-0.3"` >+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exo-1 >= 0.5.0" >&5 >+$as_echo_n "checking for exo-1 >= 0.5.0... " >&6; } >+ if $PKG_CONFIG "--atleast-version=0.5.0" "exo-1" >/dev/null 2>&1; then >+ EXO_VERSION=`$PKG_CONFIG --modversion "exo-1"` > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXO_VERSION" >&5 > $as_echo "$EXO_VERSION" >&6; } > > { $as_echo "$as_me:${as_lineno-$LINENO}: checking EXO_CFLAGS" >&5 > $as_echo_n "checking EXO_CFLAGS... " >&6; } >- EXO_CFLAGS=`$PKG_CONFIG --cflags "exo-0.3"` >+ EXO_CFLAGS=`$PKG_CONFIG --cflags "exo-1"` > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXO_CFLAGS" >&5 > $as_echo "$EXO_CFLAGS" >&6; } > > { $as_echo "$as_me:${as_lineno-$LINENO}: checking EXO_LIBS" >&5 > $as_echo_n "checking EXO_LIBS... " >&6; } >- EXO_LIBS=`$PKG_CONFIG --libs "exo-0.3"` >+ EXO_LIBS=`$PKG_CONFIG --libs "exo-1"` > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXO_LIBS" >&5 > $as_echo "$EXO_LIBS" >&6; } > >- EXO_REQUIRED_VERSION=0.3.0 >+ EXO_REQUIRED_VERSION=0.5.0 > > > >@@ -12462,15 +12462,15 @@ $as_echo "$EXO_LIBS" >&6; } > > > >- elif $PKG_CONFIG --exists "exo-0.3" >/dev/null 2>&1; then >- xdt_cv_version=`$PKG_CONFIG --modversion "exo-0.3"` >+ elif $PKG_CONFIG --exists "exo-1" >/dev/null 2>&1; then >+ xdt_cv_version=`$PKG_CONFIG --modversion "exo-1"` > { $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5 > $as_echo "found, but $xdt_cv_version" >&6; } > > >- echo "*** The required package exo-0.3 was found on your system," >+ echo "*** The required package exo-1 was found on your system," > echo "*** but the installed version ($xdt_cv_version) is too old." >- echo "*** Please upgrade exo-0.3 to atleast version 0.3.0, or adjust" >+ echo "*** Please upgrade exo-1 to atleast version 0.5.0, 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." >@@ -12481,8 +12481,8 @@ $as_echo "found, but $xdt_cv_version" >& > $as_echo "not found" >&6; } > > >- echo "*** The required package exo-0.3 was not found on your system." >- echo "*** Please install exo-0.3 (atleast version 0.3.0) or adjust" >+ echo "*** The required package exo-1 was not found on your system." >+ echo "*** Please install exo-1 (atleast version 0.5.0) 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."
Description: Fix build with exo 0.5.x Origin: backport, http://bugzilla.xfce.org/attachment.cgi?id=3201 Bug: http://bugzilla.xfce.org/show_bug.cgi?id=6853 --- xfce4-clipman-plugin-1.1.3.orig/configure +++ xfce4-clipman-plugin-1.1.3/configure @@ -12435,26 +12435,26 @@ $as_echo "$xdt_cv_PKG_CONFIG_VERSION" >& fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exo-0.3 >= 0.3.0" >&5 -$as_echo_n "checking for exo-0.3 >= 0.3.0... " >&6; } - if $PKG_CONFIG "--atleast-version=0.3.0" "exo-0.3" >/dev/null 2>&1; then - EXO_VERSION=`$PKG_CONFIG --modversion "exo-0.3"` + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exo-1 >= 0.5.0" >&5 +$as_echo_n "checking for exo-1 >= 0.5.0... " >&6; } + if $PKG_CONFIG "--atleast-version=0.5.0" "exo-1" >/dev/null 2>&1; then + EXO_VERSION=`$PKG_CONFIG --modversion "exo-1"` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXO_VERSION" >&5 $as_echo "$EXO_VERSION" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking EXO_CFLAGS" >&5 $as_echo_n "checking EXO_CFLAGS... " >&6; } - EXO_CFLAGS=`$PKG_CONFIG --cflags "exo-0.3"` + EXO_CFLAGS=`$PKG_CONFIG --cflags "exo-1"` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXO_CFLAGS" >&5 $as_echo "$EXO_CFLAGS" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking EXO_LIBS" >&5 $as_echo_n "checking EXO_LIBS... " >&6; } - EXO_LIBS=`$PKG_CONFIG --libs "exo-0.3"` + EXO_LIBS=`$PKG_CONFIG --libs "exo-1"` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EXO_LIBS" >&5 $as_echo "$EXO_LIBS" >&6; } - EXO_REQUIRED_VERSION=0.3.0 + EXO_REQUIRED_VERSION=0.5.0 @@ -12462,15 +12462,15 @@ $as_echo "$EXO_LIBS" >&6; } - elif $PKG_CONFIG --exists "exo-0.3" >/dev/null 2>&1; then - xdt_cv_version=`$PKG_CONFIG --modversion "exo-0.3"` + elif $PKG_CONFIG --exists "exo-1" >/dev/null 2>&1; then + xdt_cv_version=`$PKG_CONFIG --modversion "exo-1"` { $as_echo "$as_me:${as_lineno-$LINENO}: result: found, but $xdt_cv_version" >&5 $as_echo "found, but $xdt_cv_version" >&6; } - echo "*** The required package exo-0.3 was found on your system," + echo "*** The required package exo-1 was found on your system," echo "*** but the installed version ($xdt_cv_version) is too old." - echo "*** Please upgrade exo-0.3 to atleast version 0.3.0, or adjust" + echo "*** Please upgrade exo-1 to atleast version 0.5.0, 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." @@ -12481,8 +12481,8 @@ $as_echo "found, but $xdt_cv_version" >& $as_echo "not found" >&6; } - echo "*** The required package exo-0.3 was not found on your system." - echo "*** Please install exo-0.3 (atleast version 0.3.0) or adjust" + echo "*** The required package exo-1 was not found on your system." + echo "*** Please install exo-1 (atleast version 0.5.0) 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."
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2017
: 634 |
635