Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0d48cef04427dcb1a07102e8a674f00f28dc8af3

commit 0d48cef04427dcb1a07102e8a674f00f28dc8af3
Author: James Buren <r...@frugalware.org>
Date:   Tue Oct 18 16:32:01 2011 -0500

wine-1.2.3-3-i686
* rebuild with new wine schema

diff --git a/source/xapps-extra/wine/FrugalBuild 
b/source/xapps-extra/wine/FrugalBuild
index d69e734..e67580a 100644
--- a/source/xapps-extra/wine/FrugalBuild
+++ b/source/xapps-extra/wine/FrugalBuild
@@ -1,45 +1,10 @@
-# Compiling Time: 7.76 SBU
-# Maintainer: crazy <cr...@frugalware.org>
+# Compiling Time: 8 SBU
+# Maintainer: James Buren <r...@frugalware.org>
# Contributor: Miklos Vajna <vmik...@frugalware.org>

pkgname=wine
pkgver=1.2.3
-_geckover=1.0.0
-pkgrel=2
-pkgdesc="An Open Source implementation of the Windows API on top of X and Unix"
-_F_sourceforge_ext=".tar.bz2"
-Finclude sourceforge
-url="http://www.winehq.org";
-up2date="lynx -dump '$url' | grep 'Stable:' | sed 's|.*Wine 
\([0-9.]\+\).*|\1|'"
-## sane-backends , gphoto2 , jack , arts , nas , esd
-depends=('lcms' 'mesa' 'libsm' 'libstdc++' 'libxxf86dga' 'freetype2' 'libxslt' 
'hal>=0.5.7.1-3' \
-       'fontforge' 'libjpeg>=8b' 'libxml2' 'libusb' 'freeglut' 'alsa-lib' 
'libxrender' 'libxrandr' 'libcups' \
-       'fontconfig' 'libxcursor' 'libxinerama' 'libxcomposite' 'gnutls' 
'libmpg123')
-makedepends=('flex' 'bison' 'cups')
-groups=('xapps-extra')
-options=('scriptlet')
-archs=('i686' '!x86_64')
-source=(${source[@]} \
-       
http://ftp.frugalware.org/pub/other/sources/wine/wine_gecko-$_geckover-x86.cab \
-       rc.wine wine.conf)
+pkgrel=3
+Finclude wine

-## TODO : add the 'optional' depends and split off sound then -- crazy --
-
-build()
-{
-       Fcd $pkgname-${pkgver/_/-}
-       Fpatchall
-       Fconf
-       make depend || return 1
-       make || return 1
-       Fmakeinstall
-       Ffile /usr/share/wine/gecko/wine_gecko-$_geckover-x86.cab
-       Frcd2
-       Ffile /etc/binfmt.d/wine.conf
-}
-
-sha1sums=('072184c492cc9d137138407732de3bb62ba6c091' \
-          'afa22c52bca4ca77dcb9edb3c9936eb23793de01' \
-          'f6a216de34aaa5e5388aae742e999f43f5d251f7' \
-          'ac83637d5670fc2fcc89b62d9ea2aadb5a672370')
# optimization OK
diff --git a/source/xapps-extra/wine/rc.wine b/source/xapps-extra/wine/rc.wine
deleted file mode 100644
index 36012fe..0000000
--- a/source/xapps-extra/wine/rc.wine
+++ /dev/null
@@ -1,56 +0,0 @@
-#!/bin/bash
-
-# (c) 2005 Marcus Habermehl <bmh198...@yahoo.de>
-# (c) 2003 Vajna Miklos <vmik...@frugalware.org>
-# rc.wine for Frugalware
-# distributed under GPL License
-
-# chkconfig: 2345 99 01
-# description: Startup/shutdown script for WINE
-
-source /lib/initscripts/functions
-TEXTDOMAIN=wine
-TEXTDOMAINDIR=/lib/initscripts/messages
-
-actions=(restart status start stop)
-daemon=$"WINE"
-pid="test -e /proc/sys/fs/binfmt_misc/windows"
-
-rc_start()
-{
-       start_msg
-       if ! ls /proc/sys/fs/binfmt_misc/window* &>/dev/null; then
-               modprobe binfmt_misc
-               echo ':windowsPE:M::PE::/usr/bin/wine:' 
>/proc/sys/fs/binfmt_misc/register
-               echo ':windows:M::MZ::/usr/bin/wine:' 
>/proc/sys/fs/binfmt_misc/register
-               ok $?
-       else
-               ok 999
-       fi
-}
-
-rc_status()
-{
-       status_msg
-       if ! ls /proc/sys/fs/binfmt_misc/windows &>/dev/null; then
-               ok 998
-               exit 1
-       else
-               ok 997
-               exit 0
-       fi
-}
-
-rc_stop()
-{
-       stop_msg
-       if ! ls /proc/sys/fs/binfmt_misc/window* &>/dev/null; then
-               ok 999
-       else
-               echo "-1" >/proc/sys/fs/binfmt_misc/windows
-               echo "-1" >/proc/sys/fs/binfmt_misc/windowsPE
-               ok $?
-       fi
-}
-
-rc_exec $1
diff --git a/source/xapps-extra/wine/wine.conf 
b/source/xapps-extra/wine/wine.conf
deleted file mode 100644
index 4d43073..0000000
--- a/source/xapps-extra/wine/wine.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-# Start WINE on Windows executables
-:DOSWin:M::MZ::/usr/bin/wine:
diff --git a/source/xapps-extra/wine/wine.install 
b/source/xapps-extra/wine/wine.install
deleted file mode 100644
index 99099c4..0000000
--- a/source/xapps-extra/wine/wine.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_upgrade()
-{
-       /usr/sbin/chkconfig --del rc.wine
-}
-
-op=$1
-shift
-
-$op $*
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to