packages (DEVEL): wine/wine-manpaths.patch - updated for 1.3.22

lisu lisu at pld-linux.org
Sun Jun 12 18:52:02 CEST 2011


Author: lisu                         Date: Sun Jun 12 16:52:02 2011 GMT
Module: packages                      Tag: DEVEL
---- Log message:
- updated for 1.3.22

---- Files affected:
packages/wine:
   wine-manpaths.patch (1.7.2.1 -> 1.7.2.2) 

---- Diffs:

================================================================
Index: packages/wine/wine-manpaths.patch
diff -u packages/wine/wine-manpaths.patch:1.7.2.1 packages/wine/wine-manpaths.patch:1.7.2.2
--- packages/wine/wine-manpaths.patch:1.7.2.1	Sat Dec 11 00:45:53 2010
+++ packages/wine/wine-manpaths.patch	Sun Jun 12 18:51:57 2011
@@ -1,27 +1,3 @@
---- wine-1.3.9/loader/Makefile.in~	2010-12-10 20:33:07.000000000 +0100
-+++ wine-1.3.9/loader/Makefile.in	2010-12-10 23:37:41.886668582 +0100
-@@ -22,8 +22,8 @@
- INSTALLDIRS = \
- 	$(DESTDIR)$(bindir) \
- 	$(DESTDIR)$(mandir)/man$(prog_manext) \
--	$(DESTDIR)$(mandir)/de.UTF-8/man$(prog_manext) \
--	$(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)
-+	$(DESTDIR)$(mandir)/de/man$(prog_manext) \
-+	$(DESTDIR)$(mandir)/fr/man$(prog_manext)
- 
- all: $(MAIN_BINARY) wine-installed $(EXTRA_BINARIES)
- 
-@@ -50,8 +50,8 @@
- 	$(INSTALL_PROGRAM) wine-installed $(DESTDIR)$(bindir)/$(MAIN_BINARY)
- 
- install-man-pages:: $(EXTRA_MANPAGES) $(INSTALLDIRS) dummy
--	$(INSTALL_DATA) wine.de.man $(DESTDIR)$(mandir)/de.UTF-8/man$(prog_manext)/wine.$(prog_manext)
--	$(INSTALL_DATA) wine.fr.man $(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)/wine.$(prog_manext)
-+	$(INSTALL_DATA) wine.de.man $(DESTDIR)$(mandir)/de/man$(prog_manext)/wine.$(prog_manext)
-+	$(INSTALL_DATA) wine.fr.man $(DESTDIR)$(mandir)/fr/man$(prog_manext)/wine.$(prog_manext)
- 
- uninstall::
- 	-cd $(DESTDIR)$(bindir) && $(RM) $(MAIN_BINARY) $(EXTRA_BINARIES)
 --- wine-1.3.9/server/Makefile.in~	2010-12-10 20:33:07.000000000 +0100
 +++ wine-1.3.9/server/Makefile.in	2010-12-10 23:38:49.953335249 +0100
 @@ -54,8 +54,8 @@
@@ -70,3 +46,31 @@
  
  uninstall::
  	$(RM) $(DESTDIR)$(datadir)/wine/wine.inf \
+--- wine-1.3.22/loader/Makefile.in.orig	2011-06-10 20:08:11.000000000 +0200
++++ wine-1.3.22/loader/Makefile.in	2011-06-12 17:41:34.984957008 +0200
+@@ -24,9 +24,9 @@
+ INSTALLDIRS = \
+ 	$(DESTDIR)$(bindir) \
+ 	$(DESTDIR)$(mandir)/man$(prog_manext) \
+-	$(DESTDIR)$(mandir)/de.UTF-8/man$(prog_manext) \
+-	$(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext) \
+-	$(DESTDIR)$(mandir)/pl.UTF-8/man$(prog_manext)
++	$(DESTDIR)$(mandir)/de/man$(prog_manext) \
++	$(DESTDIR)$(mandir)/fr/man$(prog_manext) \
++	$(DESTDIR)$(mandir)/pl/man$(prog_manext)
+ 
+ all: $(MAIN_BINARY) wine-installed $(EXTRA_BINARIES)
+ 
+@@ -53,9 +53,9 @@
+ 	$(INSTALL_PROGRAM) wine-installed $(DESTDIR)$(bindir)/$(MAIN_BINARY)
+ 
+ install-man-pages:: $(EXTRA_MANPAGES) $(INSTALLDIRS) dummy
+-	$(INSTALL_DATA) wine.de.man $(DESTDIR)$(mandir)/de.UTF-8/man$(prog_manext)/wine.$(prog_manext)
+-	$(INSTALL_DATA) wine.fr.man $(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)/wine.$(prog_manext)
+-	$(INSTALL_DATA) wine.pl.man $(DESTDIR)$(mandir)/pl.UTF-8/man$(prog_manext)/wine.$(prog_manext)
++	$(INSTALL_DATA) wine.de.man $(DESTDIR)$(mandir)/de/man$(prog_manext)/wine.$(prog_manext)
++	$(INSTALL_DATA) wine.fr.man $(DESTDIR)$(mandir)/fr/man$(prog_manext)/wine.$(prog_manext)
++	$(INSTALL_DATA) wine.pl.man $(DESTDIR)$(mandir)/pl/man$(prog_manext)/wine.$(prog_manext)
+ 
+ uninstall::
+ 	-cd $(DESTDIR)$(bindir) && $(RM) $(MAIN_BINARY) $(EXTRA_BINARIES)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/wine/wine-manpaths.patch?r1=1.7.2.1&r2=1.7.2.2&f=u



More information about the pld-cvs-commit mailing list