1
0
Hrvoje Senjan
2016-03-06 17:51:07 +00:00
committed by Git OBS Bridge
commit 22c6fc055b
5 changed files with 79 additions and 0 deletions

23
.gitattributes vendored Normal file
View 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
View File

@@ -0,0 +1 @@
.osc

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9f1bd67181375d4f888b7f89c5bbbbd1af57756ecee024ba9b9c0bfd9699c8d
size 153808

View File

@@ -0,0 +1,6 @@
-------------------------------------------------------------------
Sun Mar 6 17:50:48 UTC 2016 - hrvoje.senjan@gmail.com
- Activate grub2-theme-breeze package

46
grub2-theme-breeze.spec Normal file
View File

@@ -0,0 +1,46 @@
#
# spec file for package grub2-theme-breeze
#
# Copyright (c) 2016 SUSE LINUX 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: grub2-theme-breeze
Version: 5.5.95
Release: 0
Summary: Plasma branding for GRUB2's graphical console
License: GPL-2.0+
Group: System/Fhs
Url: http://www.kde.org
Source: breeze-grub-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Plasma branding for the GRUB2's graphical console.
%prep
%setup -q -n breeze-grub-%{version}
%build
%install
mkdir -p %{buildroot}/boot/grub/themes/
find . -type f ! -name "COPYING" -exec install -D -m644 {} %{buildroot}/boot/grub2/themes/{} \;
%files
%defattr(-,root,root)
%doc COPYING*
/boot/grub2/themes/breeze
%changelog