diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-03-02 23:02:59 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-03-02 23:02:59 +0000 |
commit | dc68bce80e10bc5f4bb45bceb604092b071c65ef (patch) | |
tree | 42a97c9c80bc4477e191c482e455ebf792c9f755 /net-irc/xchat-gnome/files | |
parent | Fixed patch - again! (diff) | |
download | historical-dc68bce80e10bc5f4bb45bceb604092b071c65ef.tar.gz historical-dc68bce80e10bc5f4bb45bceb604092b071c65ef.tar.bz2 historical-dc68bce80e10bc5f4bb45bceb604092b071c65ef.zip |
Version bump, bug #124532.
Package-Manager: portage-2.1_pre5-r2
Diffstat (limited to 'net-irc/xchat-gnome/files')
-rw-r--r-- | net-irc/xchat-gnome/files/0.10-libnotify-libsexy-configure.patch | 55 | ||||
-rw-r--r-- | net-irc/xchat-gnome/files/digest-xchat-gnome-0.10 | 3 |
2 files changed, 58 insertions, 0 deletions
diff --git a/net-irc/xchat-gnome/files/0.10-libnotify-libsexy-configure.patch b/net-irc/xchat-gnome/files/0.10-libnotify-libsexy-configure.patch new file mode 100644 index 000000000000..b4be5330749c --- /dev/null +++ b/net-irc/xchat-gnome/files/0.10-libnotify-libsexy-configure.patch @@ -0,0 +1,55 @@ +diff -Nur xchat-gnome-0.10.orig/configure.ac xchat-gnome-0.10/configure.ac +--- xchat-gnome-0.10.orig/configure.ac 2006-03-02 21:23:29.268163000 +0000 ++++ xchat-gnome-0.10/configure.ac 2006-03-02 21:31:37.000000000 +0000 +@@ -110,24 +110,39 @@ + + AM_CONDITIONAL([ENABLE_DBUS],[test "x$dbus" = "xyes"]) + ++AC_ARG_ENABLE([libsexy], ++ AS_HELP_STRING([--enable-libsexy],[Enable libsexy support]), ++ [enable_libsexy=$enableval libsexy=$enableval], ++ [enable_libsexy=no libsexy=no]) ++ + # libsexy soft dependency +-PKG_CHECK_MODULES([LIBSEXY], [libsexy >= $LIBSEXY_REQUIRED], libsexy=yes, libsexy=no) +-AC_SUBST([LIBSEXY_CFLAGS]) +-AC_SUBST([LIBSEXY_LIBS]) ++if test "x$enable_libsexy" = "xyes"; then ++ PKG_CHECK_MODULES([LIBSEXY], [libsexy >= $LIBSEXY_REQUIRED], libsexy=yes, libsexy=no) ++ AC_SUBST([LIBSEXY_CFLAGS]) ++ AC_SUBST([LIBSEXY_LIBS]) ++fi ++ + AM_CONDITIONAL([ENABLE_LIBSEXY],[test "x$libsexy" = "xyes"]) +-if test "x$libsexy" = xyes; then +- AC_DEFINE(HAVE_LIBSEXY, 1, [Enable libsexy]) +-else +- AC_MSG_WARN([Library requirements (libsexy >= $LIBSEXY_REQUIRED) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.]) ++ ++if test "x$enable_libsexy" = "xyes" && test "x$libsexy" != "xyes"; then ++ AC_MSG_ERROR([libsexy not found]) + fi + ++AC_ARG_ENABLE([libnotify], ++ AS_HELP_STRING([--enable-libnotify],[Enable libnotify support]), ++ [enable_libnotify=$enableval libnotify=$enableval], ++ [enable_libnotify=no libnotify=no]) ++ + # libnotify soft dependency +-PKG_CHECK_MODULES([LIBNOTIFY], [libnotify >= $LIBNOTIFY_REQUIRED], libnotify=yes, libnotify=no) +-AC_SUBST([LIBNOTIFY_CFLAGS]) +-AC_SUBST([LIBNOTIFY_LIBS]) ++if test "x$enable_libnotify" = "xyes"; then ++ PKG_CHECK_MODULES([LIBNOTIFY], [libnotify >= $LIBNOTIFY_REQUIRED], libnotify=yes, libnotify=no) ++ AC_SUBST([LIBNOTIFY_CFLAGS]) ++ AC_SUBST([LIBNOTIFY_LIBS]) ++fi ++ + AM_CONDITIONAL([ENABLE_LIBNOTIFY],[test "x$libnotify" = "xyes"]) +-if test "x$libnotify" = xyes; then +- AC_MSG_WARN([Library requirements (libnotify >= $LIBNOTIFY_REQUIRED) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.]) ++if test "x$enable_libnotify" = "xyes" && test "x$libnotify" != "xyes"; then ++ AC_MSG_ERROR([libnotify not found]) + fi + + # GConf diff --git a/net-irc/xchat-gnome/files/digest-xchat-gnome-0.10 b/net-irc/xchat-gnome/files/digest-xchat-gnome-0.10 new file mode 100644 index 000000000000..70a809859821 --- /dev/null +++ b/net-irc/xchat-gnome/files/digest-xchat-gnome-0.10 @@ -0,0 +1,3 @@ +MD5 1ff2b7adfc71592951ee843599a8c8f7 xchat-gnome-0.10.tar.bz2 1294339 +RMD160 97fdb6b6222c4a03c7df5a261050ec94ee62bef5 xchat-gnome-0.10.tar.bz2 1294339 +SHA256 042301c1797e1578c6cd655821f41230ce6ac24fcb7f9fc7c44323c76e63b027 xchat-gnome-0.10.tar.bz2 1294339 |