|
@@ -6,7 +6,7 @@
|
|
|
Summary: Notification Daemon
|
|
|
Name: notification-daemon
|
|
|
Version: 0.4.0
|
|
|
-Release: 4%{?_dist_release}
|
|
|
+Release: 5%{?_dist_release}
|
|
|
URL: http://www.galago-project.org/specs/notification/
|
|
|
License: GPL
|
|
|
Group: System Environment/Libraries
|
|
@@ -22,11 +22,21 @@ Patch105: notification-daemon-0.4.0-spacing.patch
|
|
|
Patch107: notification-daemon-0.4.0-memleak-daemon.patch
|
|
|
Patch109: notification-daemon-0.4.0-change-themes-crash-rev1.patch
|
|
|
|
|
|
-# vine theme based on ubuntu engine
|
|
|
+# vine theme (based on coco) and vine5 theme (old theme)
|
|
|
+# http://github.com/tatofoo/notification-daemon-engine-coco
|
|
|
Source200: notification-daemon-engine-vine.tar.bz2
|
|
|
-Patch200: notification-daemon-0.4.0-vine-theme.patch
|
|
|
-Patch201: notification-daemon-0.4.0-default-theme.patch
|
|
|
|
|
|
+# Vine patch
|
|
|
+# use gvfs-open instead of gnome-open
|
|
|
+Patch300: notification-daemon-0.4.0-browser.patch
|
|
|
+# dirty hack to change notification bubble position.
|
|
|
+Patch310: notification-daemon-0.4.0-position.patch
|
|
|
+# add vine and vine5 theme
|
|
|
+Patch320: notification-daemon-0.4.0-vine-theme.patch
|
|
|
+# change default to slider
|
|
|
+Patch330: notification-daemon-0.4.0-default-theme.patch
|
|
|
+# change default notify location to TOP_RIGHT
|
|
|
+Patch340: notification-daemon-0.4.0-location.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
Requires: dbus >= %{dbus_version}
|
|
@@ -37,12 +47,16 @@ BuildRequires: dbus-devel >= %{dbus_version}
|
|
|
BuildRequires: dbus-glib-devel >= %{dbus_version}
|
|
|
BuildRequires: libnotify-devel >= %{libnotify_version}
|
|
|
BuildRequires: libsexy-devel
|
|
|
-#BuildRequires: libnotify >= %{libnotify_version}
|
|
|
+BuildRequires: libwnck-devel
|
|
|
|
|
|
%description
|
|
|
notification-daemon is the server implementation of the freedesktop.org
|
|
|
desktop notification specification.
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
+Distribution: Vine Linux
|
|
|
+Packager: daisuke
|
|
|
+
|
|
|
%prep
|
|
|
%setup -q -a 200
|
|
|
|
|
@@ -54,8 +68,12 @@ desktop notification specification.
|
|
|
%patch107 -p1
|
|
|
%patch109 -p1
|
|
|
|
|
|
-%patch200 -p1
|
|
|
-%patch201 -p1
|
|
|
+%patch300 -p1
|
|
|
+%patch310 -p1
|
|
|
+%patch320 -p1
|
|
|
+%patch330 -p1
|
|
|
+%patch340 -p1
|
|
|
+
|
|
|
|
|
|
# install japanese message catalog
|
|
|
%{__cp} %{SOURCE1} po/ja.po
|
|
@@ -136,6 +154,15 @@ rm -rf %{buildroot}
|
|
|
%{_datadir}/notification-daemon/notification-properties.glade
|
|
|
|
|
|
%changelog
|
|
|
+* Sat May 15 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.0-5
|
|
|
+- rebuild with new toolchain
|
|
|
+- update Source201 (add modified coco theme as new default)
|
|
|
+- add patch300 to use gvfs-open instead of gnome-open
|
|
|
+- add patch310 to change notification bubble position
|
|
|
+- add patch320 to add new vine theme
|
|
|
+- add patch340 to change default notification localtion to top_right.
|
|
|
+- add BR: libwnck-devel
|
|
|
+
|
|
|
* Sun Aug 09 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.4.0-4
|
|
|
- add Categories=DesktopSettings for notification-properties.desktop
|
|
|
|