[arch-commits] Commit in wine/trunk (PKGBUILD wine-1.5.30-missing-libwine.patch)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Sat May 25 01:10:11 UTC 2013


    Date: Saturday, May 25, 2013 @ 03:10:11
  Author: svenstaro
Revision: 91587

upgpkg: wine 1.5.31-1

Updating to 1.5.31

Modified:
  wine/trunk/PKGBUILD
Deleted:
  wine/trunk/wine-1.5.30-missing-libwine.patch

-----------------------------------+
 PKGBUILD                          |   11 ++------
 wine-1.5.30-missing-libwine.patch |   45 ------------------------------------
 2 files changed, 3 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-24 19:40:27 UTC (rev 91586)
+++ PKGBUILD	2013-05-25 01:10:11 UTC (rev 91587)
@@ -5,17 +5,15 @@
 # Contributor: Giovanni Scafora <giovanni at archlinux.org>
 
 pkgname=wine
-pkgver=1.5.30
-pkgrel=2
+pkgver=1.5.31
+pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
 
 source=(http://prdownloads.sourceforge.net/$pkgname/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-        wine-1.5.30-missing-libwine.patch
         30-win32-aliases.conf)
-md5sums=('be776eb7b50c15bac5543775c8416217'
+md5sums=('21a8326bbce7f0f051a19a64101e75bf'
          'SKIP'
-         '5437ea66de4bbccf53a40c1e0821cd81'
          '1ff4e467f59409272088d92173a0f801')
 
 pkgdesc="A compatibility layer for running Windows programs"
@@ -108,9 +106,6 @@
   sed -i 's|libncurses|libncursesw|g' "$srcdir/$pkgname/configure"
   sed -i 's|lncurses|lncursesw|g' "$srcdir/$pkgname/configure"
 
-  # fix FS#35189
-  ( cd $pkgname && patch -Np1 -i "$srcdir"/wine-1.5.30-missing-libwine.patch )
-
   # Get rid of old build dirs
   rm -rf $pkgname-{32,64}-build
   mkdir $pkgname-32-build

Deleted: wine-1.5.30-missing-libwine.patch
===================================================================
--- wine-1.5.30-missing-libwine.patch	2013-05-24 19:40:27 UTC (rev 91586)
+++ wine-1.5.30-missing-libwine.patch	2013-05-25 01:10:11 UTC (rev 91587)
@@ -1,45 +0,0 @@
-commit ce4b6451aabbe83809c7483c748cfa009cc090d6
-Author: Alexandre Julliard <julliard at winehq.org>
-Date:   Fri May 10 22:01:44 2013 +0200
-
-    configure: Add explicit install targets in libs/wine for make_makefiles.
-
-diff --git a/configure b/configure
-index d4c1f8e..ef38bfd 100755
---- a/configure
-+++ b/configure
-@@ -16379,7 +16379,7 @@ wine_fn_config_makefile documentation enable_documentation
- wine_fn_config_makefile fonts enable_fonts install-lib
- wine_fn_config_makefile include enable_include install-dev
- wine_fn_config_makefile libs/port enable_libs_port
--wine_fn_config_makefile libs/wine enable_libs_wine
-+wine_fn_config_makefile libs/wine enable_libs_wine install-dev,install-lib
- wine_fn_config_makefile libs/wpp enable_libs_wpp
- wine_fn_config_makefile loader enable_loader install-lib,manpage
- wine_fn_config_program aspnet_regiis enable_aspnet_regiis install
-diff --git a/configure.ac b/configure.ac
-index 6dd2348..b44673e 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -3173,7 +3173,7 @@ WINE_CONFIG_MAKEFILE([documentation])
- WINE_CONFIG_MAKEFILE([fonts],,[install-lib])
- WINE_CONFIG_MAKEFILE([include],,[install-dev])
- WINE_CONFIG_MAKEFILE([libs/port])
--WINE_CONFIG_MAKEFILE([libs/wine])
-+WINE_CONFIG_MAKEFILE([libs/wine],,[install-dev,install-lib])
- WINE_CONFIG_MAKEFILE([libs/wpp])
- WINE_CONFIG_MAKEFILE([loader],,[install-lib,manpage])
- WINE_CONFIG_PROGRAM(aspnet_regiis,,[install])
-diff --git a/libs/wine/Makefile.in b/libs/wine/Makefile.in
-index b8dc385..7de7799 100644
---- a/libs/wine/Makefile.in
-+++ b/libs/wine/Makefile.in
-@@ -111,4 +111,8 @@ version.c: dummy
- $(RELPATH):
- 	@cd $(TOOLSDIR)/tools && $(MAKE) relpath$(TOOLSEXT)
- 
-+# Make sure that make_makefiles sees the install rules
-+install install-lib::
-+install install-dev::
-+
- @LIBWINE_RULES@




More information about the arch-commits mailing list