Hi,

Please, review and eventually apply the attached patch to the current ebuild 
script for KMid. It defaults to the latest stable release that is available 
in SourceForge, and includes the documentation and translations. The next 
stable release is scheduled to mid-August.

I would also like to request that the dashboard build the latest SVN HEAD 
revision, but the version available in the kdewin installer be the latest 
stable package released available at SourceForge.

Thanks,
Pedro
Index: portage/extragear/kmid/kmid-20100406.py
===================================================================
--- portage/extragear/kmid/kmid-20100406.py	(revisión: 1154377)
+++ portage/extragear/kmid/kmid-20100406.py	(copia de trabajo)
@@ -5,7 +5,10 @@
 class subinfo(info.infoclass):
     def setTargets( self ):
         self.svnTargets['svnHEAD'] = 'trunk/extragear/multimedia/kmid'
-        self.defaultTarget = 'svnHEAD'
+        for ver in ['2.3.0', '2.3.1']:
+          self.targets[ver] = 'http://downloads.sourceforge.net/kmid2/kmid-' + ver + '.tar.bz2'
+          self.targetInstSrc[ver] = 'kmid-' + ver
+        self.defaultTarget = '2.3.1'
     
     def setDependencies( self ):
         self.hardDependencies['kde/kdebase-runtime'] = 'default'
_______________________________________________
Kde-windows mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-windows

Reply via email to