upgrade to 0.1.11 for xfce 4.16
This commit is contained in:
parent
5de784fe1d
commit
8b04c4aa48
Binary file not shown.
BIN
xfce4-screensaver-0.1.11.tar.bz2
Normal file
BIN
xfce4-screensaver-0.1.11.tar.bz2
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user