XML catalogue of packages which are available for installation, using the mingw-get installer.
Révision | b6c28069246b10da7ba36000c2aebbab59caa185 (tree) |
---|---|
l'heure | 2012-04-17 05:42:59 |
Auteur | Keith Marshall <keithmarshall@user...> |
Commiter | Keith Marshall |
Update for mingw-get-0.5-mingw32-beta-20120416-1 release.
@@ -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 | + | |
1 | 8 | 2012-04-15 Keith Marshall <keithmarshall@users.sourceforge.net> |
2 | 9 | |
3 | 10 | Correct msys-dos2unix doc and licence package reference anomalies. |
@@ -46,7 +46,7 @@ | ||
46 | 46 | abf16c6e3575585f92c4a88b7be2c1bf6f7e5f26 2012021600 mingw32-lua.xml |
47 | 47 | aaa310c7d830e7e9eef6738273630dda8e70d674 2011101100 mingw32-make.xml |
48 | 48 | d72826fa6526c7253dc7d6c0a5be4846df11a995 2011110600 mingw32-mgwport.xml |
49 | - a80ddc9b75352027ec1a8e4f43838133c88fb1d1 2011110600 mingw32-mingw-get.xml | |
49 | + a8c6b0410c13f938887cc1aaad26abb2aa46808a 2012041600 mingw32-mingw-get.xml | |
50 | 50 | 143dee9e2cd59154f477e93cf59e08bc904d67f5 2012040500 mingw32-mingw-utils.xml |
51 | 51 | 397021010754b50cdbbe5d5003b1f6217158ec8e 2010083100 mingw32-mpc.xml |
52 | 52 | c35e6513fa814743400729714413bd749ff148ef 2010083100 mingw32-mpfr.xml |
@@ -27,14 +27,33 @@ | ||
27 | 27 | </description> |
28 | 28 | |
29 | 29 | <component class="bin"> |
30 | + <release tarname="mingw-get-0.5-mingw32-beta-20120416-1-bin.tar.xz" /> | |
30 | 31 | <release tarname="mingw-get-0.4-mingw32-alpha-1-bin.tar.xz" /> |
31 | 32 | <release tarname="mingw-get-0.3-mingw32-alpha-2.1-bin.tar.xz" /> |
32 | 33 | <release tarname="mingw-get-0.3-mingw32-alpha-2-bin.tar.gz" /> |
33 | 34 | <release tarname="mingw-get-0.3-mingw32-alpha-1-bin.tar.gz" /> |
34 | 35 | <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> | |
35 | 53 | </component> |
36 | 54 | |
37 | 55 | <component class="lic"> |
56 | + <release tarname="mingw-get-0.5-mingw32-beta-20120416-1-lic.tar.xz" /> | |
38 | 57 | <release tarname="mingw-get-0.4-mingw32-alpha-1-lic.tar.xz" /> |
39 | 58 | <release tarname="mingw-get-0.3-mingw32-alpha-2.1-lic.tar.xz" /> |
40 | 59 | <release tarname="mingw-get-0.3-mingw32-alpha-2-lic.tar.gz" /> |
@@ -62,6 +81,7 @@ | ||
62 | 81 | <source tarname="mingw-get-%-mingw32-%-src.tar.%" /> |
63 | 82 | |
64 | 83 | <component class="bin"> |
84 | + <release tarname="pkginfo-0.5-mingw32-beta-20120416-1-bin.tar.xz" /> | |
65 | 85 | <release tarname="pkginfo-0.4-mingw32-alpha-1-bin.tar.xz" /> |
66 | 86 | <release tarname="pkginfo-0.3-mingw32-alpha-2.1-bin.tar.xz" /> |
67 | 87 | <release tarname="pkginfo-0.3-mingw32-alpha-2-bin.tar.gz" /> |