2009-12-26 12:38:54 +00:00
|
|
|
#
|
2014-05-13 18:10:10 +00:00
|
|
|
# spec file for package lxmenu-data
|
2009-12-26 12:38:54 +00:00
|
|
|
#
|
2014-05-13 18:10:10 +00:00
|
|
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2009-12-26 12:38:54 +00: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: lxmenu-data
|
2017-01-03 14:24:20 +00:00
|
|
|
Version: 0.1.5
|
2014-05-13 18:10:10 +00:00
|
|
|
Release: 0
|
|
|
|
Url: http://www.lxde.org
|
2014-09-14 11:56:09 +00:00
|
|
|
Source0: %{name}-%{version}.tar.xz
|
2010-05-14 22:38:17 +00:00
|
|
|
# PATCH-FEATURE-OPENSUSE lxmenu-data-0.1.1-menu-customization.patch -- Guido Berhörster guido+opensuse.org@berhoerster.name
|
|
|
|
# Clean up lxde menu and improve user experience
|
2010-05-30 23:00:33 +00:00
|
|
|
Patch0: %name-0.1.1-menu-customization.patch
|
2009-12-26 12:38:54 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2014-05-13 18:10:10 +00:00
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gettext-tools
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl-XML-Parser
|
|
|
|
BuildRequires: pkg-config
|
2014-05-14 07:49:16 +00:00
|
|
|
Requires(pre): desktop-file-utils
|
|
|
|
Requires(post): desktop-file-utils
|
2009-12-26 12:38:54 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
Summary: A tool to build desktop menu for LXDE
|
2014-05-13 18:10:10 +00:00
|
|
|
License: GPL-2.0
|
|
|
|
Group: System/GUI/LXDE
|
2009-12-26 12:38:54 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
LXSession is the default X11 session manager of LXDE.
|
|
|
|
(LXDE: Lightweight X11 Desktop Environment)
|
|
|
|
http://lxde.sourceforge.net/
|
|
|
|
|
|
|
|
This package provides files required to build freedesktop.org
|
|
|
|
menu spec-compliant desktop menus for LXDE.
|
|
|
|
|
|
|
|
%prep
|
2024-03-01 14:17:39 +00:00
|
|
|
%autosetup -p1
|
2009-12-26 12:38:54 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2025-06-09 12:27:50 +02:00
|
|
|
%make_build
|
2009-12-26 12:38:54 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
%makeinstall
|
|
|
|
|
2014-05-14 07:49:16 +00:00
|
|
|
%post
|
|
|
|
%desktop_database_post
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%desktop_database_postun
|
|
|
|
|
2009-12-26 12:38:54 +00:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc README AUTHORS COPYING
|
|
|
|
%dir %_sysconfdir/xdg/menus
|
|
|
|
%config %_sysconfdir/xdg/menus/lxde-applications.menu
|
2014-05-14 08:05:04 +00:00
|
|
|
%{_datadir}/desktop-directories
|
2009-12-26 12:38:54 +00:00
|
|
|
|
|
|
|
%changelog
|