diff -ruN thunar-media-tags-plugin-0.2.1.orig/configure thunar-media-tags-plugin-0.2.1/configure --- thunar-media-tags-plugin-0.2.1.orig/configure 2017-10-31 00:00:00.000000000 +0100 +++ thunar-media-tags-plugin-0.2.1/configure 2017-10-31 00:00:00.000000000 +0100 @@ -14276,22 +14276,22 @@ - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for thunarx-2 >= 1.0.1" >&5 -$as_echo_n "checking for thunarx-2 >= 1.0.1... " >&6; } - if $PKG_CONFIG "--atleast-version=1.0.1" "thunarx-2" >/dev/null 2>&1; then - THUNARX_VERSION=`$PKG_CONFIG --modversion "thunarx-2"` + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for thunarx-3 >= 1.0.1" >&5 +$as_echo_n "checking for thunarx-3 >= 1.0.1... " >&6; } + if $PKG_CONFIG "--atleast-version=1.0.1" "thunarx-3" >/dev/null 2>&1; then + THUNARX_VERSION=`$PKG_CONFIG --modversion "thunarx-3"` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $THUNARX_VERSION" >&5 $as_echo "$THUNARX_VERSION" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking THUNARX_CFLAGS" >&5 $as_echo_n "checking THUNARX_CFLAGS... " >&6; } - THUNARX_CFLAGS=`$PKG_CONFIG --cflags "thunarx-2"` + THUNARX_CFLAGS=`$PKG_CONFIG --cflags "thunarx-3"` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $THUNARX_CFLAGS" >&5 $as_echo "$THUNARX_CFLAGS" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: checking THUNARX_LIBS" >&5 $as_echo_n "checking THUNARX_LIBS... " >&6; } - THUNARX_LIBS=`$PKG_CONFIG --libs "thunarx-2"` + THUNARX_LIBS=`$PKG_CONFIG --libs "thunarx-3"` { $as_echo "$as_me:${as_lineno-$LINENO}: result: $THUNARX_LIBS" >&5 $as_echo "$THUNARX_LIBS" >&6; } @@ -14303,15 +14303,15 @@ - elif $PKG_CONFIG --exists "thunarx-2" >/dev/null 2>&1; then - xdt_cv_version=`$PKG_CONFIG --modversion "thunarx-2"` + elif $PKG_CONFIG --exists "thunarx-3" >/dev/null 2>&1; then + xdt_cv_version=`$PKG_CONFIG --modversion "thunarx-3"` { $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 thunarx-2 was found on your system," + echo "*** The required package thunarx-3 was found on your system," echo "*** but the installed version ($xdt_cv_version) is too old." - echo "*** Please upgrade thunarx-2 to atleast version 1.0.1, or adjust" + echo "*** Please upgrade thunarx-3 to atleast version 1.0.1, 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." @@ -14322,8 +14322,8 @@ $as_echo "not found" >&6; } - echo "*** The required package thunarx-2 was not found on your system." - echo "*** Please install thunarx-2 (atleast version 1.0.1) or adjust" + echo "*** The required package thunarx-3 was not found on your system." + echo "*** Please install thunarx-3 (atleast version 1.0.1) 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." diff -ruN thunar-media-tags-plugin-0.2.1.orig/configure.ac thunar-media-tags-plugin-0.2.1/configure.ac --- thunar-media-tags-plugin-0.2.1.orig/configure.ac 2017-10-31 00:00:00.000000000 +0100 +++ thunar-media-tags-plugin-0.2.1/configure.ac 2017-10-31 00:00:00.000000000 +0100 @@ -73,7 +73,7 @@ dnl *********************************** XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.12.0]) XDT_CHECK_PACKAGE([EXO], [exo-1], [0.5.0]) -XDT_CHECK_PACKAGE([THUNARX], [thunarx-2], [1.0.1]) +XDT_CHECK_PACKAGE([THUNARX], [thunarx-3], [1.0.1]) XDT_CHECK_PACKAGE([TAGLIB], [taglib], [1.4]) dnl ***********************************