From e7cef65e703a03468aa006069a94c8f0aaeef737 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Nov 30 2013 13:39:35 +0000 Subject: Drop old, unused patches --- diff --git a/brasero-3.7.0-desktop-file-keywords.patch b/brasero-3.7.0-desktop-file-keywords.patch deleted file mode 100644 index 4087291..0000000 --- a/brasero-3.7.0-desktop-file-keywords.patch +++ /dev/null @@ -1,21 +0,0 @@ -From e2c533197da441898667e0afd477b074042301b8 Mon Sep 17 00:00:00 2001 -From: Matthias Clasen -Date: Sat, 27 Oct 2012 21:19:45 +0000 -Subject: Add keywords to the desktop file - -This makes gnome-shell search more useful. ---- -diff --git a/data/brasero.desktop.in.in b/data/brasero.desktop.in.in -index 78d9735..618ddb1 100644 ---- a/data/brasero.desktop.in.in -+++ b/data/brasero.desktop.in.in -@@ -2,6 +2,7 @@ - _Name=Brasero - _GenericName=Disc Burner and Copier - _Comment=Create and copy CDs and DVDs -+_Keywords=disc;cdrom;dvd;burn;audio;video; - Categories=GTK;GNOME;AudioVideo;DiscBurning; - 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; - Exec=brasero %U --- -cgit v0.9.0.2 diff --git a/brasero-3.7.0-gnome-common-warnings.patch b/brasero-3.7.0-gnome-common-warnings.patch deleted file mode 100644 index dd588d4..0000000 --- a/brasero-3.7.0-gnome-common-warnings.patch +++ /dev/null @@ -1,34 +0,0 @@ -From 5ccdd686d5e551a0b402641d5fbafb0fc8a38d07 Mon Sep 17 00:00:00 2001 -From: Colin Walters -Date: Tue, 06 Nov 2012 19:22:56 +0000 -Subject: Fix some compiler warnings made fatal by gnome-common - -See https://bugzilla.gnome.org/show_bug.cgi?id=608953 ---- -diff --git a/libbrasero-burn/burn-plugin.c b/libbrasero-burn/burn-plugin.c -index fe4a2da..f97bc5f 100644 ---- a/libbrasero-burn/burn-plugin.c -+++ b/libbrasero-burn/burn-plugin.c -@@ -41,6 +41,8 @@ - - #include - -+#include -+ - #include "brasero-media-private.h" - - #include "brasero-media.h" -diff --git a/src/Makefile.am b/src/Makefile.am -index aa3388e..0de9c2f 100644 ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -12,6 +12,7 @@ INCLUDES = \ - -DBRASERO_SYSCONFDIR=\"$(sysconfdir)\" \ - -DBRASERO_DATADIR=\"$(datadir)/brasero\" \ - -DBRASERO_LIBDIR=\"$(libdir)\" \ -+ -DEGG_SM_CLIENT_BACKEND_XSMP \ - $(WARN_CFLAGS) \ - $(DISABLE_DEPRECATED) \ - $(BRASERO_GLIB_CFLAGS) \ --- -cgit v0.9.0.2