%global majorver 0.1 Name: xfce4-screensaver Version: 0.1.0 Release: 1%{?dist} Summary: Screensaver application for Xfce Desktop License: GPLv2 and LGPLv2 URL: https://git.xfce.org/apps/xfce4-screensaver/ Source0: https://archive.xfce.org/src/apps/%{name}/%{majorver}/%{name}-%{version}.tar.bz2 BuildRequires: gcc-c++ BuildRequires: intltool BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(libxklavier) BuildRequires: pkgconfig(xscrnsaver) BuildRequires: pkgconfig(libxfce4ui-2) BuildRequires: pkgconfig(libxfconf-0) BuildRequires: pkgconfig(garcon-gtk3-1) BuildRequires: systemd-devel BuildRequires: pam-devel Requires: xfdesktop %description Xfce Screensaver is a port of MATE Screensaver, itself a port of GNOME Screensaver. It has been tightly integrated with the Xfce desktop, utilizing Xfce libraries and the Xfconf configuration backend. %prep %autosetup %build %configure --with-systemd --enable-pam %make_build %install %make_install for file in %{buildroot}%{_datadir}/applications/screensavers/*.desktop ; do desktop-file-install \ --add-category="X-XFCE" \ --delete-original \ --dir=%{buildroot}%{_datadir}/applications/screensavers \ $file done desktop-file-install \ --add-category="X-XFCE" \ --delete-original \ --dir=%{buildroot}%{_datadir}/applications \ %{buildroot}%{_datadir}/applications/%{name}-preferences.desktop #find_lang %{name} %files %license COPYING COPYING.LGPL %{_sysconfdir}/pam.d/xfce4-screensaver %{_sysconfdir}/xdg/autostart/xfce4-screensaver.desktop %{_sysconfdir}/xdg/menus/xfce4-screensavers.menu %{_bindir}/%{name} %{_bindir}/xfce4-screensaver-command %{_bindir}/xfce4-screensaver-preferences %{_libdir}/pkgconfig/xfce4-screensaver.pc %{_libexecdir}/xfce4-screensaver-dialog %{_libexecdir}/xfce4-screensaver-gl-helper %{_libexecdir}/%{name}/floaters %{_libexecdir}/%{name}/popsquares %{_libexecdir}/%{name}/slideshow %{_datadir}/applications/screensavers/personal-slideshow.desktop %{_datadir}/applications/screensavers/popsquares.desktop %{_datadir}/applications/screensavers/xfce-floaters.desktop %{_datadir}/applications/xfce4-screensaver-preferences.desktop %{_datadir}/dbus-1/services/org.xfce.ScreenSaver.service %{_datadir}/desktop-directories/xfce4-screensaver.directory %{_mandir}/man1/xfce4-screensaver-command.1.gz %{_mandir}/man1/xfce4-screensaver-preferences.1.gz %{_mandir}/man1/xfce4-screensaver.1.gz %{_datadir}/pixmaps/xfce-logo-white.svg %{_datadir}/%{name}/lock-dialog-default.ui %{_datadir}/%{name}/xfce4-screensaver-preferences.ui %changelog * Fri Oct 19 2018 Mukundan Ragavan - 0.1.0-1 - Initial pacakge