Drop old, unused patches

This commit is contained in:
Kalev Lember 2013-11-30 14:39:35 +01:00
parent fd4c25fc44
commit e7cef65e70
2 changed files with 0 additions and 55 deletions

View File

@ -1,21 +0,0 @@
From e2c533197da441898667e0afd477b074042301b8 Mon Sep 17 00:00:00 2001
From: Matthias Clasen <mclasen@redhat.com>
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

View File

@ -1,34 +0,0 @@
From 5ccdd686d5e551a0b402641d5fbafb0fc8a38d07 Mon Sep 17 00:00:00 2001
From: Colin Walters <walters@verbum.org>
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 <gst/gst.h>
+#include <stdio.h>
+
#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