rev 7503 - trunk/packages/kdevelop/debian/patches

Jeremy Lainé sharky at alioth.debian.org
Wed Oct 17 05:56:02 UTC 2007


Author: sharky
Date: 2007-10-17 05:56:02 +0000 (Wed, 17 Oct 2007)
New Revision: 7503

Added:
   trunk/packages/kdevelop/debian/patches/01_exclude_cdbs_orig_from_admin.diff
   trunk/packages/kdevelop/debian/patches/02_fix_desktop_entries.diff
Removed:
   trunk/packages/kdevelop/debian/patches/05_exclude_cdbs_orig_from_admin.diff
Log:
kdevelop: add patch for broken .desktop entries


Copied: trunk/packages/kdevelop/debian/patches/01_exclude_cdbs_orig_from_admin.diff (from rev 7486, trunk/packages/kdevelop/debian/patches/05_exclude_cdbs_orig_from_admin.diff)
===================================================================
--- trunk/packages/kdevelop/debian/patches/01_exclude_cdbs_orig_from_admin.diff	                        (rev 0)
+++ trunk/packages/kdevelop/debian/patches/01_exclude_cdbs_orig_from_admin.diff	2007-10-17 05:56:02 UTC (rev 7503)
@@ -0,0 +1,12 @@
+diff -urN kdevelop-3.4.0.orig/parts/appwizard/common/Makefile.am kdevelop-3.4.0/parts/appwizard/common/Makefile.am
+--- kdevelop-3.4.0.orig/parts/appwizard/common/Makefile.am	2007-01-25 16:41:53.000000000 +0100
++++ kdevelop-3.4.0/parts/appwizard/common/Makefile.am	2007-01-29 09:17:45.000000000 +0100
+@@ -1,7 +1,7 @@
+ CLEANFILES = *.tar.gz
+ 
+ admin.tar.gz:
+-	$(TAR) -cf admin.tar --exclude=.svn -C $(srcdir) admin
++	$(TAR) -cf admin.tar --exclude=.svn --exclude=*.cdbs-orig -C $(srcdir) admin
+ 	gzip admin.tar
+ 
+ gnome.tar.gz:

Added: trunk/packages/kdevelop/debian/patches/02_fix_desktop_entries.diff
===================================================================
--- trunk/packages/kdevelop/debian/patches/02_fix_desktop_entries.diff	                        (rev 0)
+++ trunk/packages/kdevelop/debian/patches/02_fix_desktop_entries.diff	2007-10-17 05:56:02 UTC (rev 7503)
@@ -0,0 +1,12 @@
+diff -urN kdevelop-3.5.0.orig/parts/openwith/kdevopenwith.desktop kdevelop-3.5.0/parts/openwith/kdevopenwith.desktop
+--- kdevelop-3.5.0.orig/parts/openwith/kdevopenwith.desktop	2007-10-08 11:49:58.000000000 +0200
++++ kdevelop-3.5.0/parts/openwith/kdevopenwith.desktop	2007-10-17 07:53:44.000000000 +0200
+@@ -75,7 +75,7 @@
+ GenericName[tr]="Birlikte Aç" Menü Eki
+ GenericName[zh_CN]=“打开方式”菜单项
+ GenericName[zh_TW]="開啟方式"選單
+-icon=kdevelop
++Icon=kdevelop
+ ServiceTypes=KDevelop/Plugin
+ X-KDE-Library=libkdevopenwith
+ X-KDevelop-Version=4

Deleted: trunk/packages/kdevelop/debian/patches/05_exclude_cdbs_orig_from_admin.diff




More information about the pkg-kde-commits mailing list