Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
29b0053c98 !7 [sync] PR-5: remove unuse files
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 10:41:47 +00:00
cherry530
49297d933c remove unuse files
(cherry picked from commit 092ecb99e6b8d55c961dec5edb361085f96e0474)
2021-12-03 18:09:12 +08:00
openeuler-ci-bot
61d1a94d6c !6 [sync] PR-4: Package init
From: @openeuler-sync-bot
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-12-03 09:54:21 +00:00
cherry530
b62c72a982 Package init
(cherry picked from commit fb2b62c77a36b58c5f8fde3d59fe90f41c439bf9)
2021-12-03 17:15:24 +08:00
openeuler-ci-bot
bdf49db650 !3 upgrade to 0.1.11 for xfce 4.16
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-24 11:33:02 +00:00
linz
8b04c4aa48 upgrade to 0.1.11 for xfce 4.16 2021-06-24 19:23:27 +08:00
openeuler-ci-bot
5de784fe1d !2 20201127 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2020-11-30 13:52:07 +08:00
张琳
0cb7fb71d4 update xfce4-screensaver.yaml. 2020-11-30 13:08:37 +08:00
zhang__3125
b6b069aaa8 20201127 add yaml file 2020-11-27 13:00:31 +08:00
openeuler-ci-bot
cc7ff44dac !1 Init package
Merge pull request !1 from 陈棋德/master
2020-08-03 07:38:42 +08:00
dillon chen
9b3020e631 Init package 2020-07-17 17:12:35 +08:00
3 changed files with 93 additions and 0 deletions

Binary file not shown.

89
xfce4-screensaver.spec Normal file
View File

@ -0,0 +1,89 @@
Name: xfce4-screensaver
Version: 0.1.10
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
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: gcc-c++
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: libwnck3-devel
BuildRequires: systemd-devel
BuildRequires: pam-devel
BuildRequires: desktop-file-utils
BuildRequires: intltool
Requires: xfdesktop
Requires: xfconf
Requires: xfce4-session
%description
xfce4-screensaver is a screen saver and locker that aims to have
simple, sane, secure defaults and be well integrated with the desktop.
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 --enable-locking
%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 -f %{name}.lang
%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-configure
%{_bindir}/xfce4-screensaver-preferences
%{_libexecdir}/xfce4-screensaver-dialog
%{_libexecdir}/xfce4-screensaver-gl-helper
%{_datadir}/applications/screensavers/xfce-personal-slideshow.desktop
%{_datadir}/applications/screensavers/xfce-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.*
%{_mandir}/man1/xfce4-screensaver-preferences.1.*
%{_mandir}/man1/xfce4-screensaver.1.*
%{_datadir}/pixmaps/xfce-logo-white.svg
%{_libexecdir}/%{name}
%changelog
* Fri Jul 17 2020 <dillon.chen@turbolinux.com.cn> - 0.1.10-1
- Init package

4
xfce4-screensaver.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://gitlab.xfce.org/apps/xfce4-screensaver.git
tag_prefix: "xfce4-screensaver-"
seperator: "."