Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
924a586b0c
!18 update to 4.18.1
From: @dillon_chen 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
2023-01-05 04:04:40 +00:00
dillon_chen
feea493545 update to 4.18.1 2023-01-05 11:54:04 +08:00
openeuler-ci-bot
e13aa63e08
!16 Fix CVE-2022-45062
From: @dwl301 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
2022-11-10 08:36:23 +00:00
dwl301
bee5260c94 fix CVE-2022-45062 2022-11-10 15:29:58 +08:00
openeuler-ci-bot
5c67e242da
!12 Update to 4.16.2
From: @zhang__3125 
Reviewed-by: @dillon_chen, @dwl301 
Signed-off-by: @dillon_chen
2022-06-23 06:54:50 +00:00
zhang__3125
0f8236d2c4 Update to 4.16.2 2022-06-23 14:34:56 +08:00
openeuler-ci-bot
244566021e !5 upgrade to 4.16.0 for xfce 4.16
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-06-17 14:23:45 +00:00
linz
7436aa3a00 upgrade to 4.16.0 for xfce 4.16 2021-06-16 11:22:00 +08:00
openeuler-ci-bot
57fa764a6c !4 20201201 add yaml file
From: @zhang__3125
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2020-12-02 16:36:19 +08:00
张琳
96d99d2a26 update xfce4-settings.yaml. 2020-12-01 11:11:53 +08:00
5 changed files with 28 additions and 43 deletions

Binary file not shown.

View File

@ -1,24 +0,0 @@
--- xfsettingsd/xsettings.xml.orig 2015-02-23 19:33:11.000000000 -0600
+++ xfsettingsd/xsettings.xml 2015-02-28 18:30:51.863719465 -0600
@@ -6,8 +6,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<channel name="xsettings" version="1.0">
<property name="Net" type="empty">
- <property name="ThemeName" type="empty"/>
- <property name="IconThemeName" type="empty"/>
+ <property name="ThemeName" type="string" value="Adwaita"/>
+ <property name="IconThemeName" type="string" value="Tango"/>
<property name="DoubleClickTime" type="int" value="400"/>
<property name="DoubleClickDistance" type="int" value="5"/>
<property name="DndDragThreshold" type="int" value="8"/>
@@ -19,9 +19,9 @@
</property>
<property name="Xft" type="empty">
<property name="DPI" type="empty"/>
- <property name="Antialias" type="int" value="-1"/>
+ <property name="Antialias" type="int" value="1"/>
<property name="Hinting" type="int" value="-1"/>
<property name="HintStyle" type="string" value="hintnone"/>
<property name="RGBA" type="string" value="none"/>
<!-- <property name="Lcdfilter" type="string" value="none"/> -->
</property>

Binary file not shown.

View File

@ -1,30 +1,30 @@
%global xfceversion 4.14
%global xfceversion 4.18
Name: xfce4-settings
Version: 4.14.3
Release: 2
Version: 4.18.1
Release: 1
Summary: Settings Manager for Xfce
License: GPLv2+
#Group: Development/Libraries
URL: http://www.xfce.org/
Source0: http://archive.xfce.org/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
# theme and font settings
Patch0: xfce4-settings-4.14.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
#BuildArch: noarch
BuildRequires: make
BuildRequires: gcc-c++
BuildRequires: gettext
BuildRequires: intltool
BuildRequires: exo-devel >= 0.5.0
BuildRequires: libxfce4ui-devel >= %{xfceversion}
BuildRequires: libxfce4util-devel >= %{xfceversion}
BuildRequires: xfconf-devel >= %{xfceversion}
BuildRequires: desktop-file-utils >= 0.7
BuildRequires: libnotify-devel
BuildRequires: colord-devel
BuildRequires: libcanberra-devel
BuildRequires: libxklavier-devel
BuildRequires: xorg-x11-drv-libinput-devel
BuildRequires: libXrandr-devel
BuildRequires: garcon-devel >= 0.1.10
BuildRequires: desktop-file-utils >= 0.7
BuildRequires: gettext
BuildRequires: intltool
Requires: xfconf
%description
@ -32,7 +32,6 @@ This package includes the settings manager applications for the Xfce desktop.
%prep
%setup -q
%patch0
%build
%configure --enable-sound-settings --enable-pluggable-dialogs --enable-maintainer-mode --enable-xorg-libinput
@ -50,7 +49,6 @@ for file in %{buildroot}%{_datadir}/applications/*.desktop ; do
$file
done
%find_lang %{name}
%files -f %{name}.lang
@ -59,19 +57,30 @@ done
%config(noreplace) %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
%config(noreplace) %{_sysconfdir}/xdg/autostart/xfsettingsd.desktop
%config(noreplace) %{_sysconfdir}/xdg/menus/xfce-settings-manager.menu
%config(noreplace) %{_sysconfdir}/xdg/xfce4/helpers.rc
%{_bindir}/xfce4-mime-helper
%{_bindir}/xfce4-*-settings
%{_bindir}/xfce4-settings-editor
%{_bindir}/xfce4-settings-manager
%{_bindir}/xfsettingsd
%{_bindir}/xfce4-find-cursor
%{_datadir}/applications/xfce*.desktop
%{_libdir}/xfce4/settings
%{_datadir}/icons/hicolor/128x128/devices/xfce-*.png
%{_datadir}/icons/hicolor/24x24/apps/xfce*.png
%{_datadir}/icons/hicolor/48x48/apps/xfce*.png
%{_datadir}/icons/hicolor/64x64/apps/xfce*.png
%{_datadir}/icons/hicolor/scalable/apps/xfce*.svg
%{_libdir}/xfce4
%{_datadir}/icons/hicolor/*/*/*xfce*
%{_datadir}/xfce4/helpers/*.desktop
%changelog
* Wed Jan 4 2023 Dillon Chen <dillon.chen@gmail.com> - 4.18.1-1
- Update to 4.18.1
* Thu Nov 10 2022 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 4.16.2-2
- Fix CVE-2022-45062
* Mon Jun 20 2022 zhanglin <lin.zhang@turbolinux.com.cn> - 4.16.2-1
- Update to 4.16.2
* Fri Jun 18 2021 zhanglin <lin.zhang@turbolinux.com.cn> - 4.16.0-1
- Update to 4.16.0
* Sun Jul 12 2020 Dillon Chen <dillon.chen@turbolinux.com.cn> - 4.14.3-1
- Init package

View File

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