[Gpg4win-commits] r1469 - in trunk: . packages src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Jul 14 08:42:58 CEST 2010


Author: emanuel
Date: 2010-07-14 08:42:57 +0200 (Wed, 14 Jul 2010)
New Revision: 1469

Modified:
   trunk/ChangeLog
   trunk/packages/packages.current
   trunk/src/inst-kdelibs.nsi
   trunk/src/inst-kleopatra.nsi
   trunk/src/uninst-kdelibs.nsi
   trunk/src/uninst-kleopatra.nsi
Log:
Updated kdelibs and kleoptra (debug) packages.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-07-13 16:11:09 UTC (rev 1468)
+++ trunk/ChangeLog	2010-07-14 06:42:57 UTC (rev 1469)
@@ -1,3 +1,10 @@
+2010-07-14  Emanuel Schuetze <emanuel at intevation.de>
+
+	* packages/packages.current, 
+	src/uninst-kleopatra.nsi, src/inst-kleopatra.nsi, 
+	src/uninst-kdelibs.nsi, src/inst-kdelibs.nsi: 
+	Update kdelibs and kleopatra (debug packages!). 
+
 2010-07-13  Werner Koch  <wk at g10code.com>
 
 	* packages/packages.current: Update to libgcrypt 1.4.6.

Modified: trunk/packages/packages.current
===================================================================
--- trunk/packages/packages.current	2010-07-13 16:11:09 UTC (rev 1468)
+++ trunk/packages/packages.current	2010-07-14 06:42:57 UTC (rev 1469)
@@ -440,17 +440,17 @@
 #
 server http://files.kolab.org/local/gpg4win
 
-file kdelibs-20100420-bin.zip
-chk  804debb0a5441b1398088a2f3c97df85b7fdc0f9
+file kdelibs-20100713-bin.zip
+chk  68ca1c4ca026641245e58f27970fde5c258f549b
 
-file kdelibs-20100420-lib.zip
-chk  b16ef694f53f26d74d9a8e1606ef3f0341faf7bb
+file kdelibs-20100713-lib.zip
+chk  2e660d1108f78fa840b9f77abd3e15c39eb737a8
 
-file kdelibs-20100420-src.zip
-chk  7c128f6ead85708724a68a52db609249a9aa4e81 
+file kdelibs-20100713-src.zip
+chk  f379c817df6cf08848a90530f51d9e5657a06189
 
-file kleopatra-20100420-bin.zip
-chk  2e8900f230817cbe7be12b4e69d7c36c54027f00
+file kleopatra-20100713-bin.zip
+chk  905e1f7faefabe274e70a134182effcee55c1d3e
 
-file kleopatra-20100420-src.zip
-chk  4a82936a9d8be671b05184be06f172faff079ff2 
+file kleopatra-20100713-src.zip
+chk  ef8cf0c3ca61b613439218cd4840ee20cb629222

Modified: trunk/src/inst-kdelibs.nsi
===================================================================
--- trunk/src/inst-kdelibs.nsi	2010-07-13 16:11:09 UTC (rev 1468)
+++ trunk/src/inst-kdelibs.nsi	2010-07-14 06:42:57 UTC (rev 1469)
@@ -37,8 +37,10 @@
   SetOutPath "$INSTDIR\bin"
   File ${prefix}/bin/kcmdwrapper.exe
   File ${prefix}/bin/kbuildsycoca4.exe
+
   SetOutPath "$INSTDIR"
 
+  File ${prefix}/bin/kdebugdialog.exe
   File ${prefix}/bin/libgpgme++-glib.dll
   File ${prefix}/bin/libgpgme++.dll
   File ${prefix}/bin/libkdecore.dll

Modified: trunk/src/inst-kleopatra.nsi
===================================================================
--- trunk/src/inst-kleopatra.nsi	2010-07-13 16:11:09 UTC (rev 1468)
+++ trunk/src/inst-kleopatra.nsi	2010-07-14 06:42:57 UTC (rev 1469)
@@ -172,14 +172,17 @@
 
   SetOutPath "$INSTDIR\share\doc\HTML\en\kleopatra"
 
