SHA256
1
0
forked from pool/WindowMaker

Accepting request 80903 from X11:windowmanagers

- Fix linking problems with new gnu ld (forwarded request 80292 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/80903
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/WindowMaker?expand=0&rev=19
This commit is contained in:
Lars Vogdt 2011-09-05 14:12:56 +00:00 committed by Git OBS Bridge
commit fa6b02d763
3 changed files with 25 additions and 2 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Aug 31 04:38:04 UTC 2011 - crrodriguez@opensuse.org
- Fix linking problems with new gnu ld
-------------------------------------------------------------------
Tue Jul 26 19:45:06 UTC 2011 - andrea.turrini@gmail.com
- fixed typos in description of WindowMaker.spec
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Apr 4 18:59:43 CEST 2010 - ro@suse.de Sun Apr 4 18:59:43 CEST 2010 - ro@suse.de

View File

@ -19,7 +19,7 @@
Name: WindowMaker Name: WindowMaker
BuildRequires: freetype2-devel gcc-c++ giflib-devel libpng-devel libtiff-devel update-desktop-files xorg-x11-devel BuildRequires: freetype2-devel fontconfig-devel gcc-c++ giflib-devel libpng-devel libtiff-devel update-desktop-files xorg-x11-devel
License: GPLv2+ ; LGPLv2.1+ ; Public Domain, Freeware License: GPLv2+ ; LGPLv2.1+ ; Public Domain, Freeware
Group: System/GUI/Other Group: System/GUI/Other
Url: http://www.windowmaker.info/ Url: http://www.windowmaker.info/
@ -53,6 +53,8 @@ Patch38: WindowMaker-wmspec.c-findBestIcon.patch
Patch39: WindowMaker-dir-specification.patch Patch39: WindowMaker-dir-specification.patch
Patch40: WindowMaker-composite.patch Patch40: WindowMaker-composite.patch
Patch41: WindowMaker-png_check_sig.patch Patch41: WindowMaker-png_check_sig.patch
Patch42: wm-linking.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%package devel %package devel
@ -63,7 +65,7 @@ Group: Development/Libraries/X11
%description %description
Window Maker is a colorful and flexible window manager and Window Maker is a colorful and flexible window manager and
thedesignnated successor of AfterStep. nFor more details, check the designated successor of AfterStep. For more details, check
http://www.windowmaker.org. http://www.windowmaker.org.
@ -101,6 +103,7 @@ cp WindowMaker/{menu.*,plmenu.*} menu.orig
%patch39 %patch39
%patch40 %patch40
%patch41 %patch41
%patch42
cp %{S:4} . cp %{S:4} .
cp %{S:6} . cp %{S:6} .
rename no nb po/no.* rename no nb po/no.*

10
wm-linking.patch Normal file
View File

@ -0,0 +1,10 @@
--- WPrefs.app/Makefile.am.orig
+++ WPrefs.app/Makefile.am
@@ -55,5 +55,6 @@ WPrefs_LDADD = \
$(top_builddir)/WINGs/libWUtil.la\
$(top_builddir)/wrlib/libwraster.la \
@XFTLIBS@ \
- @INTLIBS@
+ @INTLIBS@ \
+ -lfontconfig