[Pkg-privacy-commits] [nautilus-wipe] 144/224: Drop 0001-Support-GTK-3.0 patch: it's part of the new upstream version.
Ulrike Uhlig
u-guest at moszumanska.debian.org
Thu Jul 7 19:45:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch master
in repository nautilus-wipe.
commit aa8404bee9bcc5d7b76da63964d7548b4179c317
Author: intrigeri <intrigeri at boum.org>
Date: Thu Aug 18 10:55:18 2011 +0200
Drop 0001-Support-GTK-3.0 patch: it's part of the new upstream version.
---
debian/patches/0001-Support-GTK-3.0.patch | 94 -------------------------------
debian/patches/series | 1 -
2 files changed, 95 deletions(-)
diff --git a/debian/patches/0001-Support-GTK-3.0.patch b/debian/patches/0001-Support-GTK-3.0.patch
deleted file mode 100644
index d2fa6f0..0000000
--- a/debian/patches/0001-Support-GTK-3.0.patch
+++ /dev/null
@@ -1,94 +0,0 @@
-From: intrigeri <intrigeri at boum.org>
-Date: Wed, 17 Aug 2011 17:35:18 +0200
-Subject: Support GTK+ 3.0.
-
-And tell intltool to ignore quilt patch... die #560704, die.
----
- configure.ac | 20 +++++++++++++++++++-
- nautilus-wipe/operation-manager.c | 2 +-
- nautilus-wipe/progress-dialog.c | 2 --
- po/POTFILES.skip | 1 +
- 4 files changed, 21 insertions(+), 4 deletions(-)
- create mode 100644 po/POTFILES.skip
-
-diff --git a/configure.ac b/configure.ac
-index 987dff8..3a8fd5a 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -16,6 +16,7 @@ LT_INIT([disable-static])
- AC_PROG_CC
- AM_PROG_CC_C_O
- IT_PROG_INTLTOOL
-+PKG_PROG_PKG_CONFIG([0.9])
-
- GNOME_DOC_INIT
-
-@@ -34,9 +35,26 @@ NAUTILUS_EXTENSION=2.0
- GSECUREDELETE_REQUIRED=0.1
- GIO_UNIX_REQUIRED=2.0
-
-+# choose whether to use GTK2 or GTK3
-+AC_ARG_WITH([gtk3],
-+ [AS_HELP_STRING([--with-gtk3],
-+ [build for GTK3 instead of GTK2 [[default=auto]]])],
-+ [with_gtk3="$withval"],
-+ [with_gtk3=check])
-+# use GTK2 by default but if not found
-+AC_MSG_CHECKING([for GTK package to use])
-+gtk_pkg="gtk+-2.0"
-+AS_IF([test "x$with_gtk3" = xcheck],
-+ [PKG_CHECK_EXISTS([$gtk_pkg >= ${GTK_REQUIRED}],
-+ [],
-+ [gtk_pkg="gtk+-3.0"])],
-+ [test "x$with_gtk3" != xno],
-+ [gtk_pkg="gtk+-3.0"])
-+AC_MSG_RESULT([$gtk_pkg])
-+
- # mandatory packages
- PKG_CHECK_MODULES([GLIB], glib-2.0 >= ${GLIB_REQUIRED})
--PKG_CHECK_MODULES([GTK], gtk+-2.0 >= ${GTK_REQUIRED})
-+PKG_CHECK_MODULES([GTK], $gtk_pkg >= ${GTK_REQUIRED})
- PKG_CHECK_MODULES([GCONF], gconf-2.0 >= ${GCONF_REQUIRED})
- PKG_CHECK_MODULES([LIBNAUTILUS_EXTENSION], libnautilus-extension >= ${NAUTILUS_EXTENSION})
- PKG_CHECK_MODULES([GSECUREDELETE], gsecuredelete >= ${GSECUREDELETE_REQUIRED})
-diff --git a/nautilus-wipe/operation-manager.c b/nautilus-wipe/operation-manager.c
-index 08dde1a..3281e04 100644
---- a/nautilus-wipe/operation-manager.c
-+++ b/nautilus-wipe/operation-manager.c
-@@ -169,7 +169,7 @@ free_opdata (struct NautilusWipeOperationData *opdata)
- /* if the parent window get destroyed, we honor gently the thing and leave it
- * to the death. doing this is useful not to have a bad window pointer later */
- static void
--opdata_window_destroy_handler (GtkObject *obj,
-+opdata_window_destroy_handler (GtkWidget *obj,
- struct NautilusWipeOperationData *opdata)
- {
- g_signal_handler_disconnect (opdata->window, opdata->window_destroy_hid);
-diff --git a/nautilus-wipe/progress-dialog.c b/nautilus-wipe/progress-dialog.c
-index cb33d21..50fa217 100644
---- a/nautilus-wipe/progress-dialog.c
-+++ b/nautilus-wipe/progress-dialog.c
-@@ -153,7 +153,6 @@ update_action_area_visibility (NautilusWipeProgressDialog *dialog,
- g_list_free (children);
- }
-
-- gtk_dialog_set_has_separator (GTK_DIALOG (dialog), n_children > 0);
- if (n_children > 0) {
- gtk_widget_show (container);
- } else {
-@@ -283,7 +282,6 @@ nautilus_wipe_progress_dialog_new (GtkWindow *parent,
- va_end (ap);
- self = g_object_new (NAUTILUS_TYPE_WIPE_PROGRESS_DIALOG,
- "transient-for", parent,
-- "has-separator", ! (flags & GTK_DIALOG_NO_SEPARATOR),
- "modal", flags & GTK_DIALOG_MODAL,
- "destroy-with-parent", flags & GTK_DIALOG_DESTROY_WITH_PARENT,
- "text", text,
-diff --git a/po/POTFILES.skip b/po/POTFILES.skip
-new file mode 100644
-index 0000000..1934602
---- /dev/null
-+++ b/po/POTFILES.skip
-@@ -0,0 +1 @@
-+.pc/0001-Support-GTK-3.0.patch/nautilus-wipe/operation-manager.c
---
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index d33c4eb..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Support-GTK-3.0.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/nautilus-wipe.git
More information about the Pkg-privacy-commits
mailing list