summaryrefslogtreecommitdiff
path: root/x11-misc/notification-daemon-xfce/files
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-06-25 11:20:34 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-06-25 11:20:34 +0200
commit763483fce6c1427518c2e1862aad42172b93e6f2 (patch)
tree5553e958deef536637a31fe5895cefa3d09b2888 /x11-misc/notification-daemon-xfce/files
parent7747c91e6267d1fb9e3e28eeadb1d46d204b003c (diff)
downloadoverlay-763483fce6c1427518c2e1862aad42172b93e6f2.tar.gz
overlay-763483fce6c1427518c2e1862aad42172b93e6f2.tar.bz2
overlay-763483fce6c1427518c2e1862aad42172b93e6f2.zip
Added notification-daemon-xfce w/o this strange gradient look
Diffstat (limited to '')
-rw-r--r--x11-misc/notification-daemon-xfce/files/0.3.7/01_all_fix_autoconf.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-misc/notification-daemon-xfce/files/0.3.7/01_all_fix_autoconf.patch b/x11-misc/notification-daemon-xfce/files/0.3.7/01_all_fix_autoconf.patch
new file mode 100644
index 0000000..1d7ab50
--- /dev/null
+++ b/x11-misc/notification-daemon-xfce/files/0.3.7/01_all_fix_autoconf.patch
@@ -0,0 +1,12 @@
+diff -ur notification-daemon-xfce-0.3.7.orig/configure.in notification-daemon-xfce-0.3.7/configure.in
+--- notification-daemon-xfce-0.3.7.orig/configure.in 2007-05-26 12:52:28.000000000 +0300
++++ notification-daemon-xfce-0.3.7/configure.in 2008-06-23 04:38:53.000000000 +0300
+@@ -18,7 +18,7 @@
+ dnl *********************
+ dnl *** init autoconf ***
+ dnl *********************
+-AC_INIT([notification-daemon-xfce], [notification_daemon_version()], [http://bugzilla.xfce.org/])
++AC_INIT([notification-daemon-xfce], [notification_daemon_version], [http://bugzilla.xfce.org/])
+ AC_PREREQ([2.50])
+
+ dnl *********************