forked from pool/breeze
This commit is contained in:
commit
8dac311a32
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
breeze-4.97.0.tar.xz
Normal file
3
breeze-4.97.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b344a15fb61109b4bc3e5a585ed97d6bb55cd823b8ff9e2dcf21f9149a2233e1
|
||||||
|
size 282892
|
5
breeze.changes
Normal file
5
breeze.changes
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 5 16:03:52 UTC 2014 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Activate breeze package
|
||||||
|
|
63
breeze.spec
Normal file
63
breeze.spec
Normal file
@ -0,0 +1,63 @@
|
|||||||
|
#
|
||||||
|
# spec file for package breeze
|
||||||
|
#
|
||||||
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Name: breeze
|
||||||
|
Version: 4.97.0
|
||||||
|
Release: 0
|
||||||
|
BuildRequires: cmake >= 2.8.12
|
||||||
|
BuildRequires: extra-cmake-modules >= 0.0.12
|
||||||
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: kf5-filesystem
|
||||||
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||||
|
BuildRequires: kcoreaddons-devel
|
||||||
|
BuildRequires: kconfig-devel
|
||||||
|
Requires: kconf_update5
|
||||||
|
Summary: Plasma Desktop artwork, styles and assets
|
||||||
|
License: LGPL-2.1+
|
||||||
|
Group: System/GUI/KDE
|
||||||
|
Url: http://www.kde.org
|
||||||
|
Source0: breeze-%{version}.tar.xz
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
%description
|
||||||
|
Artwork, styles and assets for the Breeze visual style for the Plasma Desktop.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%cmake_kf5 -d build
|
||||||
|
%make_jobs
|
||||||
|
|
||||||
|
%install
|
||||||
|
%kf5_makeinstall -C build
|
||||||
|
%fdupes -s %{buildroot}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc COPYING*
|
||||||
|
%{_kf5_sharedir}/icons/breeze/
|
||||||
|
%{_kf5_sharedir}/color-schemes/
|
||||||
|
%{_kf5_sharedir}/QtCurve/
|
||||||
|
%{_kf5_libdir}/kconf_update_bin/
|
||||||
|
%{_kf5_sharedir}/kconf_update/
|
||||||
|
%{_kf5_qmldir}/QtQuick/
|
||||||
|
%{_kf5_sharedir}/kwin/
|
||||||
|
%{_kf5_servicesdir}/
|
||||||
|
|
||||||
|
%changelog
|
Loading…
Reference in New Issue
Block a user