Fixed tarball rerolled upstream (yeah, i know..)
This commit is contained in:
parent
de204fc8ba
commit
d9ab2c775f
@ -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
|
||||
|
@ -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."
|
Loading…
x
Reference in New Issue
Block a user