Merge lp:~nik90/ubuntu/precise/totem/add_keywords_new into lp:ubuntu/precise/totem

Proposed by Nekhelesh Ramananthan
Status: Rejected
Rejected by: Stéphane Graber
Proposed branch: lp:~nik90/ubuntu/precise/totem/add_keywords_new
Merge into: lp:ubuntu/precise/totem
Diff against target: 96 lines (+42/-0)
8 files modified
.pc/.quilt_patches (+1/-0)
.pc/.quilt_series (+1/-0)
.pc/add_keywords.patch/data/totem.desktop.in.in.in (+16/-0)
.pc/applied-patches (+1/-0)
data/totem.desktop.in.in.in (+1/-0)
debian/changelog (+6/-0)
debian/patches/add_keywords.patch (+15/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~nik90/ubuntu/precise/totem/add_keywords_new
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+101209@code.launchpad.net

Description of the change

Added keywords to the .desktop file to make it possible to search totem using search strings Audio and Video as well.

To post a comment you must log in.
Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

I have already created a bug upstream with the patch attached at https://bugzilla.gnome.org/show_bug.cgi?id=673742

Revision history for this message
Sebastien Bacher (seb128) wrote :

There is an updated version with extra keyword commited upstream which will be in the new serie in quantal, I'm about to backport the upstream serie patch to precise as well

Setting that merge request to rejected since it's targetting the wrong VCS and the list of keywords there is outdated

Unmerged revisions

192. By Nekhelesh Ramananthan <email address hidden>

Convert source changes into a package patch file

191. By Nekhelesh Ramananthan <email address hidden>

added keywords

190. By Jeremy Bícha

[ Rico Tzschichholz ]
* New upstream release

[ Jeremy Bicha]
* debian/watch: Watch for .xz tarballs

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file '.pc/.quilt_patches'
--- .pc/.quilt_patches 1970-01-01 00:00:00 +0000
+++ .pc/.quilt_patches 2012-04-08 15:38:18 +0000
@@ -0,0 +1,1 @@
1debian/patches
02
=== added file '.pc/.quilt_series'
--- .pc/.quilt_series 1970-01-01 00:00:00 +0000
+++ .pc/.quilt_series 2012-04-08 15:38:18 +0000
@@ -0,0 +1,1 @@
1series
02
=== added directory '.pc/add_keywords.patch'
=== added file '.pc/add_keywords.patch/.timestamp'
=== added directory '.pc/add_keywords.patch/data'
=== added file '.pc/add_keywords.patch/data/totem.desktop.in.in.in'
--- .pc/add_keywords.patch/data/totem.desktop.in.in.in 1970-01-01 00:00:00 +0000
+++ .pc/add_keywords.patch/data/totem.desktop.in.in.in 2012-04-08 15:38:18 +0000
@@ -0,0 +1,16 @@
1[Desktop Entry]
2_Name=Movie Player
3_Comment=Play movies and songs
4Exec=totem %U
5Icon=totem
6Terminal=false
7Type=Application
8Categories=GTK;GNOME;AudioVideo;Player;Video;
9X-GNOME-DocPath=totem/totem.xml
10X-GNOME-Bugzilla-Bugzilla=GNOME
11X-GNOME-Bugzilla-Product=totem
12X-GNOME-Bugzilla-Component=general
13X-GNOME-Bugzilla-Version=@VERSION@
14X-GNOME-Bugzilla-OtherBinaries=totem-video-indexer;totem-video-thumbnailer;totem-audio-preview;
15X-GNOME-Bugzilla-ExtraInfoScript=@FULL_LIBEXECDIR@/totem/totem-bugreport.py
16StartupNotify=true
017
=== modified file '.pc/applied-patches'
--- .pc/applied-patches 2012-01-09 16:19:39 +0000
+++ .pc/applied-patches 2012-04-08 15:38:18 +0000
@@ -1,3 +1,4 @@
100_create_m4_folder.patch100_create_m4_folder.patch
202_lpi.patch202_lpi.patch
303_default_options.patch303_default_options.patch
4add_keywords.patch
45
=== modified file 'data/totem.desktop.in.in.in'
--- data/totem.desktop.in.in.in 2009-05-21 20:20:37 +0000
+++ data/totem.desktop.in.in.in 2012-04-08 15:38:18 +0000
@@ -14,3 +14,4 @@
14X-GNOME-Bugzilla-OtherBinaries=totem-video-indexer;totem-video-thumbnailer;totem-audio-preview;14X-GNOME-Bugzilla-OtherBinaries=totem-video-indexer;totem-video-thumbnailer;totem-audio-preview;
15X-GNOME-Bugzilla-ExtraInfoScript=@FULL_LIBEXECDIR@/totem/totem-bugreport.py15X-GNOME-Bugzilla-ExtraInfoScript=@FULL_LIBEXECDIR@/totem/totem-bugreport.py
16StartupNotify=true16StartupNotify=true
17_Keywords=Audio;Video;
1718
=== modified file 'debian/changelog'
--- debian/changelog 2012-01-09 16:19:39 +0000
+++ debian/changelog 2012-04-08 15:38:18 +0000
@@ -1,3 +1,9 @@
1totem (3.3.4-0ubuntu1~precise1ubuntu1) precise; urgency=low
2
3Added keywords to the .desktop file (LP: #976624) *
4
5 -- Nekhelesh Ramananthan <krnekhelesh@gmail.com> Sun, 08 Apr 2012 17:32:56 +0200
6
1totem (3.3.4-0ubuntu1~precise1) precise; urgency=low7totem (3.3.4-0ubuntu1~precise1) precise; urgency=low
28
3 [ Rico Tzschichholz ]9 [ Rico Tzschichholz ]
410
=== added file 'debian/patches/add_keywords.patch'
--- debian/patches/add_keywords.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/add_keywords.patch 2012-04-08 15:38:18 +0000
@@ -0,0 +1,15 @@
1Description: added keywords
2Origin: commit, revision id: krnekhelesh@gmail.com-20120408153046-ql9ruml80j2ru0sh
3Author: Nekhelesh Ramananthan krnekhelesh@gmail.com
4Last-Update: 2012-04-08
5X-Bzr-Revision-Id: krnekhelesh@gmail.com-20120408153046-ql9ruml80j2ru0sh
6
7=== modified file 'data/totem.desktop.in.in.in'
8--- old/data/totem.desktop.in.in.in 2009-05-21 20:20:37 +0000
9+++ new/data/totem.desktop.in.in.in 2012-04-08 15:30:46 +0000
10@@ -14,3 +14,4 @@
11 X-GNOME-Bugzilla-OtherBinaries=totem-video-indexer;totem-video-thumbnailer;totem-audio-preview;
12 X-GNOME-Bugzilla-ExtraInfoScript=@FULL_LIBEXECDIR@/totem/totem-bugreport.py
13 StartupNotify=true
14+_Keywords=Audio;Video;
15
016
=== modified file 'debian/patches/series'
--- debian/patches/series 2012-01-09 16:19:39 +0000
+++ debian/patches/series 2012-04-08 15:38:18 +0000
@@ -1,3 +1,4 @@
100_create_m4_folder.patch100_create_m4_folder.patch
202_lpi.patch202_lpi.patch
303_default_options.patch303_default_options.patch
4add_keywords.patch

Subscribers

People subscribed via source and target branches