SHA256
1
0
forked from pool/WindowMaker

Accepting request 147469 from home:elvigia:branches:X11:windowmanagers

-  wm-giflib.patch --> fix build with newer giflib 
   (stuff must also _always_ include "config.h" as the first file)

OBS-URL: https://build.opensuse.org/request/show/147469
OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/WindowMaker?expand=0&rev=21
This commit is contained in:
Togan Muftuoglu 2013-01-18 10:00:22 +00:00 committed by Git OBS Bridge
parent 93344d05ef
commit 17bff59505
3 changed files with 2098 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 8 02:32:01 UTC 2013 - crrodriguez@opensuse.org
- wm-giflib.patch --> fix build with newer giflib
(stuff must also _always_ include "config.h" as the first file)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 18 11:48:57 UTC 2012 - chris@computersalat.de Tue Sep 18 11:48:57 UTC 2012 - chris@computersalat.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package WindowMaker # spec file for package WindowMaker
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
Name: WindowMaker Name: WindowMaker
Summary: A Colorful and Flexible Window Manager Summary: A Colorful and Flexible Window Manager
License: GPL-2.0+ ; LGPL-2.1+ ; SUSE-Public-Domain License: GPL-2.0+ and LGPL-2.1+ and SUSE-Public-Domain
Group: System/GUI/Other Group: System/GUI/Other
Version: 0.95.3 Version: 0.95.3
Release: 0 Release: 0
@ -36,6 +36,7 @@ Patch2: %{name}-menu.patch
## git diff wmaker-0.95.3..81eefca4e ## git diff wmaker-0.95.3..81eefca4e
Patch100: %{name}-81eefca4e.patch Patch100: %{name}-81eefca4e.patch
# #
Patch101: wm-giflib.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fontconfig-devel BuildRequires: fontconfig-devel
BuildRequires: freetype2-devel BuildRequires: freetype2-devel
@ -94,6 +95,7 @@ cp %{name}/{menu.*,plmenu.*} menu_orig
%patch1 %patch1
%patch2 %patch2
%patch100 %patch100
%patch101
cp %{S:4} . cp %{S:4} .
cp %{S:6} . cp %{S:6} .
%if 0%{?suse_version} < 1140 %if 0%{?suse_version} < 1140

2088
wm-giflib.patch Normal file

File diff suppressed because it is too large Load Diff