forked from pool/lxmenu-data
Compare commits
15 Commits
f4cf6ddf16
...
a10705a85b
Author | SHA256 | Date | |
---|---|---|---|
a10705a85b | |||
3bc90355c7 | |||
a2af88887d | |||
b8e9f1464b | |||
|
f587d852ce | ||
|
1e316a4c9b | ||
|
3206cf8b8b | ||
|
f634b17470 | ||
|
6f2ad40cc3 | ||
|
12fa2c6a4f | ||
|
5041a7735f | ||
|
c1d018cd97 | ||
|
54590cb81f | ||
|
fcf3689a9a | ||
|
dbe27b9f97 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86e809cf688e89923d23808c88cfecb1ecfc3f4912514b2df108c2b0f59694f1
|
||||
size 239808
|
3
lxmenu-data-0.1.5.tar.xz
Normal file
3
lxmenu-data-0.1.5.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fe3218d2ef50b91190162f4f923d6524c364849f87bcda8b4ed8eb59b80bab8
|
||||
size 199192
|
@@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 1 11:26:18 UTC 2024 - pgajdos@suse.com
|
||||
|
||||
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
||||
%patchN
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 26 19:28:24 UTC 2016 - trcs@gmx.com
|
||||
|
||||
- new upstream version 0.1.5
|
||||
* Include autogen.sh into distro tarball, it may be required to
|
||||
rebuild sources
|
||||
* Include .directory files into distro tarball, non-GNU make
|
||||
cannot regenerate them
|
||||
* Italian translation update
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 13 07:46:43 UTC 2014 - trcs@gmx.com
|
||||
|
||||
- new upstream version 0.1.4
|
||||
* rename lxde-science.directory into lxde-science-math.directory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 8 15:23:42 UTC 2014 - trcs@gmx.com
|
||||
|
||||
- new upstream version 0.1.3
|
||||
* add missing lxde-science.directory.in into
|
||||
desktop-directories/Makefile.am
|
||||
* add .gitignore file and remove autogenerated po/Makefile.in.in
|
||||
file
|
||||
* autogen.sh: do not do configure until $DOCONGIGURE is set to
|
||||
non-empty
|
||||
* generate po/LINGUAS on the fly
|
||||
* fix autogen.sh and rename configure.in to configure.ac
|
||||
* Python 3 compatibility
|
||||
* update AUTHORS and COPYING
|
||||
* configure by default
|
||||
* allow autogen.sh from out of tree
|
||||
* fix build with automake > 1.11
|
||||
* translation updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 13 18:08:51 UTC 2014 - andrea@opensuse.org
|
||||
|
||||
- spec file clean up
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 24 11:42:41 UTC 2011 - andrea@opensuse.org
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package lxmenu-data (Version 0.1.1)
|
||||
# spec file for package lxmenu-data
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 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
|
||||
@@ -15,24 +15,28 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: lxmenu-data
|
||||
Version: 0.1.2
|
||||
Release: 4
|
||||
License: GPLv2
|
||||
Url: http://www.lxde.org
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Version: 0.1.5
|
||||
Release: 0
|
||||
Url: http://www.lxde.org
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
# 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
|
||||
Patch0: %name-0.1.1-menu-customization.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gcc gettext-tools perl perl-XML-Parser pkgconfig
|
||||
BuildRequires: autoconf automake intltool
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext-tools
|
||||
BuildRequires: intltool
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-XML-Parser
|
||||
BuildRequires: pkg-config
|
||||
Requires(pre): desktop-file-utils
|
||||
Requires(post): desktop-file-utils
|
||||
BuildArch: noarch
|
||||
Group: System/GUI/LXDE
|
||||
Summary: A tool to build desktop menu for LXDE
|
||||
License: GPL-2.0
|
||||
Group: System/GUI/LXDE
|
||||
|
||||
%description
|
||||
LXSession is the default X11 session manager of LXDE.
|
||||
@@ -43,8 +47,7 @@ This package provides files required to build freedesktop.org
|
||||
menu spec-compliant desktop menus for LXDE.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
@@ -53,15 +56,17 @@ menu spec-compliant desktop menus for LXDE.
|
||||
%install
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
rm -rf "$RPM_BUILD_ROOT"
|
||||
%post
|
||||
%desktop_database_post
|
||||
|
||||
%postun
|
||||
%desktop_database_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README AUTHORS COPYING
|
||||
%dir %_sysconfdir/xdg/menus
|
||||
%config %_sysconfdir/xdg/menus/lxde-applications.menu
|
||||
%dir %{_datadir}/desktop-directories
|
||||
%{_datadir}/desktop-directories/*
|
||||
%{_datadir}/desktop-directories
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user