diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-11 20:06:54 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-11 20:06:54 -0500 |
commit | 71ae4d910268cfb4ef4eae10df6f81094b8e43d0 (patch) | |
tree | 9c8cbefa15e02eecf613823d5ef45aa77439060a /ubuntu/maverick/applications/k3b | |
parent | ed29c4c89dbc11778e9c49f2644f13a97969c3b4 (diff) | |
download | tde-packaging-71ae4d910268cfb4ef4eae10df6f81094b8e43d0.tar.gz tde-packaging-71ae4d910268cfb4ef4eae10df6f81094b8e43d0.zip |
Update Debian and Ubuntu build scripts to reflect X-TDE category
Diffstat (limited to 'ubuntu/maverick/applications/k3b')
3 files changed, 4 insertions, 4 deletions
diff --git a/ubuntu/maverick/applications/k3b/debian/changelog b/ubuntu/maverick/applications/k3b/debian/changelog index 1b2fa19d5..77f899f3c 100644 --- a/ubuntu/maverick/applications/k3b/debian/changelog +++ b/ubuntu/maverick/applications/k3b/debian/changelog @@ -495,7 +495,7 @@ k3b (1.0~rc5-0ubuntu1) feisty; urgency=low - disable splash screen on startup kubuntu_107_iso_cue_mimetypes.diff - add application/x-iso and application/x-cue to MimeType and - X-KDE-NativeMimeType + X-TDE-NativeMimeType kubuntu_108_add_specify_device_arg_on_cmd_line.diff - add an optional command line argument to specify the writer device kubuntu_109_disable_firstrun.diff @@ -767,7 +767,7 @@ k3b (0.12.14-0ubuntu4) dapper; urgency=low k3b (0.12.14-0ubuntu3) dapper; urgency=low - * Remove X-KDE-settings-system; from Categories in + * Remove X-TDE-settings-system; from Categories in kubuntu_06_hide_k3bsetup.diff so the module doesn't show in SystemSettings. -- Raphaƫl Pinson <raphink@ubuntu.com> Thu, 16 Mar 2006 22:57:23 +0100 diff --git a/ubuntu/maverick/applications/k3b/debian/k3b-rip-audiocd.desktop b/ubuntu/maverick/applications/k3b/debian/k3b-rip-audiocd.desktop index 2d7d24def..811d936a8 100644 --- a/ubuntu/maverick/applications/k3b/debian/k3b-rip-audiocd.desktop +++ b/ubuntu/maverick/applications/k3b/debian/k3b-rip-audiocd.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -X-KDE-Solid-Predicate=[ StorageVolume.ignored == false AND OpticalDisc.availableContent == 'Audio' ] +X-TDE-Solid-Predicate=[ StorageVolume.ignored == false AND OpticalDisc.availableContent == 'Audio' ] Type=Service Actions=ripaudiocd; diff --git a/ubuntu/maverick/applications/k3b/debian/k3b-rip-videodvd.desktop b/ubuntu/maverick/applications/k3b/debian/k3b-rip-videodvd.desktop index 627ed3a24..2f20cf920 100644 --- a/ubuntu/maverick/applications/k3b/debian/k3b-rip-videodvd.desktop +++ b/ubuntu/maverick/applications/k3b/debian/k3b-rip-videodvd.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -X-KDE-Solid-Predicate=[ StorageVolume.ignored == false AND OpticalDisc.availableContent == 'Data|VideoDvd' ] +X-TDE-Solid-Predicate=[ StorageVolume.ignored == false AND OpticalDisc.availableContent == 'Data|VideoDvd' ] Type=Service Actions=ripvideodvd; |