From d9ab2c775fc6872570fb6bd7c219c042c970a685 Mon Sep 17 00:00:00 2001 From: landry Date: Sun, 28 Oct 2018 18:51:39 +0000 Subject: [PATCH] Fixed tarball rerolled upstream (yeah, i know..) --- x11/xfce4/xfce4-notifyd/distinfo | 4 +- .../xfce4-notifyd/patches/patch-configure | 47 ------------------- 2 files changed, 2 insertions(+), 49 deletions(-) delete mode 100644 x11/xfce4/xfce4-notifyd/patches/patch-configure diff --git a/x11/xfce4/xfce4-notifyd/distinfo b/x11/xfce4/xfce4-notifyd/distinfo index 0b527d24825..8f6fa6661a5 100644 --- a/x11/xfce4/xfce4-notifyd/distinfo +++ b/x11/xfce4/xfce4-notifyd/distinfo @@ -1,2 +1,2 @@ -SHA256 (xfce4/xfce4-notifyd-0.4.3.tar.bz2) = zpHO+Ryz1+ReL9HIGmq7wAEXMJ98KYHBfGWElQ1Gj7Y= -SIZE (xfce4/xfce4-notifyd-0.4.3.tar.bz2) = 534400 +SHA256 (xfce4/xfce4-notifyd-0.4.3.tar.bz2) = KT3aCEz8pIh650Dicl/fxkQSvBDqx6Vakk6xRILc6sA= +SIZE (xfce4/xfce4-notifyd-0.4.3.tar.bz2) = 534378 diff --git a/x11/xfce4/xfce4-notifyd/patches/patch-configure b/x11/xfce4/xfce4-notifyd/patches/patch-configure deleted file mode 100644 index d9459ea6dcb..00000000000 --- a/x11/xfce4/xfce4-notifyd/patches/patch-configure +++ /dev/null @@ -1,47 +0,0 @@ -$OpenBSD: patch-configure,v 1.1 2018/10/28 17:23:55 landry Exp $ - -fix wrong dep on panel 4.13 - -Index: configure ---- configure.orig -+++ configure -@@ -15846,9 +15846,9 @@ fi - - - -- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxfce4panel-2.0 >= 4.13.0" >&5 --$as_echo_n "checking for libxfce4panel-2.0 >= 4.13.0... " >&6; } -- if $PKG_CONFIG "--atleast-version=4.13.0" "libxfce4panel-2.0" >/dev/null 2>&1; then -+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxfce4panel-2.0 >= 4.12.0" >&5 -+$as_echo_n "checking for libxfce4panel-2.0 >= 4.12.0... " >&6; } -+ if $PKG_CONFIG "--atleast-version=4.12.0" "libxfce4panel-2.0" >/dev/null 2>&1; then - LIBXFCE4PANEL_VERSION=`$PKG_CONFIG --modversion "libxfce4panel-2.0"` - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4PANEL_VERSION" >&5 - $as_echo "$LIBXFCE4PANEL_VERSION" >&6; } -@@ -15865,7 +15865,7 @@ $as_echo_n "checking LIBXFCE4PANEL_LIBS... " >&6; } - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBXFCE4PANEL_LIBS" >&5 - $as_echo "$LIBXFCE4PANEL_LIBS" >&6; } - -- LIBXFCE4PANEL_REQUIRED_VERSION=4.13.0 -+ LIBXFCE4PANEL_REQUIRED_VERSION=4.12.0 - - - -@@ -15881,7 +15881,7 @@ $as_echo "found, but $xdt_cv_version" >&6; } - - echo "*** The required package libxfce4panel-2.0 was found on your system," - echo "*** but the installed version ($xdt_cv_version) is too old." -- echo "*** Please upgrade libxfce4panel-2.0 to atleast version 4.13.0, or adjust" -+ echo "*** Please upgrade libxfce4panel-2.0 to atleast version 4.12.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." -@@ -15893,7 +15893,7 @@ $as_echo "not found" >&6; } - - - echo "*** The required package libxfce4panel-2.0 was not found on your system." -- echo "*** Please install libxfce4panel-2.0 (atleast version 4.13.0) or adjust" -+ echo "*** Please install libxfce4panel-2.0 (atleast version 4.12.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."