forked from pool/breeze
Accepting request 252514 from KDE:Frameworks5
- Update to 5.0.95: * Minor tweaks to breeze style since previous update - Install locale to %{_kf5_localedir} (../locale/kf5/ directory) - Add rpmlintrc file for file-not-in-%lang warnings: we don't use find_lang macro as it doesn't searches in subdirectories OBS-URL: https://build.opensuse.org/request/show/252514 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/breeze?expand=0&rev=5
This commit is contained in:
commit
f93abd210e
3
breeze-5.0.95.tar.xz
Normal file
3
breeze-5.0.95.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a3df7b76cdc9901619a625a19a4f629889d625411eed84ad77ce8d5eaf203c24
|
||||||
|
size 16423772
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:34fafc6abc257f53c5080af63e3a7d82708f79e3c557c544d0ab92b9a581e4bf
|
|
||||||
size 16409284
|
|
2
breeze-rpmlintrc
Normal file
2
breeze-rpmlintrc
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# we don't use find_lang macro as it doesn't searches in subdirectories
|
||||||
|
addFilter("file-not-in-%lang .*")
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 25 22:45:25 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.0.95:
|
||||||
|
* Minor tweaks to breeze style since previous update
|
||||||
|
- Install locale to %{_kf5_localedir} (../locale/kf5/ directory)
|
||||||
|
- Add rpmlintrc file for file-not-in-%lang warnings: we don't use
|
||||||
|
find_lang macro as it doesn't searches in subdirectories
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 24 12:15:17 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.0.95~git20140924
|
||||||
|
* Many improvements for the Breeze style
|
||||||
|
* Honor look-n-feel setting in kdeglobals (needed for openSUSE
|
||||||
|
branding)
|
||||||
|
- Drop pkgconfig(x11) BuildRequires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 26 08:13:31 UTC 2014 - hrvoje.senjan@gmail.com
|
Tue Aug 26 08:13:31 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
12
breeze.spec
12
breeze.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: breeze
|
Name: breeze
|
||||||
Version: 5.0.95~git20140826
|
Version: 5.0.95
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
BuildRequires: extra-cmake-modules >= 0.0.12
|
BuildRequires: extra-cmake-modules >= 0.0.12
|
||||||
@ -31,7 +31,6 @@ BuildRequires: kwindowsystem-devel
|
|||||||
BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5DBus) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(x11)
|
|
||||||
BuildRequires: pkgconfig(x11-xcb)
|
BuildRequires: pkgconfig(x11-xcb)
|
||||||
BuildRequires: pkgconfig(xcb)
|
BuildRequires: pkgconfig(xcb)
|
||||||
Requires: breeze5-cursors >= %{version}
|
Requires: breeze5-cursors >= %{version}
|
||||||
@ -45,6 +44,7 @@ Group: System/GUI/KDE
|
|||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
#Source: http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
|
#Source: http://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
|
Source99: %{name}-rpmlintrc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -97,16 +97,22 @@ Group: System/GUI/KDE
|
|||||||
Artwork, styles and assets for the Breeze visual style for the Plasma Desktop.
|
Artwork, styles and assets for the Breeze visual style for the Plasma Desktop.
|
||||||
This package provides Breeze KWin decoration.
|
This package provides Breeze KWin decoration.
|
||||||
|
|
||||||
|
%lang_package -n breeze5-style
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build -- -DBUILD_po=OFF
|
%cmake_kf5 -d build -- -DBUILD_po=OFF -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
|
||||||
|
%files -n breeze5-style-lang
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc COPYING*
|
||||||
|
%{_kf5_localedir}/
|
||||||
|
|
||||||
%files -n breeze5-icons
|
%files -n breeze5-icons
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING*
|
%doc COPYING*
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 25 22:45:25 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.0.95:
|
||||||
|
* Minor tweaks to breeze style since previous update
|
||||||
|
- Added dont-build-translations.patch: we don't want translations
|
||||||
|
built twice
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 24 12:15:17 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.0.95~git20140924
|
||||||
|
* Many improvements for the Breeze style
|
||||||
|
- Drop pkgconfig(x11) BuildRequires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 26 08:13:31 UTC 2014 - hrvoje.senjan@gmail.com
|
Tue Aug 26 08:13:31 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: breeze4-style
|
Name: breeze4-style
|
||||||
Version: 5.0.95~git20140826
|
Version: 5.0.95
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: automoc4
|
BuildRequires: automoc4
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
@ -25,13 +25,14 @@ BuildRequires: kde4-filesystem
|
|||||||
BuildRequires: libkde4-devel
|
BuildRequires: libkde4-devel
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt4-devel
|
||||||
BuildRequires: libxcb-devel
|
BuildRequires: libxcb-devel
|
||||||
BuildRequires: pkgconfig(x11)
|
|
||||||
Summary: Plasma Desktop artwork, styles and assets
|
Summary: Plasma Desktop artwork, styles and assets
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
#Source: http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
|
#Source: http://download.kde.org/stable/plasma/%{version}/breeze-%{version}.tar.xz
|
||||||
Source: 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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -40,15 +41,14 @@ This package contains kde4 backport of new default Plasma 5 style.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n breeze-%{version}
|
%setup -q -n breeze-%{version}
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
pushd kstyle
|
|
||||||
%cmake_kde4 -d build -- -DBUILD_po=OFF -DUSE_KDE4=ON
|
%cmake_kde4 -d build -- -DBUILD_po=OFF -DUSE_KDE4=ON
|
||||||
%make_jobs
|
%make_jobs
|
||||||
popd
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%kde4_makeinstall -C kstyle/build
|
%kde4_makeinstall -C build
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
19
dont-build-translations.patch
Normal file
19
dont-build-translations.patch
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
--- 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)
|
||||||
|
+
|
Loading…
Reference in New Issue
Block a user