1
0

Accepting request 145007 from home:toganm:testing

Initial packaging for the branding

OBS-URL: https://build.opensuse.org/request/show/145007
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/awesome-branding-openSUSE?expand=0&rev=1
This commit is contained in:
Togan Muftuoglu 2012-12-10 18:30:57 +00:00 committed by Git OBS Bridge
commit 3fbfbbfd2f
5 changed files with 106 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:12f8cd4e536f37bdef0f8163af44a279f1b9bbcb707942aaa7dd3d662926132a
size 714752

View File

@ -0,0 +1,9 @@
-------------------------------------------------------------------
Fri Dec 7 17:35:17 UTC 2012 - toganm@opensuse.org
- Initial packaging
* added nitrogen and awesome-freedesktop awesome-vicious
xscreensaver to the required packages. awesome-shifty is
recommended
* keydoc.lua and calendar2.lua are added as modules

View File

@ -0,0 +1,70 @@
#
# spec file for package awesome-branding-openSUSE
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Togan Muftuoglu <toganm@opensuse.org>
#
# 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/
#
%define main_pack awesome
Name: awesome-branding-openSUSE
Version: 3.4.13
Url: https://github.com/madanyang/awesome-branding-opensuse.git
Summary: openSUSE Branding for awesome
License: GPL-2.0+
Group: System/GUI/Other
Supplements: packageand(%{main_pack}:branding-openSUSE)
Provides: %{main_pack}-branding = %{version}
Conflicts: otherproviders(%main_pack-branding)
BuildArch: noarch
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %name-%version.tar.xz
Requires: awesome-freedesktop
Requires: awesome-vicious
Requires: gnome-icon-theme
Requires: nitrogen
Requires: xscreensaver
Recommends: awesome-shifty
%description
This package provides the openSUSE specific additions both for functions and
look and feel for awesome window manager.
%prep
%setup -q
%build
%install
install -d %{buildroot}%{_sysconfdir}/xdg/awesome
install -d %{buildroot}%{_datadir}/awesome/lib
install -d %{buildroot}%{_datadir}/awesome/themes
install -m 644 calendar2.lua %{buildroot}%{_datadir}/awesome/lib/.
install -m 644 keydoc.lua %{buildroot}%{_datadir}/awesome/lib/.
cp -ar themes/ %{buildroot}%{_datadir}/awesome/
install -m 644 rc.lua %{buildroot}%{_sysconfdir}/xdg/awesome/rc.lua
%files
%defattr(-,root,root,-)
%doc README.openSUSE
%dir %{_sysconfdir}/xdg/awesome
%config(noreplace) %{_sysconfdir}/xdg/awesome/rc.lua
%dir %{_datadir}/awesome
%{_datadir}/awesome/lib
%{_datadir}/awesome/themes
%changelog