From 7a79c285ae8ea78a91b8292e6fde4e7764f7a0d8d27ceaa25aa84fa99f8e5ed9 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 15 Oct 2014 00:09:40 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze?expand=0&rev=22 --- breeze4-style.changes | 1 + breeze4-style.spec | 3 --- dont-build-translations.patch | 19 ------------------- 3 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 dont-build-translations.patch diff --git a/breeze4-style.changes b/breeze4-style.changes index 34e356d..183a75b 100644 --- a/breeze4-style.changes +++ b/breeze4-style.changes @@ -5,6 +5,7 @@ Thu Oct 9 21:24:26 UTC 2014 - hrvoje.senjan@gmail.com * Bugfixes since RC1 * For more details please see: https://www.kde.org/announcements/plasma-5.1.0.php +- Drop dont-build-translations.patch, fixed upstream ------------------------------------------------------------------- Thu Sep 25 22:45:25 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/breeze4-style.spec b/breeze4-style.spec index f4c9e0a..0a27f0a 100644 --- a/breeze4-style.spec +++ b/breeze4-style.spec @@ -31,8 +31,6 @@ Group: System/GUI/KDE Url: http://www.kde.org #Source: http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz Source: breeze-%{version}.tar.xz -# PATCH-FIX-UPSTREAM dont-build-translations.patch -- we don't need translations for kde4 style -Patch0: dont-build-translations.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -41,7 +39,6 @@ This package contains kde4 backport of new default Plasma 5 style. %prep %setup -q -n breeze-%{version} -%patch0 -p1 %build %cmake_kde4 -d build -- -DBUILD_po=OFF -DUSE_KDE4=ON diff --git a/dont-build-translations.patch b/dont-build-translations.patch deleted file mode 100644 index 355eab2..0000000 --- a/dont-build-translations.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- breeze-5.0.95.orig/CMakeLists.txt 2014-09-25 16:45:07.000000000 +0200 -+++ breeze-5.0.95/CMakeLists.txt 2014-09-26 00:57:54.472027256 +0200 -@@ -10,6 +10,9 @@ else() - find_package(ECM 0.0.9 REQUIRED NO_MODULE) - set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) - -+ find_package(KF5I18n CONFIG REQUIRED) -+ ki18n_install(po) -+# # - include(KDEInstallDirs) - include(KDECMakeSettings) - include(KDECompilerSettings) -@@ -28,5 +31,4 @@ endif() - - feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES) - --find_package(KF5I18n CONFIG REQUIRED) --ki18n_install(po) -+