Accepting request 47468 from X11:windowmanagers
Copy from X11:windowmanagers/icewm based on submit request 47468 from user michal-m OBS-URL: https://build.opensuse.org/request/show/47468 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/icewm?expand=0&rev=24
This commit is contained in:
parent
a8d01a7896
commit
4865e5f66a
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 8 03:06:27 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Change old-style BuildRequires to pkgconfig() style
|
||||||
|
BuildRequires:
|
||||||
|
+ old-style: gnome-desktop-devel, libgnomeui-devel.
|
||||||
|
+ new-style: gdk-pixbuf-xlib-2.0, gnome-desktop-2.0,
|
||||||
|
libgnomeui-2.0.
|
||||||
|
- This will make it easier to switch to GNOME 3 libraries.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 26 16:10:38 CET 2010 - mmarek@suse.cz
|
Tue Jan 26 16:10:38 CET 2010 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -20,6 +20,9 @@
|
|||||||
|
|
||||||
Name: icewm
|
Name: icewm
|
||||||
BuildRequires: gcc-c++ gnome-desktop-devel libgnomeui-devel update-desktop-files
|
BuildRequires: gcc-c++ gnome-desktop-devel libgnomeui-devel update-desktop-files
|
||||||
|
BuildRequires: pkgconfig(gdk-pixbuf-xlib-2.0)
|
||||||
|
BuildRequires: pkgconfig(gnome-desktop-2.0)
|
||||||
|
BuildRequires: pkgconfig(libgnomeui-2.0)
|
||||||
%if 0%{?suse_version} >= 1030
|
%if 0%{?suse_version} >= 1030
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
@ -29,7 +32,7 @@ Provides: windowmanager
|
|||||||
Requires: icewm-bin, xdg-menu, desktop-data
|
Requires: icewm-bin, xdg-menu, desktop-data
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 1.3.6
|
Version: 1.3.6
|
||||||
Release: 3
|
Release: 8
|
||||||
Source: icewm-%version.tar.bz2
|
Source: icewm-%version.tar.bz2
|
||||||
Source1: %{name}.desktop
|
Source1: %{name}.desktop
|
||||||
Patch1: icewm-multiByte.patch
|
Patch1: icewm-multiByte.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user