• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XML catalogue of packages which are available for installation, using the mingw-get installer.


Commit MetaInfo

Révisionb6c28069246b10da7ba36000c2aebbab59caa185 (tree)
l'heure2012-04-17 05:42:59
AuteurKeith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Message de Log

Update for mingw-get-0.5-mingw32-beta-20120416-1 release.

Change Summary

Modification

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
1+2012-04-16 Keith Marshall <keithmarshall@users.sourceforge.net>
2+
3+ Update for mingw-get-0.5-mingw32-beta-20120416-1 release.
4+
5+ * mingw32/mingw32-mingw-get.xml: Update and republish.
6+ * mingw32/issue.log: Updated accordingly.
7+
18 2012-04-15 Keith Marshall <keithmarshall@users.sourceforge.net>
29
310 Correct msys-dos2unix doc and licence package reference anomalies.
--- a/mingw32/issue.log
+++ b/mingw32/issue.log
@@ -46,7 +46,7 @@
4646 abf16c6e3575585f92c4a88b7be2c1bf6f7e5f26 2012021600 mingw32-lua.xml
4747 aaa310c7d830e7e9eef6738273630dda8e70d674 2011101100 mingw32-make.xml
4848 d72826fa6526c7253dc7d6c0a5be4846df11a995 2011110600 mingw32-mgwport.xml
49- a80ddc9b75352027ec1a8e4f43838133c88fb1d1 2011110600 mingw32-mingw-get.xml
49+ a8c6b0410c13f938887cc1aaad26abb2aa46808a 2012041600 mingw32-mingw-get.xml
5050 143dee9e2cd59154f477e93cf59e08bc904d67f5 2012040500 mingw32-mingw-utils.xml
5151 397021010754b50cdbbe5d5003b1f6217158ec8e 2010083100 mingw32-mpc.xml
5252 c35e6513fa814743400729714413bd749ff148ef 2010083100 mingw32-mpfr.xml
--- a/mingw32/mingw32-mingw-get.xml
+++ b/mingw32/mingw32-mingw-get.xml
@@ -27,14 +27,33 @@
2727 </description>
2828
2929 <component class="bin">
30+ <release tarname="mingw-get-0.5-mingw32-beta-20120416-1-bin.tar.xz" />
3031 <release tarname="mingw-get-0.4-mingw32-alpha-1-bin.tar.xz" />
3132 <release tarname="mingw-get-0.3-mingw32-alpha-2.1-bin.tar.xz" />
3233 <release tarname="mingw-get-0.3-mingw32-alpha-2-bin.tar.gz" />
3334 <release tarname="mingw-get-0.3-mingw32-alpha-1-bin.tar.gz" />
3435 <release tarname="mingw-get-0.2-mingw32-alpha-4-bin.tar.gz" />
36+
37+ <action class="post-install">
38+ setup = require "setup"
39+ print( " running post-install hooks for mingw-get-bin" )
40+ setup.create_shortcuts(
41+ '--description="Manage MinGW Package Installation"',
42+ setup.libexec_path( "gui.exe" ), "mingw-get"
43+ )
44+ </action>
45+ <action class="post-remove">
46+ setup = require "setup"
47+ print( " running post-remove hooks for mingw-get-bin" )
48+ setup.delete_shortcuts(
49+ "--if-linked="..setup.libexec_path( "gui.exe" ),
50+ "--force", "mingw-get"
51+ )
52+ </action>
3553 </component>
3654
3755 <component class="lic">
56+ <release tarname="mingw-get-0.5-mingw32-beta-20120416-1-lic.tar.xz" />
3857 <release tarname="mingw-get-0.4-mingw32-alpha-1-lic.tar.xz" />
3958 <release tarname="mingw-get-0.3-mingw32-alpha-2.1-lic.tar.xz" />
4059 <release tarname="mingw-get-0.3-mingw32-alpha-2-lic.tar.gz" />
@@ -62,6 +81,7 @@
6281 <source tarname="mingw-get-%-mingw32-%-src.tar.%" />
6382
6483 <component class="bin">
84+ <release tarname="pkginfo-0.5-mingw32-beta-20120416-1-bin.tar.xz" />
6585 <release tarname="pkginfo-0.4-mingw32-alpha-1-bin.tar.xz" />
6686 <release tarname="pkginfo-0.3-mingw32-alpha-2.1-bin.tar.xz" />
6787 <release tarname="pkginfo-0.3-mingw32-alpha-2-bin.tar.gz" />