patches/brasero-01-load-by-gksu.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 18250 5036ef436efa
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15657
8d9bedcebe1f 2009-04-21 Lin Ma <[email protected]>
lin
parents:
diff changeset
     1
diff --git a/data/brasero.desktop.in.in b/data/brasero.desktop.in.in
16956
4993d4774717 2009-11-16 Lin Ma <[email protected]>
lin
parents: 16378
diff changeset
     2
index 87368eb..b0e8041 100644
15657
8d9bedcebe1f 2009-04-21 Lin Ma <[email protected]>
lin
parents:
diff changeset
     3
--- a/data/brasero.desktop.in.in
8d9bedcebe1f 2009-04-21 Lin Ma <[email protected]>
lin
parents:
diff changeset
     4
+++ b/data/brasero.desktop.in.in
18250
5036ef436efa 2010-07-16 Brian Cameron <[email protected]>
yippi
parents: 17829
diff changeset
     5
@@ -4,7 +4,7 @@ _GenericName=Disc Burner and Copier
15657
8d9bedcebe1f 2009-04-21 Lin Ma <[email protected]>
lin
parents:
diff changeset
     6
 _Comment=Create and copy CDs and DVDs
8d9bedcebe1f 2009-04-21 Lin Ma <[email protected]>
lin
parents:
diff changeset
     7
 Categories=GNOME;AudioVideo;DiscBurning;
18250
5036ef436efa 2010-07-16 Brian Cameron <[email protected]>
yippi
parents: 17829
diff changeset
     8
 MimeType=application/x-cd-image;application/x-cdrdao-toc;application/x-cue;application/x-toc;audio/x-scpls;audio/x-ms-asx;audio/x-mp3-playlist;audio/x-mpegurl;application/x-brasero;x-content/audio-cdda;x-content/video-dvd;x-content/video-vcd;x-content/video-svcd;x-content/image-picturecd;
15657
8d9bedcebe1f 2009-04-21 Lin Ma <[email protected]>
lin
parents:
diff changeset
     9
-Exec=brasero %U
16292
ee92bf231530 2009-08-17 Lin Ma <[email protected]>
lin
parents: 16291
diff changeset
    10
+Exec=gksu brasero
15657
8d9bedcebe1f 2009-04-21 Lin Ma <[email protected]>
lin
parents:
diff changeset
    11
 Icon=brasero
8d9bedcebe1f 2009-04-21 Lin Ma <[email protected]>
lin
parents:
diff changeset
    12
 StartupNotify=true
8d9bedcebe1f 2009-04-21 Lin Ma <[email protected]>
lin
parents:
diff changeset
    13
 Terminal=false
17374
52e311f96bc1 2010-01-17 Christian Kelly <[email protected]>
chrisk
parents: 16956
diff changeset
    14
diff -ruN brasero-2.29.4.orig/nautilus/brasero-nautilus.desktop.in.in brasero-2.29.4/nautilus/brasero-nautilus.desktop.in.in
52e311f96bc1 2010-01-17 Christian Kelly <[email protected]>
chrisk
parents: 16956
diff changeset
    15
--- brasero-2.29.4.orig/nautilus/brasero-nautilus.desktop.in.in	2010-01-17 23:47:34.732281390 +0000
52e311f96bc1 2010-01-17 Christian Kelly <[email protected]>
chrisk
parents: 16956
diff changeset
    16
+++ brasero-2.29.4/nautilus/brasero-nautilus.desktop.in.in	2010-01-17 23:48:10.159439032 +0000
16362
17507263af56 2009-08-26 Lin Ma <[email protected]>
lin
parents: 16292
diff changeset
    17
@@ -2,8 +2,7 @@
17507263af56 2009-08-26 Lin Ma <[email protected]>
lin
parents: 16292
diff changeset
    18
 _Name=CD/DVD Creator
17507263af56 2009-08-26 Lin Ma <[email protected]>
lin
parents: 16292
diff changeset
    19
 _Comment=Create CDs and DVDs
17507263af56 2009-08-26 Lin Ma <[email protected]>
lin
parents: 16292
diff changeset
    20
 Categories=GNOME;GTK;System;
17507263af56 2009-08-26 Lin Ma <[email protected]>
lin
parents: 16292
diff changeset
    21
-TryExec=nautilus
17507263af56 2009-08-26 Lin Ma <[email protected]>
lin
parents: 16292
diff changeset
    22
-Exec=nautilus --no-default-window --no-desktop burn:/// 
16956
4993d4774717 2009-11-16 Lin Ma <[email protected]>
lin
parents: 16378
diff changeset
    23
+Exec=gksu brasero
17374
52e311f96bc1 2010-01-17 Christian Kelly <[email protected]>
chrisk
parents: 16956
diff changeset
    24
 Icon=system-file-manager
16362
17507263af56 2009-08-26 Lin Ma <[email protected]>
lin
parents: 16292
diff changeset
    25
 MimeType=x-content/blank-cd;x-content/blank-dvd;x-content/blank-bd;x-content/blank-hddvd;
17507263af56 2009-08-26 Lin Ma <[email protected]>
lin
parents: 16292
diff changeset
    26
 StartupNotify=true
17829
0547112a4108 2010-04-12 Christian Kelly <[email protected]>
chrisk
parents: 17374
diff changeset
    27
--- brasero-2.29.4/configure.in.orig	2010-04-12 21:27:51.512932723 +0100
0547112a4108 2010-04-12 Christian Kelly <[email protected]>
chrisk
parents: 17374
diff changeset
    28
+++ brasero-2.29.4/configure.in	2010-04-12 21:28:17.439226641 +0100
18250
5036ef436efa 2010-07-16 Brian Cameron <[email protected]>
yippi
parents: 17829
diff changeset
    29
@@ -2,6 +2,8 @@ dnl Process this file with autoconf to p
5036ef436efa 2010-07-16 Brian Cameron <[email protected]>
yippi
parents: 17829
diff changeset
    30
 AC_INIT([brasero],[2.31.5])
17829
0547112a4108 2010-04-12 Christian Kelly <[email protected]>
chrisk
parents: 17374
diff changeset
    31
 AC_CONFIG_SRCDIR(src/main.c)
0547112a4108 2010-04-12 Christian Kelly <[email protected]>
chrisk
parents: 17374
diff changeset
    32
 
0547112a4108 2010-04-12 Christian Kelly <[email protected]>
chrisk
parents: 17374
diff changeset
    33
+AC_PROG_LIBTOOL
0547112a4108 2010-04-12 Christian Kelly <[email protected]>
chrisk
parents: 17374
diff changeset
    34
+
0547112a4108 2010-04-12 Christian Kelly <[email protected]>
chrisk
parents: 17374
diff changeset
    35
 BRASERO_MAJOR_VERSION=2
18250
5036ef436efa 2010-07-16 Brian Cameron <[email protected]>
yippi
parents: 17829
diff changeset
    36
 BRASERO_MINOR_VERSION=31
5036ef436efa 2010-07-16 Brian Cameron <[email protected]>
yippi
parents: 17829
diff changeset
    37
 BRASERO_SUB=5