From 692bb003f61c87866738391e4937a1c9b84454c4bf46c7f0802c4bccc4b00a7e Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 9 Aug 2015 08:58:46 +0000 Subject: [PATCH 1/7] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-sdk?expand=0&rev=11 --- desktop.diff | 13 +++++++++++++ plasma-sdk-5.3.2.tar.xz | 3 --- plasma-sdk-5.3.95.tar.xz | 3 +++ plasma5-sdk.spec | 17 ++++++++++++----- 4 files changed, 28 insertions(+), 8 deletions(-) create mode 100644 desktop.diff delete mode 100644 plasma-sdk-5.3.2.tar.xz create mode 100644 plasma-sdk-5.3.95.tar.xz diff --git a/desktop.diff b/desktop.diff new file mode 100644 index 0000000..2604e35 --- /dev/null +++ b/desktop.diff @@ -0,0 +1,13 @@ +diff --git a/themeexplorer/package/metadata.desktop b/themeexplorer/package/metadata.desktop +index 709790d..8974f09 100644 +--- a/themeexplorer/package/metadata.desktop ++++ b/themeexplorer/package/metadata.desktop +@@ -45,7 +45,7 @@ Name[x-test]=xxPlasma Theme Explorerxx + Name[zh_CN]=Plasma 主题浏览器 + Type=Application + Icon=preferences-desktop-theme +-Categories=Qt;KDE;Development ++Categories=Qt;KDE;Development;GUIDesigner; + Exec=plasmathemeexplorer + X-KDE-ParentApp= + X-KDE-PluginInfo-Author=Marco Martin diff --git a/plasma-sdk-5.3.2.tar.xz b/plasma-sdk-5.3.2.tar.xz deleted file mode 100644 index 5901047..0000000 --- a/plasma-sdk-5.3.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f68cf38adf0c8d03478b0e467c6a144a632d9d519101afa22f2bdeed5ea738f -size 642108 diff --git a/plasma-sdk-5.3.95.tar.xz b/plasma-sdk-5.3.95.tar.xz new file mode 100644 index 0000000..de372d7 --- /dev/null +++ b/plasma-sdk-5.3.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d0dd910ffac5e6988737892b9bd2b15aba1d08f78ace0097a02bb7117777ee +size 646096 diff --git a/plasma5-sdk.spec b/plasma5-sdk.spec index a834cd6..e732c22 100644 --- a/plasma5-sdk.spec +++ b/plasma5-sdk.spec @@ -18,14 +18,16 @@ %bcond_without lang Name: plasma5-sdk -Version: 5.3.2 +Version: 5.3.95 Release: 0 Summary: Plasma SDK License: LGPL-2.0+ Group: System/GUI/KDE Url: https://projects.kde.org/projects/extragear/sdk/plasmate Source: plasma-sdk-%{version}.tar.xz +Patch0: desktop.diff BuildRequires: attica-qt5-devel +BuildRequires: breeze5-icons BuildRequires: extra-cmake-modules BuildRequires: frameworkintegration-devel BuildRequires: karchive-devel @@ -100,6 +102,7 @@ test Plasma data engines without writing a Plasma applet. %lang_package %prep %setup -q -n plasma-sdk-%{version} +%patch0 -p1 %build %cmake_kf5 -d build @@ -109,11 +112,10 @@ test Plasma data engines without writing a Plasma applet. %kf5_makeinstall -C build #sed -i '/^Icon=/d' %%{buildroot}%%{_kf5_applicationsdir}/plasmate.desktop + mkdir -p %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/ + cp -a %{_kf5_iconsdir}/breeze/apps/software/cuttlefish.svg %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/ + %if %{with lang} -%find_lang cuttlefish %{name}.lang -%find_lang plasma_shell_org.kde.desktop %{name}.lang -%find_lang kdevpackagemanagerview %{name}.lang -%find_lang themeexplorer %{name}.lang %find_lang remote-widgets-browser %{name}.lang %find_lang plasmoidviewer %{name}.lang %find_lang plasmawallpaperviewer %{name}.lang @@ -143,8 +145,13 @@ test Plasma data engines without writing a Plasma applet. #{_kf5_sharedir}/kdevsavesystemview/ %{_kf5_servicesdir}/ %{_kf5_plugindir}/ +%{_kf5_applicationsdir}/org.kde.plasma.themeexplorer.desktop +%{_kf5_applicationsdir}/cuttlefish.desktop #{_kf5_applicationsdir}/plasmate.desktop #config %%{_kf5_configdir}/plasmate.knsrc +%dir %{_kf5_iconsdir}/hicolor/* +%dir %{_kf5_iconsdir}/hicolor/*/* +%{_kf5_iconsdir}/*/*/*/*.* %files -n plasmaengineexplorer5 %defattr(-,root,root) From 9fe405c05eeaf67da8b4dc88abc989040059dbb9af110cc3751eaef6a16df70b Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 9 Aug 2015 10:17:16 +0000 Subject: [PATCH 2/7] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-sdk?expand=0&rev=12 --- plasma5-sdk.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plasma5-sdk.spec b/plasma5-sdk.spec index e732c22..ffaa265 100644 --- a/plasma5-sdk.spec +++ b/plasma5-sdk.spec @@ -116,6 +116,10 @@ test Plasma data engines without writing a Plasma applet. cp -a %{_kf5_iconsdir}/breeze/apps/software/cuttlefish.svg %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/ %if %{with lang} +%find_lang cuttlefish %{name}.lang +%find_lang kdevpackagemanagerview %{name}.lang +%find_lang plasma_shell_org.kde.plasmoidviewershell %{name}.lang +%find_lang themeexplorer %{name}.lang %find_lang remote-widgets-browser %{name}.lang %find_lang plasmoidviewer %{name}.lang %find_lang plasmawallpaperviewer %{name}.lang From 24ca91da67a5301e9c9f0c127f86fd824a7c66f7dd5c8b391698323da43440d9 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 16 Aug 2015 10:36:21 +0000 Subject: [PATCH 3/7] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-sdk?expand=0&rev=13 --- plasma5-sdk.changes | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/plasma5-sdk.changes b/plasma5-sdk.changes index 5ec8f8c..c7cdd05 100644 --- a/plasma5-sdk.changes +++ b/plasma5-sdk.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Aug 16 10:17:06 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.3.95 aka 5.4 beta: + This release of Plasma brings many nice touches for our users + such as much improved high DPI support, KRunner auto-completion + and many new beautiful Breeze icons. It also lays the ground for + the future with a tech preview of Wayland session available. + We're shipping a few new components such as an Audio Volume + Plasma Widget, monitor calibration tool and the User Manager + tool comes out beta. + * For more details please see: + https://www.kde.org/announcements/plasma-5.3.95.php +- Added dektop.diff to fix desktop categories for themeexplorer +- Added breeze5-icons BuildRequires + ------------------------------------------------------------------- Sun Jun 28 18:32:29 UTC 2015 - hrvoje.senjan@gmail.com From 49d6830a4c254218ca1e1b5a3976b056faf9438e4ad0f11a12c15bd2f19a1d70 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 16 Aug 2015 18:14:04 +0000 Subject: [PATCH 4/7] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-sdk?expand=0&rev=14 --- plasma5-sdk.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasma5-sdk.changes b/plasma5-sdk.changes index c7cdd05..23d9edf 100644 --- a/plasma5-sdk.changes +++ b/plasma5-sdk.changes @@ -11,7 +11,7 @@ Sun Aug 16 10:17:06 UTC 2015 - hrvoje.senjan@gmail.com tool comes out beta. * For more details please see: https://www.kde.org/announcements/plasma-5.3.95.php -- Added dektop.diff to fix desktop categories for themeexplorer +- Added desktop.diff to fix desktop categories for themeexplorer - Added breeze5-icons BuildRequires ------------------------------------------------------------------- From a6c29b93da1740a6069daff5d11529431d0fd6484669412561e58c271309567d Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sat, 22 Aug 2015 21:08:20 +0000 Subject: [PATCH 5/7] 5.4 final OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-sdk?expand=0&rev=15 --- plasma-sdk-5.4.0.tar.xz | 3 +++ plasma5-sdk.spec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 plasma-sdk-5.4.0.tar.xz diff --git a/plasma-sdk-5.4.0.tar.xz b/plasma-sdk-5.4.0.tar.xz new file mode 100644 index 0000000..a1d66ad --- /dev/null +++ b/plasma-sdk-5.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24fe640b497adccfeb4d7b151b4bd6187ade62085638d8c9a9e1976c22eb2bf +size 645684 diff --git a/plasma5-sdk.spec b/plasma5-sdk.spec index ffaa265..e0f929f 100644 --- a/plasma5-sdk.spec +++ b/plasma5-sdk.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: plasma5-sdk -Version: 5.3.95 +Version: 5.4.0 Release: 0 Summary: Plasma SDK License: LGPL-2.0+ From 654062cfc95e9848e8a4d3e40a8acb347538cb1d73c39e2768a93576726b7419 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Mon, 24 Aug 2015 17:50:07 +0000 Subject: [PATCH 6/7] 5.4 final OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-sdk?expand=0&rev=16 --- plasma5-sdk.changes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plasma5-sdk.changes b/plasma5-sdk.changes index 23d9edf..3615807 100644 --- a/plasma5-sdk.changes +++ b/plasma5-sdk.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Aug 24 17:53:08 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.4.0: + * For more details please see: + https://www.kde.org/announcements/plasma-5.4.0.php + ------------------------------------------------------------------- Sun Aug 16 10:17:06 UTC 2015 - hrvoje.senjan@gmail.com From 21caac085d0f52aa82555ab697020fa8e6b2d28481d6111ecaa9a149cf44ad24 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Mon, 24 Aug 2015 17:53:13 +0000 Subject: [PATCH 7/7] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-sdk?expand=0&rev=17 --- plasma-sdk-5.3.95.tar.xz | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 plasma-sdk-5.3.95.tar.xz diff --git a/plasma-sdk-5.3.95.tar.xz b/plasma-sdk-5.3.95.tar.xz deleted file mode 100644 index de372d7..0000000 --- a/plasma-sdk-5.3.95.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5d0dd910ffac5e6988737892b9bd2b15aba1d08f78ace0097a02bb7117777ee -size 646096