Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Ismael Luceno (f8df743a2c01f1cb3e9f77db87583461e999700b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Ismael Luceno (f8df743a2c01f1cb3e9f77db87583461e999700b)
  • Date: Mon, 2 Apr 2012 13:53:24 -0500

GIT changes to master z-rejected grimoire by Ismael Luceno
<ismael AT sourcemage.org>:

z-x11/nxclient/DETAILS | 8 ++++++--
z-x11/nxclient/HISTORY | 3 +++
2 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit f8df743a2c01f1cb3e9f77db87583461e999700b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

nxclient: Fix version and handling of architectures

diff --git a/z-x11/nxclient/DETAILS b/z-x11/nxclient/DETAILS
index 2aaf3f8..cb7de03 100755
--- a/z-x11/nxclient/DETAILS
+++ b/z-x11/nxclient/DETAILS
@@ -1,6 +1,10 @@
SPELL=nxclient
- VERSION=6.i386
- SOURCE="${SPELL}-3.3.0-${VERSION}.tar.gz"
+ VERSION=3.3.0-6
+ ARCH="${SMGL_COMPAT_ARCHS[1]}"
+case "$ARCH"
+ ia32) ARCH=i386 ;;
+esac
+ SOURCE="${SPELL}-${VERSION}.${ARCH}.tar.gz"
SOURCE_URL[0]=http://64.34.161.181/download/3.3.0/Linux/${SOURCE}

SOURCE_HASH=sha512:67cdb04f84060f4d6af7779091ad353152680f978bf013819a91e5c2926d7d827f7e5142ab69da50062d3c2df174d8099cec2e56574696c207f298892afe6124
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/NX"
diff --git a/z-x11/nxclient/HISTORY b/z-x11/nxclient/HISTORY
index 6dfbe74..9dfbc78 100644
--- a/z-x11/nxclient/HISTORY
+++ b/z-x11/nxclient/HISTORY
@@ -1,3 +1,6 @@
+2012-04-02 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fixed version and handling of architectures
+
2009-09-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* BUILD, DEPENDS, desktop, DETAILS, INSTALL: spell created
* INSTALL: changed install path to /usr/NX (seems to be



  • [SM-Commit] GIT changes to master z-rejected grimoire by Ismael Luceno (f8df743a2c01f1cb3e9f77db87583461e999700b), Ismael Luceno, 04/02/2012

Archive powered by MHonArc 2.6.24.

Top of Page