2012-10-31 19:58:27 +01:00
|
|
|
#
|
|
|
|
# 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
|
2012-11-08 13:07:24 +01:00
|
|
|
License: GPL-2.0+
|
2012-10-31 19:58:27 +01:00
|
|
|
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
|