upgrade to 0.1.11 for xfce 4.16

This commit is contained in:
linz 2021-06-24 19:23:27 +08:00
parent 5de784fe1d
commit 8b04c4aa48
3 changed files with 10 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,14 @@
%global minorversion 0.1
Name: xfce4-screensaver
Version: 0.1.10
Version: 0.1.11
Release: 1
Summary: Screensaver application for Xfce Desktop
License: GPLv2 and LGPLv2
#Group: Development/Libraries
URL: https://git.xfce.org/apps/xfce4-screensaver/
Source0: https://archive.xfce.org/src/apps/%{name}/0.1/%{name}-%{version}.tar.bz2
Source0: https://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(dbus-glib-1)
@ -22,6 +23,7 @@ BuildRequires: systemd-devel
BuildRequires: pam-devel
BuildRequires: desktop-file-utils
BuildRequires: intltool
Requires: xfdesktop
Requires: xfconf
Requires: xfce4-session
@ -72,6 +74,7 @@ desktop-file-install \
%{_bindir}/xfce4-screensaver-preferences
%{_libexecdir}/xfce4-screensaver-dialog
%{_libexecdir}/xfce4-screensaver-gl-helper
%{_datadir}/icons/hicolor/*/apps/org.xfce.ScreenSaver.*
%{_datadir}/applications/screensavers/xfce-personal-slideshow.desktop
%{_datadir}/applications/screensavers/xfce-popsquares.desktop
%{_datadir}/applications/screensavers/xfce-floaters.desktop
@ -85,5 +88,8 @@ desktop-file-install \
%{_libexecdir}/%{name}
%changelog
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 0.1.11-1
- Update to 0.1.11
* Fri Jul 17 2020 <dillon.chen@turbolinux.com.cn> - 0.1.10-1
- Init package