xfce4-notifyd/xfce4-notifyd.spec

86 lines
2.6 KiB
RPMSpec
Raw Normal View History

2021-06-25 11:43:31 +08:00
%global minorversion 0.6
%global xfceversion 4.16
2020-07-15 19:53:00 +08:00
Name: xfce4-notifyd
2023-01-09 15:37:26 +08:00
Version: 0.6.5
2020-07-15 19:53:00 +08:00
Release: 1
Summary: Simple, visually-appealing notification daemon for Xfce
License: GPLv2
URL: http://goodies.xfce.org/projects/applications/xfce4-notifyd
2021-06-25 11:43:31 +08:00
Source0: http://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
2020-07-15 19:53:00 +08:00
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gcc-c++
BuildRequires: glib2-devel >= 2.42.0
BuildRequires: gtk3-devel >= 3.20.0
BuildRequires: libnotify-devel >= 0.7.0
BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: libxfce4util-devel >= %{xfceversion}
BuildRequires: xfconf-devel >= %{xfceversion}
BuildRequires: xfce4-panel-devel >= %{xfceversion}
BuildRequires: desktop-file-utils
BuildRequires: intltool
BuildRequires: systemd
2021-06-25 11:43:31 +08:00
2020-07-15 19:53:00 +08:00
Requires: dbus
Requires: hicolor-icon-theme
Provides: desktop-notification-daemon
2023-01-09 14:37:51 +08:00
Obsoletes: notification-daemon-xfce <= 0.3.7
2020-07-15 19:53:00 +08:00
%description
Xfce4-notifyd is a simple, visually-appealing notification daemon for Xfce
that implements the freedesktop.org desktop notifications specification.
Features:
* Themable using the GTK+ theming mechanism
* Visually appealing: rounded corners, shaped windows
* Supports transparency and fade effects
%prep
%setup -q
%build
%configure
%make_build
%install
%make_install
desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}-config.desktop
%find_lang %{name}
2021-06-25 11:43:31 +08:00
# remove la file
find %{buildroot} -name '*.la' -exec rm -f {} ';'
2020-07-15 19:53:00 +08:00
%files -f %{name}.lang
%license COPYING
%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/xfce4-notifyd-config
%{_libdir}/xfce4/notifyd/
2021-06-25 11:43:31 +08:00
%{_libdir}/xfce4/panel/plugins/libnotification-plugin.so
2020-07-15 19:53:00 +08:00
%{_datadir}/applications/xfce4-notifyd-config.desktop
%{_datadir}/themes/Default/xfce-notify-4.0/
%{_datadir}/themes/Smoke/
%{_datadir}/themes/ZOMG-PONIES!/
%{_datadir}/themes/Bright/
%{_datadir}/themes/Retro/
%{_datadir}/icons/hicolor/*/*/*
2021-06-25 11:43:31 +08:00
%{_datadir}/xfce4/panel/plugins/notification-plugin.desktop
2020-07-15 19:53:00 +08:00
%{_mandir}/man1/xfce4-notifyd-config.1.*
2021-06-25 11:43:31 +08:00
%{_sysconfdir}/xdg/autostart/%{name}.desktop
2020-07-15 19:53:00 +08:00
%changelog
2023-01-09 15:37:26 +08:00
* Mon Jan 09 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 0.6.5-1
- update to 0.6.5
2023-01-09 14:37:51 +08:00
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 0.6.4-1
- update to 0.6.4
2022-06-23 14:45:54 +08:00
* Mon Jun 20 2022 zhanglin <lin.zhang@turbolinux.com.cn> - 0.6.3-1
- Update to 0.6.3
2021-06-25 11:43:31 +08:00
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 0.6.2-1
- Update to 0.6.2
2020-07-15 19:53:00 +08:00
* Wed Jul 15 2020 <dillon.chen@turbolinux.com.cn> - 0.6.1-1
- Init package