forked from pool/awesome-freedesktop
Accepting request 139880 from home:toganm:wmanager
Enhancement package for awesome windowmanager OBS-URL: https://build.opensuse.org/request/show/139880 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/awesome-freedesktop?expand=0&rev=1
This commit is contained in:
commit
72c8cd193f
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
awesome-freedesktop-git201209061058.tar.xz
Normal file
3
awesome-freedesktop-git201209061058.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb3daa25b6092fdbccb225ec3a96a99b61a91684e21017fa30eeec6d81f5e92d
|
||||
size 63652
|
11
awesome-freedesktop.changes
Normal file
11
awesome-freedesktop.changes
Normal file
@ -0,0 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 31 18:08:39 UTC 2012 - toganm@opensuse.org
|
||||
|
||||
- Update to git version 201209061058
|
||||
Cleanup spec to guidelines
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 4 18:18:28 UTC 2011 - toganm@opensuse.org
|
||||
|
||||
- initial checkin via service file
|
||||
|
64
awesome-freedesktop.spec
Normal file
64
awesome-freedesktop.spec
Normal file
@ -0,0 +1,64 @@
|
||||
#
|
||||
# spec file for package awesome-freedesktop
|
||||
#
|
||||
# Copyright (c) 2012 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: awesome-freedesktop
|
||||
Version: git201209061058
|
||||
Release: 0
|
||||
Summary: Desktop entries and menu for awesome
|
||||
License: GPL-2.0
|
||||
Group: System/GUI/Other
|
||||
Url: https://github.com/terceiro/awesome-freedesktop.git
|
||||
Source: %name-%version.tar.xz
|
||||
Requires: awesome >= 3.4.4
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
This project aims to add support for freedesktop.org compliant desktop entries
|
||||
and menu.
|
||||
|
||||
Main features
|
||||
=============
|
||||
|
||||
* a freedesktop.org-compliant (or almost) applications menu
|
||||
* a freedesktop.org-compliant (or almost) desktop
|
||||
* a (yet limited) icon lookup function.
|
||||
|
||||
Icon themes
|
||||
===========
|
||||
|
||||
You can choose any icon theme that's installed in /usr/share/icons/.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %name
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
|
||||
install -d %{buildroot}%{_datadir}/awesome/lib/freedesktop
|
||||
install -D -m644 freedesktop/*.lua %{buildroot}%{_datadir}/awesome/lib/freedesktop/.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/awesome/lib/
|
||||
%dir %{_datadir}/awesome
|
||||
%dir %{_datadir}/awesome/lib/freedesktop
|
||||
%doc README TODO awesome-freedesktop.png
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user