diff options
author | 2025-01-03 16:40:12 +0100 | |
---|---|---|
committer | 2025-01-04 23:47:10 +0100 | |
commit | 05e98aa9002529da16da6c00c32212ba7f6339c4 (patch) | |
tree | 9573213501a584aaa93be5ee8b4d95bb2863ca2c /x11-misc | |
parent | www-client/chromium: remove unused patch (diff) | |
download | gentoo-05e98aa9002529da16da6c00c32212ba7f6339c4.tar.gz gentoo-05e98aa9002529da16da6c00c32212ba7f6339c4.tar.bz2 gentoo-05e98aa9002529da16da6c00c32212ba7f6339c4.zip |
x11-misc/grsync: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/grsync/files/grsync-1.3.0-desktop.patch | 24 | ||||
-rw-r--r-- | x11-misc/grsync/files/grsync-1.3.0-nested_func.patch | 21 |
2 files changed, 0 insertions, 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); |