+  File ${prefix}/share/doc/HTML/en/kleopatra/admin-archive-definitions.html
+  File ${prefix}/share/doc/HTML/en/kleopatra/admin-checksum-definitions.html
   File ${prefix}/share/doc/HTML/en/kleopatra/admin-key-filters.html
   File ${prefix}/share/doc/HTML/en/kleopatra/admin.html
   File ${prefix}/share/doc/HTML/en/kleopatra/commandline-options.html
   File ${prefix}/share/doc/HTML/en/kleopatra/configuration-appearance.html
-  File ${prefix}/share/doc/HTML/en/kleopatra/configuration-dn-order.html
+  File ${prefix}/share/doc/HTML/en/kleopatra/configuration-crypto-operations.html
+  File ${prefix}/share/doc/HTML/en/kleopatra/configuration-gnupg-system.html
+  File ${prefix}/share/doc/HTML/en/kleopatra/configuration-smime-validation.html
   File ${prefix}/share/doc/HTML/en/kleopatra/configuration.html
   File ${prefix}/share/doc/HTML/en/kleopatra/credits-and-license.html
-  File ${prefix}/share/doc/HTML/en/kleopatra/functions-keybox-management.html
   File ${prefix}/share/doc/HTML/en/kleopatra/functions-newkey.html
   File ${prefix}/share/doc/HTML/en/kleopatra/functions-search.html
   File ${prefix}/share/doc/HTML/en/kleopatra/functions.html

Modified: trunk/src/uninst-kdelibs.nsi
===================================================================
--- trunk/src/uninst-kdelibs.nsi	2010-07-13 16:11:09 UTC (rev 1468)
+++ trunk/src/uninst-kdelibs.nsi	2010-07-14 06:42:57 UTC (rev 1469)
@@ -36,6 +36,7 @@
   Delete "$INSTDIR\bin\kbuildsycoca4.exe"
   RMDir "$INSTDIR\bin"
 
+  Delete "$INSTDIR\kdebugdialog.exe"
   Delete "$INSTDIR\kded_globalaccel.dll"
   Delete "$INSTDIR\libkdeui.dll"
   Delete "$INSTDIR\libkdecore.dll"

Modified: trunk/src/uninst-kleopatra.nsi
===================================================================
--- trunk/src/uninst-kleopatra.nsi	2010-07-13 16:11:09 UTC (rev 1468)
+++ trunk/src/uninst-kleopatra.nsi	2010-07-14 06:42:57 UTC (rev 1469)
@@ -73,10 +73,15 @@
   Delete "$INSTDIR\share\doc\HTML\en\kleopatra\credits-and-license.html"
   Delete "$INSTDIR\share\doc\HTML\en\kleopatra\configuration.html"
   Delete "$INSTDIR\share\doc\HTML\en\kleopatra\configuration-dn-order.html"
+  Delete "$INSTDIR\share\doc\HTML\en\kleopatra\configuration-smime-validation.html"
+  Delete "$INSTDIR\share\doc\HTML\en\kleopatra\configuration-gnupg-system.html"
+  Delete "$INSTDIR\share\doc\HTML\en\kleopatra\configuration-crypto-operations.html"
   Delete "$INSTDIR\share\doc\HTML\en\kleopatra\configuration-appearance.html"
   Delete "$INSTDIR\share\doc\HTML\en\kleopatra\commandline-options.html"
   Delete "$INSTDIR\share\doc\HTML\en\kleopatra\admin.html"
   Delete "$INSTDIR\share\doc\HTML\en\kleopatra\admin-key-filters.html"
+  Delete "$INSTDIR\share\doc\HTML\en\kleopatra\admin-checksum-definitions.html"
+  Delete "$INSTDIR\share\doc\HTML\en\kleopatra\admin-archive-definitions.html"
   Delete "$INSTDIR\share\doc\HTML\de\kleopatra\menuview.html"
   Delete "$INSTDIR\share\doc\HTML\de\kleopatra\menutools.html"
   Delete "$INSTDIR\share\doc\HTML\de\kleopatra\menusettings.html"



More information about the Gpg4win-commits mailing list