2012-10-31 19:58:27 +01:00
|
|
|
#
|
|
|
|
# spec file for package awesome-freedesktop
|
|
|
|
#
|
2015-11-10 22:39:55 +01:00
|
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
2012-10-31 19:58:27 +01:00
|
|
|
#
|
|
|
|
# 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
|
2015-11-10 22:39:55 +01:00
|
|
|
Url: https://github.com/terceiro/awesome-freedesktop
|
|
|
|
Source: %{name}-%{version}.tar.xz
|
|
|
|
# PATCH-FIX-OPENSUSE awesome-freedesktop-3.5-compat.patch sor.alexei@meowr.ru -- Use upstream menubar.utils to gain awesome 3.5+ compatibility.
|
|
|
|
Patch0: awesome-freedesktop-3.5-compat.patch
|
|
|
|
Requires: awesome >= 3.5.0
|
2012-10-31 19:58:27 +01:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
2015-11-10 22:39:55 +01:00
|
|
|
This project aims to add support for freedesktop.org compliant
|
|
|
|
desktop entries and menu.
|
2012-10-31 19:58:27 +01:00
|
|
|
|
2015-11-10 22:39:55 +01:00
|
|
|
Main features:
|
|
|
|
* a freedesktop.org-compliant (or almost) applications menu.
|
|
|
|
* a freedesktop.org-compliant (or almost) desktop.
|
|
|
|
* a (yet limited) icon lookup function.
|
2012-10-31 19:58:27 +01:00
|
|
|
|
2015-11-10 22:39:55 +01:00
|
|
|
You can choose any icon theme that's installed in %{_datadir}/icons/.
|
2012-10-31 19:58:27 +01:00
|
|
|
|
|
|
|
%prep
|
2015-11-10 22:39:55 +01:00
|
|
|
%setup -q -n %{name}
|
|
|
|
%patch0 -p1
|
|
|
|
# Superseded by menubar.utils (doesn't work with awesome 3.5+).
|
|
|
|
rm -f freedesktop/utils.lua
|
2012-10-31 19:58:27 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
2015-11-10 22:39:55 +01:00
|
|
|
mkdir -p %{buildroot}%{_datadir}/awesome/lib/freedesktop/
|
|
|
|
install -m 0644 freedesktop/*.lua %{buildroot}%{_datadir}/awesome/lib/freedesktop/.
|
2012-10-31 19:58:27 +01:00
|
|
|
|
|
|
|
%files
|
2015-11-10 22:39:55 +01:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc README TODO
|
|
|
|
%dir %{_datadir}/awesome/
|
|
|
|
%dir %{_datadir}/awesome/lib/
|
|
|
|
%{_datadir}/awesome/lib/freedesktop/
|
2012-10-31 19:58:27 +01:00
|
|
|
|
|
|
|
%changelog
|