diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 23:50:05 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-02-26 23:50:05 +0000 |
commit | ed40676841e317a2aafa04c4c804bb6043864740 (patch) | |
tree | 91c5e4b12acc09eabb2b1234eb633aa78af224d2 /x11-plugins/compiz-plugins-extra/files/compiz-plugins-extra-0.8.8-libnotify.patch | |
parent | dc106bfbeb980942a8490753d6883eb34b13ea12 (diff) |
repo cleanup...drop old ebuilds, drop ebuilds already in portage tree
Diffstat (limited to 'x11-plugins/compiz-plugins-extra/files/compiz-plugins-extra-0.8.8-libnotify.patch')
-rw-r--r-- | x11-plugins/compiz-plugins-extra/files/compiz-plugins-extra-0.8.8-libnotify.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-plugins/compiz-plugins-extra/files/compiz-plugins-extra-0.8.8-libnotify.patch b/x11-plugins/compiz-plugins-extra/files/compiz-plugins-extra-0.8.8-libnotify.patch deleted file mode 100644 index 9287d706..00000000 --- a/x11-plugins/compiz-plugins-extra/files/compiz-plugins-extra-0.8.8-libnotify.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.ac 2011-04-21 15:51:08.000000000 +0400 -+++ configure.ac 2012-08-16 21:37:46.894173595 +0400 -@@ -136,7 +136,15 @@ - PKG_CHECK_MODULES(COMPIZMOUSEPOLL, compiz-mousepoll, [have_compiz_mousepoll=yes], [have_compiz_mousepoll=no]) - AM_CONDITIONAL(SHOWMOUSE_PLUGIN, test "x$have_compiz_mousepoll" = "xyes") - --PKG_CHECK_MODULES(LIBNOTIFY, libnotify gtk+-2.0, [have_libnotify=yes], [have_libnotify=no]) -+AC_ARG_ENABLE(notifications, AS_HELP_STRING([--enable-notifications], [Build notification plugin]), [enable_notifications=$enableval], [enable_notification=auto]) -+if test "$enable_notification" = auto; then -+ PKG_CHECK_MODULES(LIBNOTIFY, libnotify gtk+-2.0, [have_libnotify=yes], [have_libnotify=no]) -+fi -+if test "$enable_notification" = yes; then -+ PKG_CHECK_MODULES(LIBNOTIFY, libnotify gtk+-2.0, [have_libnotify=yes], AC_MSG_ERROR([Libnotify is not installed])) -+else -+ have_libnotify=no -+fi - AM_CONDITIONAL(NOTIFICATION_PLUGIN, test "x$have_libnotify" = "xyes") - if test "$have_libnotify" = yes; then - AC_DEFINE(USE_NOTIFICATION, 1, [Build notification plugin]) |