diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-01 10:00:27 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-01 10:02:02 +0200 |
commit | 755e2e74b59343ea17fa6b7582ced53cd83dfd0f (patch) | |
tree | e9b2954a209e84f61273cbfc9f4cb26e00a65cf5 /app-cdr/gnomebaker/files | |
parent | package.mask: remove some masked for removal packages (diff) | |
download | gentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.tar.gz gentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.tar.bz2 gentoo-755e2e74b59343ea17fa6b7582ced53cd83dfd0f.zip |
package.mask: remove some masked for removal packages
Diffstat (limited to 'app-cdr/gnomebaker/files')
5 files changed, 0 insertions, 98 deletions
diff --git a/app-cdr/gnomebaker/files/gnomebaker-0.6.4-implicits.patch b/app-cdr/gnomebaker/files/gnomebaker-0.6.4-implicits.patch deleted file mode 100644 index bbc8ec7abc52..000000000000 --- a/app-cdr/gnomebaker/files/gnomebaker-0.6.4-implicits.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- a/src/preferences.h -+++ b/src/preferences.h -@@ -85,6 +85,7 @@ - - gboolean preferences_init(); - void preferences_finalise(); -+int preferences_get_default_backend(); - - gchar *preferences_get_copy_data_cd_image(); - gchar *preferences_get_copy_dvd_image(); ---- a/src/backend.h -+++ b/src/backend.h -@@ -30,6 +30,7 @@ - - - gboolean backend_is_backend_supported(enum backend b); -+gboolean backend_does_prog_exist(gchar* program); - - - #endif /* _BACKEND_H_ */ ---- a/src/gnomebaker.c -+++ b/src/gnomebaker.c -@@ -32,6 +32,7 @@ - #include "splashdlg.h" - #include "gbcommon.h" - #include <libgnomevfs/gnome-vfs-mime-utils.h> -+#include <libgnomevfs/gnome-vfs-ops.h> - #include <gst/gst.h> - #include "media.h" - #include "dataproject.h" diff --git a/app-cdr/gnomebaker/files/gnomebaker-0.6.4-ldadd.patch b/app-cdr/gnomebaker/files/gnomebaker-0.6.4-ldadd.patch deleted file mode 100644 index b8e4cf1ed551..000000000000 --- a/app-cdr/gnomebaker/files/gnomebaker-0.6.4-ldadd.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/Makefile.in -+++ b/src/Makefile.in -@@ -255,7 +255,7 @@ gnomebaker_SOURCES = \ - cairofillbar.c cairofillbar.h \ - backend.c backend.h - --gnomebaker_LDADD = @GNOMEBAKER_LIBS@ -+gnomebaker_LDADD = @GNOMEBAKER_LIBS@ -lm - gnomebaker_LDFLAGS = -export-dynamic - all: all-am - diff --git a/app-cdr/gnomebaker/files/gnomebaker-0.6.4-libnotify-0.7.patch b/app-cdr/gnomebaker/files/gnomebaker-0.6.4-libnotify-0.7.patch deleted file mode 100644 index 772d4f5d23d9..000000000000 --- a/app-cdr/gnomebaker/files/gnomebaker-0.6.4-libnotify-0.7.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/src/gblibnotify.c -+++ b/src/gblibnotify.c -@@ -87,7 +87,15 @@ - #ifdef HAVE_LIBNOTIFY - #if (LIBNOTIFY_VERSION_MINOR >= 3) - gint x, y; -+#ifdef NOTIFY_CHECK_VERSION -+#if NOTIFY_CHECK_VERSION (0, 7, 0) -+ global_notify = notify_notification_new (subject, content, ""); -+#else - global_notify = notify_notification_new (subject, content, "", NULL); -+#endif -+#else -+ global_notify = notify_notification_new (subject, content, "", NULL); -+#endif - /* not sure if we have to free the pixbuf since it could be used internally in libnotify */ - GdkPixbuf *icon_pixbuf = gbcommon_get_icon_for_name("gnomebaker-48", 48); - /* I think they changed the api between 0.3.0 and 0.3.1+ */ diff --git a/app-cdr/gnomebaker/files/gnomebaker-0.6.4-mimetype.patch b/app-cdr/gnomebaker/files/gnomebaker-0.6.4-mimetype.patch deleted file mode 100644 index c0e29e66ad34..000000000000 --- a/app-cdr/gnomebaker/files/gnomebaker-0.6.4-mimetype.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- a/gnomebaker.desktop.in -+++ b/gnomebaker.desktop.in -@@ -17,4 +17,4 @@ X-MultipleArgs=false - Type=Application - Categories=AudioVideo;DiscBurning; - StartupNotify=true -- -+MimeType=application/x-cd-image;application/x-cdrdao-toc;application/x-toc;application/x-cue;x-content/blank-cd;x-content/blank-dvd;x-content/blank-bd;x-content/blank-hddvd; diff --git a/app-cdr/gnomebaker/files/gnomebaker-0.6.4-seldata.patch b/app-cdr/gnomebaker/files/gnomebaker-0.6.4-seldata.patch deleted file mode 100644 index 0be6f1e09c43..000000000000 --- a/app-cdr/gnomebaker/files/gnomebaker-0.6.4-seldata.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- a/src/filebrowser.c -+++ b/src/filebrowser.c -@@ -866,7 +866,7 @@ filebrowser_get_selection(gboolean from_ - else - tree = glade_xml_get_widget(gnomebaker_getxml(), widget_browser_filelist); - -- GtkSelectionData *selection_data = g_new0(GtkSelectionData, 1); -+ GtkSelectionData *selection_data = g_slice_new0(GtkSelectionData); - filebrowser_on_drag_data_get(tree, NULL, selection_data, 0, 0, NULL); - return selection_data; - } ---- a/src/gnomebaker.c -+++ b/src/gnomebaker.c -@@ -529,7 +529,7 @@ gnomebaker_on_add_files(gpointer widget, - } - - /*gtk_selection_data_set_uris(selection_data, uris);*/ -- selection_data = g_new0(GtkSelectionData, 1); -+ selection_data = g_slice_new0(GtkSelectionData); - gtk_selection_data_set(selection_data, selection_data->target, 8, - (const guchar*)text->str, strlen(text->str) * sizeof(gchar)); - GB_TRACE("gnomebaker_on_add_files - [%s]\n", selection_data->data); -@@ -1073,7 +1073,7 @@ gnomebaker_select_files_or_folders(const - } - - /*gtk_selection_data_set_uris(selection_data, uris);*/ -- selection_data = g_new0(GtkSelectionData, 1); -+ selection_data = g_slice_new0(GtkSelectionData); - gtk_selection_data_set(selection_data, selection_data->target, 8, - (const guchar*)text->str, strlen(text->str) * sizeof(gchar)); - GB_TRACE("gnomebaker_select_files_or_folders - [%s]\n", selection_data->data); |