diff options
author | Alex Veber <coronalvr@gentoo.org> | 2003-11-20 06:59:39 +0000 |
---|---|---|
committer | Alex Veber <coronalvr@gentoo.org> | 2003-11-20 06:59:39 +0000 |
commit | ced2acbce04ccd62c67a913956664818a53bb3b7 (patch) | |
tree | 67f8f2716b279c40d2d0900d0e991de4b1fd32ac /app-emulation | |
parent | version bymp (diff) | |
download | gentoo-2-ced2acbce04ccd62c67a913956664818a53bb3b7.tar.gz gentoo-2-ced2acbce04ccd62c67a913956664818a53bb3b7.tar.bz2 gentoo-2-ced2acbce04ccd62c67a913956664818a53bb3b7.zip |
version bymp
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/XWine/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/XWine/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/XWine/XWine-0.3.2.ebuild | 42 | ||||
-rw-r--r-- | app-emulation/XWine/files/digest-XWine-0.3.2 | 1 | ||||
-rw-r--r-- | app-emulation/XWine/files/fix-compile.patch | 11 | ||||
-rw-r--r-- | app-emulation/XWine/metadata.xml | 8 |
6 files changed, 71 insertions, 3 deletions
diff --git a/app-emulation/XWine/ChangeLog b/app-emulation/XWine/ChangeLog index 8f02488a6dae..98d81900667f 100644 --- a/app-emulation/XWine/ChangeLog +++ b/app-emulation/XWine/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emulation/XWine # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/XWine/ChangeLog,v 1.8 2003/06/20 04:30:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/XWine/ChangeLog,v 1.9 2003/11/20 06:59:33 coronalvr Exp $ + +*XWine-0.3.2 (20 Nov 2003) + + 20 Nov 2003; Alex Veber <coronalvr@gentoo.org> XWine-0.3.2.ebuild, + metadata.xml, files/fix-compile.patch: + version bump. *XWine-0.3.1 (20 Jun 2003) diff --git a/app-emulation/XWine/Manifest b/app-emulation/XWine/Manifest index 02c8850531db..6f2206756405 100644 --- a/app-emulation/XWine/Manifest +++ b/app-emulation/XWine/Manifest @@ -1,6 +1,6 @@ -MD5 24b1270141f256f8faf32297f28feff3 XWine-0.3.2.ebuild 1170 +MD5 a217d99ea63203c31deb584d19db7f90 XWine-0.3.2.ebuild 1159 MD5 65ffe0ca0b9913c2994d30dade196718 XWine-0.3.1.ebuild 1097 -MD5 5826f0339076ffbcfeb2c4054cafdd13 ChangeLog 1394 +MD5 0fca42afe340279780fd6f08e316d1b0 ChangeLog 1552 MD5 6525c48ba09d08599432ea6c299e52f4 metadata.xml 354 MD5 a593986c3cc61044428d0f01fe06b1aa files/fix-compile.patch 553 MD5 4837a922513d4f243f19eb64789f2556 files/digest-XWine-0.3.1 66 diff --git a/app-emulation/XWine/XWine-0.3.2.ebuild b/app-emulation/XWine/XWine-0.3.2.ebuild new file mode 100644 index 000000000000..ff81736df101 --- /dev/null +++ b/app-emulation/XWine/XWine-0.3.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/XWine/XWine-0.3.2.ebuild,v 1.1 2003/11/20 06:59:33 coronalvr Exp $ + +DESCRIPTION="GTK+ frontend for Wine" +HOMEPAGE="http://darken.tuxfamily.org/pages/xwine_en.html" +SRC_URI="http://darken.tuxfamily.org/projets/${P}_en.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="nls" + +DEPEND="=x11-libs/gtk+-1* + sys-devel/bison + >=gnome-base/gnome-libs-1.4.2 + >=gnome-base/ORBit-0.5.17 + nls? ( sys-devel/gettext )" + +S=${WORKDIR}/${P}_en + +src_compile() { + econf `use_enable nls` || die + epatch ${FILESDIR}/fix-compile.patch + emake || die +} + +src_install() { + addwrite /usr/share/applnk/Applications + einstall || die + # Don't need to install docs twice + rm -rf ${D}/usr/share/doc/xwine + dodoc doc/Manual* FAQ* BUGS COPYING AUTHORS NEWS README TODO +} + +pkg_postinst() { + einfo "${PN} requires a setup Wine to start....It is recommended" + einfo "that you run winesetuptk prior to running ${PN} to setup" + einfo "a base Wine install" + einfo "" + einfo "You should also emerge wine or nwwine at this point" +} diff --git a/app-emulation/XWine/files/digest-XWine-0.3.2 b/app-emulation/XWine/files/digest-XWine-0.3.2 new file mode 100644 index 000000000000..c29311b57b1e --- /dev/null +++ b/app-emulation/XWine/files/digest-XWine-0.3.2 @@ -0,0 +1 @@ +MD5 d25768e3088a07a0a2ea7f40d8c06752 XWine-0.3.2_en.tar.gz 984217 diff --git a/app-emulation/XWine/files/fix-compile.patch b/app-emulation/XWine/files/fix-compile.patch new file mode 100644 index 000000000000..54962dd21517 --- /dev/null +++ b/app-emulation/XWine/files/fix-compile.patch @@ -0,0 +1,11 @@ +--- src/interface.orig.c 2003-11-20 08:48:19.707832264 +0000 ++++ src/interface.c 2003-11-20 08:48:49.577291416 +0000 +@@ -2798,7 +2798,7 @@ + GtkWidget *BT_SYSTEM_OK; + GtkWidget *BT_SYSTEM_ANNUL; + +- W_WINE_SYSTEM = gnome_dialog_new (_("System Directories", NULL); ++ W_WINE_SYSTEM = gnome_dialog_new ("System Directories", NULL); + gtk_object_set_data (GTK_OBJECT (W_WINE_SYSTEM), "W_WINE_SYSTEM", W_WINE_SYSTEM); + GTK_WINDOW (W_WINE_SYSTEM)->type = GTK_WINDOW_DIALOG; + gtk_window_set_position (GTK_WINDOW (W_WINE_SYSTEM), GTK_WIN_POS_CENTER); diff --git a/app-emulation/XWine/metadata.xml b/app-emulation/XWine/metadata.xml new file mode 100644 index 000000000000..6e1b347e6c04 --- /dev/null +++ b/app-emulation/XWine/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>wine</herd> +<longdescription> +This package allows you to run many winodws applications in your *nix environment. It can be used either with your existing Windows instalation or without it. +</longdescription> +</pkgmetadata> |