Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (02ab813563ffe4f208b9950e3dda59bac04675a3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (02ab813563ffe4f208b9950e3dda59bac04675a3)
  • Date: Fri, 15 Jun 2007 00:35:48 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 3 ++
utils/wine-doors/BUILD | 1
utils/wine-doors/DEPENDS | 13 ++++++++
utils/wine-doors/DETAILS | 37
+++++++++++++++++++++++++
utils/wine-doors/HISTORY | 6 ++++
utils/wine-doors/INSTALL | 4 ++
utils/wine-doors/wine-doors-0.1pre1.tar.gz.sig |binary
7 files changed, 64 insertions(+)

New commits:
commit 783d1bbcaad02a0c5c5f93aff03fdacad69024b0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

wine-doors: Fix missing binary symlink and missing depends on
gnome-python-desktop and wine

commit 21409965821c5e742bbda66ea2dfff192a865e01
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

wine-doors: A Windows package manager via WINE

diff --git a/ChangeLog b/ChangeLog
index 5b856dc..518e332 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-06-14 Eric Sandall <sandalle AT sourcemage.org>
+ * utils/wine-doors: A Windows package manager using WINE
+
2007-06-14 Treeve Jelbert <treeve AT sourcemage.org>
* python-devel: multiple new spells - see below
configobj, simplejson, turbokid, turbojson, turbocheetah,
diff --git a/utils/wine-doors/BUILD b/utils/wine-doors/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/utils/wine-doors/BUILD
@@ -0,0 +1 @@
+true
diff --git a/utils/wine-doors/DEPENDS b/utils/wine-doors/DEPENDS
new file mode 100755
index 0000000..fca34ab
--- /dev/null
+++ b/utils/wine-doors/DEPENDS
@@ -0,0 +1,13 @@
+depends bzip2 &&
+depends cabextract &&
+depends cairo &&
+depends gnome-python-desktop &&
+depends gzip &&
+depends libglade2 &&
+depends pycairo &&
+depends pygtk2 &&
+depends python &&
+depends pyxml &&
+depends tar &&
+depends unzip &&
+depends wine
diff --git a/utils/wine-doors/DETAILS b/utils/wine-doors/DETAILS
new file mode 100755
index 0000000..159d51d
--- /dev/null
+++ b/utils/wine-doors/DETAILS
@@ -0,0 +1,37 @@
+ SPELL=wine-doors
+ VERSION=0.1pre1
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://www.wine-doors.org/releases/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ LICENSE[0]=LGPL
+ WEB_SITE=http://www.wine-doors.org/
+ KEYWORDS="emulator x11 libs"
+ ENTERED=20070613
+ SHORT='Windows package manager via WINE'
+cat << EOF
+Wine-doors is an application designed to make installing windows software on
+Linux, Solaris or other Unix systems easier. Wine-doors is essentially a
+package management tool for windows software on Linux systems. Most Linux
+desktop users are familiar with package management style application
delivery,
+so it made sense to apply this model to windows software.
+
+Wine-doors works by leveraging the exquisite software, libraries and tools
+created over at WineHQ, there are also plans to support Cedega, cvscedega and
+Crossover Office.
+
+Wine-doors is developed and styled to fit in with the GNOME desktop but is
+fairly portable and a user interface could be developed for KDE. As a GNOME
+application Wine-doors employs pygtk, glade and cairo to represent itself to
+the user, we also endeavour to follow the tango style guidelines for
+application icon artwork.
+
+Aside from this the main goals of wine-doors are as follows:
+ * Replace winetools
+ * Allow flexible application management
+ * Provide Queue processing capability
+ * Provide Application Database integration
+ * Avoid global native overrides
+ * Automatically add items to the desktop menus
+ * Allow users to manage their windows applications with profiles and
bottles
+EOF
diff --git a/utils/wine-doors/HISTORY b/utils/wine-doors/HISTORY
new file mode 100644
index 0000000..e5ecfe1
--- /dev/null
+++ b/utils/wine-doors/HISTORY
@@ -0,0 +1,6 @@
+2007-06-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: Created
+ * INSTALL: For some reason, installing to the system (-S) does not
actually
+ create the wine-doors symlink, even though it says it does
+ * DEPENDS: Depends on gnome-python-desktop and, of course, wine
+
diff --git a/utils/wine-doors/INSTALL b/utils/wine-doors/INSTALL
new file mode 100755
index 0000000..b504c26
--- /dev/null
+++ b/utils/wine-doors/INSTALL
@@ -0,0 +1,4 @@
+python setup.py install -S --prefix=$INSTALL_ROOT/ &&
+pushd $INSTALL_ROOT/usr/bin &&
+ln -sf $INSTALL_ROOT/usr/share/wine-doors/src/winedoors.py wine-doors &&
+popd
diff --git a/utils/wine-doors/wine-doors-0.1pre1.tar.gz.sig
b/utils/wine-doors/wine-doors-0.1pre1.tar.gz.sig
new file mode 100644
index 0000000..59f7b14
Binary files /dev/null and b/utils/wine-doors/wine-doors-0.1pre1.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (02ab813563ffe4f208b9950e3dda59bac04675a3), Eric Sandall, 06/15/2007

Archive powered by MHonArc 2.6.24.

Top of Page