1
0

Accepting request 32916 from home:vuntz:branches:X11:common:Factory

Copy from home:vuntz:branches:X11:common:Factory/desktop-file-utils via accept of submit request 32916 revision 4.
Request was accepted with message:
Forwarding to openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/32916
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/desktop-file-utils?expand=0&rev=8
This commit is contained in:
Vincent Untz 2010-02-19 12:03:00 +00:00 committed by Git OBS Bridge
parent 3963df132d
commit c35fe4bbbb
3 changed files with 32 additions and 6 deletions

View File

@ -0,0 +1,12 @@
diff -uNr old-desktop-file-utils-0.15//src/validate.c desktop-file-utils-0.15/src/validate.c
--- old-desktop-file-utils-0.15//src/validate.c 2008-02-05 13:06:11.000000000 +0100
+++ desktop-file-utils-0.15/src/validate.c 2009-12-13 18:00:29.480228379 +0100
@@ -324,7 +324,7 @@
};
static const char *show_in_registered[] = {
- "KDE", "GNOME", "ROX", "XFCE", "Old"
+ "KDE", "GNOME", "LXDE", "ROX", "XFCE", "Old"
};
static const char *main_categories_registered[] = {

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Feb 19 13:01:54 CET 2010 - vuntz@opensuse.org
- Make Requires on aaa_base unversioned: there was no reason to
version it, or at least not anymore; and this is needed for the
Moblin merge.
-------------------------------------------------------------------
Sun Dec 13 17:01:01 UTC 2009 - andrea@opensuse.org
- added LXDE patch, since this is now a valide DE
-------------------------------------------------------------------
Thu Aug 20 10:52:02 CEST 2009 - beineri@opensuse.org

View File

@ -20,15 +20,16 @@
Name: desktop-file-utils
BuildRequires: glib2-devel pkg-config
License: GPL v2 or later
License: GPLv2+
Group: Development/Tools/Other
Version: 0.15
Release: 84
Source: %{name}-%{version}.tar.bz2
Release: 85
Source0: %{name}-%{version}.tar.bz2
Source1: SuSEconfig.desktop-file-utils
Patch: desktop-file-utils-suse-keys.patch
Patch0: desktop-file-utils-suse-keys.patch
Patch1: desktop-file-utils-LXDE-key.patch
PreReq: /bin/rm /bin/rmdir
Requires: aaa_base >= 10.1
Requires: aaa_base
Url: http://www.freedesktop.org/wiki/Software/desktop-file-utils
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Utilities for Manipulating Desktop Files
@ -42,7 +43,8 @@ http://freedesktop.org/wiki/Specifications/desktop-entry-spec
%prep
%setup
%patch
%patch0
%patch1 -p1
%build
%configure \