[arch-commits] CVS update of extra/x11/wine (PKGBUILD wine.install)

Thomas Baechler thomas at archlinux.org
Sun Oct 14 09:39:07 UTC 2007


    Date: Sunday, October 14, 2007 @ 05:39:07
  Author: thomas
    Path: /home/cvs-extra/extra/x11/wine

Modified: PKGBUILD (1.45 -> 1.46)
 Removed: wine.install (1.3)

remove install message, it is old and only confuses people instead of helping


--------------+
 PKGBUILD     |    3 +--
 wine.install |   41 -----------------------------------------
 2 files changed, 1 insertion(+), 43 deletions(-)


Index: extra/x11/wine/PKGBUILD
diff -u extra/x11/wine/PKGBUILD:1.45 extra/x11/wine/PKGBUILD:1.46
--- extra/x11/wine/PKGBUILD:1.45	Sat Oct 13 17:03:41 2007
+++ extra/x11/wine/PKGBUILD	Sun Oct 14 05:39:06 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.45 2007/10/13 21:03:41 tpowa Exp $
+# $Id: PKGBUILD,v 1.46 2007/10/14 09:39:06 thomas Exp $
 # Maintainer: Dale Blount <dale at archlinux.org>
 # Contributor: Matt Smith (Majik) <darkknight at helpdesk.zaz.net>
 pkgname=wine
@@ -11,7 +11,6 @@
 depends=('freetype2' 'fontconfig' 'libjpeg' 'libungif' 'alsa-lib' 'glut' 'libldap' 'libxslt' 'lcms' 'libxxf86dga' 'freeglut' \
          'libxinerama' 'libxcursor' 'libxrandr' 'libxrender' 'libxdamage')
 makedepends=('alsa-lib' 'sane' 'fontforge' 'flex' 'bison')
-install=(wine.install)
 source=(http://easynews.dl.sourceforge.net/sourceforge/wine/wine-$pkgver.tar.bz2)
 
 build() {
Index: extra/x11/wine/wine.install
diff -u extra/x11/wine/wine.install:1.3 extra/x11/wine/wine.install:removed
--- extra/x11/wine/wine.install:1.3	Fri Oct  6 05:49:42 2006
+++ extra/x11/wine/wine.install	Sun Oct 14 05:39:06 2007
@@ -1,41 +0,0 @@
-# This is a default template for a post-install scriptlet.  You can
-# remove any functions you don't need (and this header).
-
-# arg 1:  the new package version
-pre_install() {
-  /bin/true
-}
-
-# arg 1:  the new package version
-post_install() {
-  /bin/true
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-pre_upgrade() {
-  echo ">>> As of kernel 2.6.18, WINE will not work unless you disable the Legacy"
-  echo ">>> VM Layout, else you will get segfaults!"
-  echo ">>> Please remove the old entry from your /etc/sysctl.conf"
-  echo ">>> vm.legacy_va_layout = 1"
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  /bin/true
-}
-
-# arg 1:  the old package version
-pre_remove() {
-  /bin/true
-}
-
-# arg 1:  the old package version
-post_remove() {
-  /bin/true
-}
-
-op=$1
-shift
-$op $*




More information about the arch-commits mailing list