[Xquartz-changes] [380] trunk/pkg
source_changes at macosforge.org
source_changes at macosforge.org
Wed Dec 2 22:01:29 PST 2009
Revision: 380
http://trac.macosforge.org/projects/xquartz/changeset/380
Author: jeremyhu at freedesktop.org
Date: 2009-12-02 22:01:26 -0800 (Wed, 02 Dec 2009)
Log Message:
-----------
Updates for next beta
Modified Paths:
--------------
trunk/pkg/README.2.5.0.txt
trunk/pkg/mkdmg.sh
Modified: trunk/pkg/README.2.5.0.txt
===================================================================
--- trunk/pkg/README.2.5.0.txt 2009-11-18 21:37:34 UTC (rev 379)
+++ trunk/pkg/README.2.5.0.txt 2009-12-03 06:01:26 UTC (rev 380)
@@ -161,6 +161,7 @@
* resourceproto 1.1.0
* scrnsaverproto 1.2.0
* videoproto 2.3.0
+ * xcb-proto 1.6
* xcmiscproto 1.2.0
* xextproto 7.1.1
* xf86bigfontproto 1.2.0
@@ -171,7 +172,7 @@
* xineramaproto 1.2
* xproto 7.0.16
* server:
- * Xquartz fixes from xorg-server-1.7.2
+ * Xquartz fixes from xorg-server-1.7.3
* Move to the 1.7 branch
* 64bit fixes for pbproxy
* Add support for side-by-side installation with system X11 (SnowLeopard Only)
Modified: trunk/pkg/mkdmg.sh
===================================================================
--- trunk/pkg/mkdmg.sh 2009-11-18 21:37:34 UTC (rev 379)
+++ trunk/pkg/mkdmg.sh 2009-12-03 06:01:26 UTC (rev 380)
@@ -3,9 +3,10 @@
. ~/.bashrc
verString=$1
+name=${verString%-*}
mkdir ${verString}.d
-mv ${verString}.pkg ${verString}.d/X11.pkg
+mv ${verString}.pkg ${verString}.d/${name}.pkg
hdiutil create -srcfolder ${verString}.d -format UDBZ -volname "${verString}" ${verString}.dmg
mv ${verString}.d/X11.pkg ${verString}.pkg
rmdir $1.d
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20091202/b3bdf702/attachment.html>
More information about the Xquartz-changes
mailing list