commit: 05e98aa9002529da16da6c00c32212ba7f6339c4 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Fri Jan 3 15:40:12 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Jan 4 22:47:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05e98aa9
x11-misc/grsync: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> x11-misc/grsync/files/grsync-1.3.0-desktop.patch | 24 ---------------------- .../grsync/files/grsync-1.3.0-nested_func.patch | 21 ------------------- 2 files changed, 45 deletions(-) diff --git a/x11-misc/grsync/files/grsync-1.3.0-desktop.patch b/x11-misc/grsync/files/grsync-1.3.0-desktop.patch deleted file mode 100644 index 5cdc49194371..000000000000 --- a/x11-misc/grsync/files/grsync-1.3.0-desktop.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naur grsync-1.3.0.orig/configure.in grsync-1.3.0/configure.in ---- grsync-1.3.0.orig/configure.in 2020-05-28 10:16:05.000000000 +0200 -+++ grsync-1.3.0/configure.in 2020-12-04 09:30:40.082105813 +0100 -@@ -30,7 +30,7 @@ - GTK_API_VERSION="2.0" - fi - pkg_modules="gtk+-$GTK_API_VERSION >= 2.16.0" --OTHER_DESKTOP_ENTRIES="Icon=grsync.png" -+OTHER_DESKTOP_ENTRIES="Icon=grsync" - MIMEINFO_XMLNS="xmlns='http://www.freedesktop.org/standards/shared-mime-info'" - MIME_OSSOCAT="" - -diff -Naur grsync-1.3.0.orig/grsync.desktop.in grsync-1.3.0/grsync.desktop.in ---- grsync-1.3.0.orig/grsync.desktop.in 2015-09-11 13:21:28.000000000 +0200 -+++ grsync-1.3.0/grsync.desktop.in 2020-12-04 09:30:50.473110946 +0100 -@@ -4,7 +4,7 @@ - Terminal=false - Type=Application - MimeType=application/x-grsync-session; --Categories=Application;System; -+Categories=System; - GenericName=Synchronize files with rsync - GenericName[fr]=Interface GTK pour rsync - GenericName[it]=Sincronizza file con rsync diff --git a/x11-misc/grsync/files/grsync-1.3.0-nested_func.patch b/x11-misc/grsync/files/grsync-1.3.0-nested_func.patch deleted file mode 100644 index 6d135674bac8..000000000000 --- a/x11-misc/grsync/files/grsync-1.3.0-nested_func.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -Naur grsync-1.3.0.orig/src/callbacks.c grsync-1.3.0/src/callbacks.c ---- grsync-1.3.0.orig/src/callbacks.c 2020-11-23 14:52:42.000000000 +0100 -+++ grsync-1.3.0/src/callbacks.c 2020-12-04 09:18:27.573776667 +0100 -@@ -40,12 +40,12 @@ - gboolean more = FALSE, first = TRUE; - - --void dialog_set_labels_selectable(GtkWidget *dialog) { -- void _set_label_selectable(gpointer data, gpointer user_data) { -- GtkWidget *widget = GTK_WIDGET(data); -- if (GTK_IS_LABEL(widget)) gtk_label_set_selectable(GTK_LABEL(widget), TRUE); -- } -+void _set_label_selectable(gpointer data, gpointer user_data) { -+ GtkWidget *widget = GTK_WIDGET(data); -+ if (GTK_IS_LABEL(widget)) gtk_label_set_selectable(GTK_LABEL(widget), TRUE); -+} - -+void dialog_set_labels_selectable(GtkWidget *dialog) { - GtkWidget *area = gtk_message_dialog_get_message_area(GTK_MESSAGE_DIALOG(dialog)); - GtkContainer *box = (GtkContainer *) area; - GList *children = gtk_container_get_children(box);
