Hello community, here is the log from the commit of package systemsettings5 for openSUSE:Factory checked in at 2015-05-20 23:29:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/systemsettings5 (Old) and /work/SRC/openSUSE:Factory/.systemsettings5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "systemsettings5" Changes: -------- --- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes 2015-05-11 19:31:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 2015-05-20 23:29:18.000000000 +0200 @@ -1,0 +2,6 @@ +Mon May 18 01:41:46 UTC 2015 - [email protected] + +- Added systemsettings-desktop.diff: rename application name to + Configure Desktop, in order to cause less confusion for KDE4 users + +------------------------------------------------------------------- New: ---- systemsettings-desktop.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ systemsettings5.spec ++++++ --- /var/tmp/diff_new_pack.aKuqHb/_old 2015-05-20 23:29:19.000000000 +0200 +++ /var/tmp/diff_new_pack.aKuqHb/_new 2015-05-20 23:29:19.000000000 +0200 @@ -28,6 +28,8 @@ Source99: %{name}-rpmlintrc # PATCH-FIX-OPENSUSE install_administration_category.diff -- install System Administration category, needed at least for YaST KCM Patch0: install_administration_category.diff +# PATCH-FIX-OPENSUSE systemsettings-desktop.diff -- rename application name to Configure Desktop, in order to cause less confusion for KDE4 users +Patch1: systemsettings-desktop.diff BuildRequires: kcmutils-devel BuildRequires: kconfig-devel BuildRequires: kdbusaddons-devel @@ -65,6 +67,9 @@ %prep %setup -q -n systemsettings-%{version} %patch0 -p1 +%if 0%{?suse_version} > 1320 +%patch1 -p1 +%endif %build %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5 ++++++ systemsettings-desktop.diff ++++++ diff --git a/app/systemsettings.desktop b/app/systemsettings.desktop index 6140e81..834d433 100755 --- a/app/systemsettings.desktop +++ b/app/systemsettings.desktop @@ -6,7 +6,7 @@ X-DocPath=systemsettings/index.html X-KDE-StartupNotify=true OnlyShowIn=KDE; -GenericName=System Settings +GenericName=Configure Desktop GenericName[ar]=إعدادات النظام GenericName[be@latin]=Systemnyja nałady GenericName[bg]=Системни настройки @@ -87,7 +87,7 @@ GenericName[x-test]=xxSystem Settingsxx GenericName[zh_CN]=系统设置 GenericName[zh_TW]=系統設定 -Name=System Settings +Name=Configure Desktop Name[ar]=إعدادات النظام Name[be]=Сістэмныя настаўленні Name[be@latin]=Systemnyja nałady
