diff --git a/xfce4-notifyd-0.8.2.tar.bz2 b/xfce4-notifyd-0.8.2.tar.bz2 deleted file mode 100644 index ae441327cacb42b2e55d24f9bfc1a3f78fb7188c..0000000000000000000000000000000000000000 Binary files a/xfce4-notifyd-0.8.2.tar.bz2 and /dev/null differ diff --git a/xfce4-notifyd-0.9.6.tar.bz2 b/xfce4-notifyd-0.9.6.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..7d41f12ea0e5076a18ce8a94a79adeb48c4ce79e Binary files /dev/null and b/xfce4-notifyd-0.9.6.tar.bz2 differ diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec index 0c2e0316c565aaf277ebdb86df002a61fecb8f13..4ab7a975d979f46807de1b708855d3b0728fc601 100644 --- a/xfce4-notifyd.spec +++ b/xfce4-notifyd.spec @@ -1,8 +1,8 @@ -%global minorversion 0.8 -%global xfceversion 4.16 +%global minorversion 0.9 +%global xfceversion 4.17 Name: xfce4-notifyd -Version: 0.8.2 +Version: 0.9.6 Release: 1 Summary: Simple, visually-appealing notification daemon for Xfce License: GPLv2 @@ -10,7 +10,7 @@ URL: http://goodies.xfce.org/projects/applications/xfce4-notifyd Source0: http://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: gcc-c++ +BuildRequires: gcc-c++ sqlite-devel BuildRequires: glib2-devel >= 2.42.0 BuildRequires: gtk3-devel >= 3.20.0 BuildRequires: libnotify-devel >= 0.7.0 @@ -54,10 +54,13 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %files -f %{name}.lang %license COPYING -%doc AUTHORS NEWS TODO +%doc AUTHORS NEWS README.md TODO %{_bindir}/xfce4-notifyd-config %{_libdir}/xfce4/notifyd/ %{_libdir}/xfce4/panel/plugins/libnotification-plugin.so +%{_userunitdir}/xfce4-notifyd.service +%{_datadir}/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service +%{_datadir}/dbus-1/services/org.xfce.xfce4-notifyd.Notifyd.service %{_datadir}/applications/xfce4-notifyd-config.desktop %{_datadir}/themes/Default/xfce-notify-4.0/ %{_datadir}/themes/Smoke/ @@ -70,6 +73,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_sysconfdir}/xdg/autostart/%{name}.desktop %changelog +* Thu Nov 21 2024 shenzhongwei - 0.9.6-1 +- Update to 0.9.6 + * Tue Mar 12 2024 misaka00251 - 0.8.2-1 - Update to 0.8.2