[Lsb-messages] /var/www/bzr/lsb/devel/build_env r2235: turn on missing gtk3 unixprint types (bug 3938)

Mats Wichmann mats at linuxfoundation.org
Thu Mar 6 17:32:51 UTC 2014


------------------------------------------------------------
revno: 2235
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Thu 2014-03-06 10:32:51 -0700
message:
  turn on missing gtk3 unixprint types (bug 3938)
modified:
  headers/All/5.0/gtk-3.0/gtk/gtkunixprint.h.defs
  headers/All/5.1/gtk-3.0/gtk/gtkunixprint.h.defs
  headers/IA32/5.0/gtk-3.0/gtk/gtkunixprint.h.defs
  headers/IA32/5.1/gtk-3.0/gtk/gtkunixprint.h.defs
  headers/IA64/5.0/gtk-3.0/gtk/gtkunixprint.h.defs
  headers/IA64/5.1/gtk-3.0/gtk/gtkunixprint.h.defs
  headers/PPC32/5.0/gtk-3.0/gtk/gtkunixprint.h.defs
  headers/PPC32/5.1/gtk-3.0/gtk/gtkunixprint.h.defs
  headers/PPC64/5.0/gtk-3.0/gtk/gtkunixprint.h.defs
  headers/PPC64/5.1/gtk-3.0/gtk/gtkunixprint.h.defs
  headers/S390/5.0/gtk-3.0/gtk/gtkunixprint.h.defs
  headers/S390/5.1/gtk-3.0/gtk/gtkunixprint.h.defs
  headers/S390X/5.0/gtk-3.0/gtk/gtkunixprint.h.defs
  headers/S390X/5.1/gtk-3.0/gtk/gtkunixprint.h.defs
  headers/gtk-3.0/gtk/gtkunixprint.h
  headers/x86-64/5.0/gtk-3.0/gtk/gtkunixprint.h.defs
  headers/x86-64/5.1/gtk-3.0/gtk/gtkunixprint.h.defs
  package/Makefile
-------------- next part --------------
=== modified file 'headers/All/5.0/gtk-3.0/gtk/gtkunixprint.h.defs'
--- a/headers/All/5.0/gtk-3.0/gtk/gtkunixprint.h.defs	2013-10-31 22:48:27 +0000
+++ b/headers/All/5.0/gtk-3.0/gtk/gtkunixprint.h.defs	2014-03-06 17:32:51 +0000
@@ -1,4 +1,48 @@
 
+typedef struct _GtkPageSetupUnixDialog {
+    GtkDialog parent_instance;
+    GtkPageSetupUnixDialogPrivate *priv;
+} GtkPageSetupUnixDialog;
+typedef struct _GtkPageSetupUnixDialogClass {
+    GtkDialogClass parent_class;
+    void (*_gtk_reserved1) (void);
+    void (*_gtk_reserved2) (void);
+    void (*_gtk_reserved3) (void);
+    void (*_gtk_reserved4) (void);
+} GtkPageSetupUnixDialogClass;
+typedef struct _GtkPageSetupUnixDialogPrivate
+    GtkPageSetupUnixDialogPrivate;
+typedef enum {
+    GTK_PRINT_CAPABILITY_PAGE_SET = 1 << 0,
+    GTK_PRINT_CAPABILITY_COPIES = 1 << 1,
+    GTK_PRINT_CAPABILITY_COLLATE = 1 << 2,
+    GTK_PRINT_CAPABILITY_REVERSE = 1 << 3,
+    GTK_PRINT_CAPABILITY_SCALE = 1 << 4,
+    GTK_PRINT_CAPABILITY_GENERATE_PDF = 1 << 5,
+    GTK_PRINT_CAPABILITY_GENERATE_PS = 1 << 6,
+    GTK_PRINT_CAPABILITY_PREVIEW = 1 << 7,
+    GTK_PRINT_CAPABILITY_NUMBER_UP = 1 << 8,
+    GTK_PRINT_CAPABILITY_NUMBER_UP_LAYOUT = 1 << 9
+} GtkPrintCapabilities;
+typedef struct _GtkPrinter {
+    GObject parent_instance;
+    GtkPrinterPrivate *priv;
+} GtkPrinter;
+typedef struct _GtkPrinterClass {
+    GObjectClass parent_class;
+    void (*details_acquired) (GtkPrinter * printer, gboolean success);
+    void (*_gtk_reserved1) (void);
+    void (*_gtk_reserved2) (void);
+    void (*_gtk_reserved3) (void);
+    void (*_gtk_reserved4) (void);
+    void (*_gtk_reserved5) (void);
+    void (*_gtk_reserved6) (void);
+    void (*_gtk_reserved7) (void);
+    void (*_gtk_reserved8) (void);
+} GtkPrinterClass;
+typedef struct _GtkPrinterPrivate GtkPrinterPrivate;
+typedef struct _GtkPrintBackend GtkPrintBackend;
+typedef gboolean(*GtkPrinterFunc) (GtkPrinter * printer, gpointer data);
 extern void gtk_enumerate_printers(GtkPrinterFunc func, gpointer,
 				   GDestroyNotify, gboolean);
 extern GtkPageSetup

=== modified file 'headers/All/5.1/gtk-3.0/gtk/gtkunixprint.h.defs'
--- a/headers/All/5.1/gtk-3.0/gtk/gtkunixprint.h.defs	2014-02-20 15:21:52 +0000
+++ b/headers/All/5.1/gtk-3.0/gtk/gtkunixprint.h.defs	2014-03-06 17:32:51 +0000
@@ -1,4 +1,48 @@
 
+typedef struct _GtkPageSetupUnixDialog {
+    GtkDialog parent_instance;
+    GtkPageSetupUnixDialogPrivate *priv;
+} GtkPageSetupUnixDialog;
+typedef struct _GtkPageSetupUnixDialogClass {
+    GtkDialogClass parent_class;
+    void (*_gtk_reserved1) (void);
+    void (*_gtk_reserved2) (void);
+    void (*_gtk_reserved3) (void);
+    void (*_gtk_reserved4) (void);
+} GtkPageSetupUnixDialogClass;
+typedef struct _GtkPageSetupUnixDialogPrivate
+    GtkPageSetupUnixDialogPrivate;
+typedef enum {
+    GTK_PRINT_CAPABILITY_PAGE_SET = 1 << 0,
+    GTK_PRINT_CAPABILITY_COPIES = 1 << 1,
+    GTK_PRINT_CAPABILITY_COLLATE = 1 << 2,
+    GTK_PRINT_CAPABILITY_REVERSE = 1 << 3,
+    GTK_PRINT_CAPABILITY_SCALE = 1 << 4,
+    GTK_PRINT_CAPABILITY_GENERATE_PDF = 1 << 5,
+    GTK_PRINT_CAPABILITY_GENERATE_PS = 1 << 6,
+    GTK_PRINT_CAPABILITY_PREVIEW = 1 << 7,
+    GTK_PRINT_CAPABILITY_NUMBER_UP = 1 << 8,
+    GTK_PRINT_CAPABILITY_NUMBER_UP_LAYOUT = 1 << 9
+} GtkPrintCapabilities;
+typedef struct _GtkPrinter {
+    GObject parent_instance;
+    GtkPrinterPrivate *priv;
+} GtkPrinter;
+typedef struct _GtkPrinterClass {
+    GObjectClass parent_class;
+    void (*details_acquired) (GtkPrinter * printer, gboolean success);
+    void (*_gtk_reserved1) (void);
+    void (*_gtk_reserved2) (void);
+    void (*_gtk_reserved3) (void);
+    void (*_gtk_reserved4) (void);
+    void (*_gtk_reserved5) (void);
+    void (*_gtk_reserved6) (void);
+    void (*_gtk_reserved7) (void);
+    void (*_gtk_reserved8) (void);
+} GtkPrinterClass;
+typedef struct _GtkPrinterPrivate GtkPrinterPrivate;
+typedef struct _GtkPrintBackend GtkPrintBackend;
+typedef gboolean(*GtkPrinterFunc) (GtkPrinter * printer, gpointer data);
 extern void gtk_enumerate_printers(GtkPrinterFunc func, gpointer,
 				   GDestroyNotify, gboolean);
 extern GtkPageSetup

=== modified file 'headers/IA32/5.0/gtk-3.0/gtk/gtkunixprint.h.defs'
--- a/headers/IA32/5.0/gtk-3.0/gtk/gtkunixprint.h.defs	2013-10-31 22:48:27 +0000
+++ b/headers/IA32/5.0/gtk-3.0/gtk/gtkunixprint.h.defs	2014-03-06 17:32:51 +0000
@@ -0,0 +1,5 @@
+
+/*
+ * This header is architecture neutral
+ * Please refer to the generic specification for details
+ */

=== modified file 'headers/IA32/5.1/gtk-3.0/gtk/gtkunixprint.h.defs'
--- a/headers/IA32/5.1/gtk-3.0/gtk/gtkunixprint.h.defs	2014-02-20 15:21:52 +0000
+++ b/headers/IA32/5.1/gtk-3.0/gtk/gtkunixprint.h.defs	2014-03-06 17:32:51 +0000
@@ -0,0 +1,5 @@
+
+/*
+ * This header is architecture neutral
+ * Please refer to the generic specification for details
+ */

=== modified file 'headers/IA64/5.0/gtk-3.0/gtk/gtkunixprint.h.defs'
--- a/headers/IA64/5.0/gtk-3.0/gtk/gtkunixprint.h.defs	2013-10-31 22:48:27 +0000
+++ b/headers/IA64/5.0/gtk-3.0/gtk/gtkunixprint.h.defs	2014-03-06 17:32:51 +0000
@@ -0,0 +1,5 @@
+
+/*
+ * This header is architecture neutral
+ * Please refer to the generic specification for details
+ */

=== modified file 'headers/IA64/5.1/gtk-3.0/gtk/gtkunixprint.h.defs'
--- a/headers/IA64/5.1/gtk-3.0/gtk/gtkunixprint.h.defs	2014-02-20 15:21:52 +0000
+++ b/headers/IA64/5.1/gtk-3.0/gtk/gtkunixprint.h.defs	2014-03-06 17:32:51 +0000
@@ -0,0 +1,5 @@
+
+/*
+ * This header is architecture neutral
+ * Please refer to the generic specification for details
+ */

=== modified file 'headers/PPC32/5.0/gtk-3.0/gtk/gtkunixprint.h.defs'
--- a/headers/PPC32/5.0/gtk-3.0/gtk/gtkunixprint.h.defs	2013-10-31 22:48:27 +0000
+++ b/headers/PPC32/5.0/gtk-3.0/gtk/gtkunixprint.h.defs	2014-03-06 17:32:51 +0000
@@ -0,0 +1,5 @@
+
+/*
+ * This header is architecture neutral
+ * Please refer to the generic specification for details
+ */

=== modified file 'headers/PPC32/5.1/gtk-3.0/gtk/gtkunixprint.h.defs'
--- a/headers/PPC32/5.1/gtk-3.0/gtk/gtkunixprint.h.defs	2014-02-20 15:21:52 +0000
+++ b/headers/PPC32/5.1/gtk-3.0/gtk/gtkunixprint.h.defs	2014-03-06 17:32:51 +0000
@@ -0,0 +1,5 @@
+
+/*
+ * This header is architecture neutral
+ * Please refer to the generic specification for details
+ */

=== modified file 'headers/PPC64/5.0/gtk-3.0/gtk/gtkunixprint.h.defs'
--- a/headers/PPC64/5.0/gtk-3.0/gtk/gtkunixprint.h.defs	2013-10-31 22:48:27 +0000
+++ b/headers/PPC64/5.0/gtk-3.0/gtk/gtkunixprint.h.defs	2014-03-06 17:32:51 +0000
@@ -0,0 +1,5 @@
+
+/*
+ * This header is architecture neutral
+ * Please refer to the generic specification for details
+ */

=== modified file 'headers/PPC64/5.1/gtk-3.0/gtk/gtkunixprint.h.defs'
--- a/headers/PPC64/5.1/gtk-3.0/gtk/gtkunixprint.h.defs	2014-02-20 15:21:52 +0000
+++ b/headers/PPC64/5.1/gtk-3.0/gtk/gtkunixprint.h.defs	2014-03-06 17:32:51 +0000
@@ -0,0 +1,5 @@
+
+/*
+ * This header is architecture neutral
+ * Please refer to the generic specification for details
+ */

=== modified file 'headers/S390/5.0/gtk-3.0/gtk/gtkunixprint.h.defs'
--- a/headers/S390/5.0/gtk-3.0/gtk/gtkunixprint.h.defs	2013-10-31 22:48:27 +0000
+++ b/headers/S390/5.0/gtk-3.0/gtk/gtkunixprint.h.defs	2014-03-06 17:32:51 +0000
@@ -0,0 +1,5 @@
+
+/*
+ * This header is architecture neutral
+ * Please refer to the generic specification for details
+ */

=== modified file 'headers/S390/5.1/gtk-3.0/gtk/gtkunixprint.h.defs'
--- a/headers/S390/5.1/gtk-3.0/gtk/gtkunixprint.h.defs	2014-02-20 15:21:52 +0000
+++ b/headers/S390/5.1/gtk-3.0/gtk/gtkunixprint.h.defs	2014-03-06 17:32:51 +0000
@@ -0,0 +1,5 @@
+
+/*
+ * This header is architecture neutral
+ * Please refer to the generic specification for details
+ */

=== modified file 'headers/S390X/5.0/gtk-3.0/gtk/gtkunixprint.h.defs'
--- a/headers/S390X/5.0/gtk-3.0/gtk/gtkunixprint.h.defs	2013-10-31 22:48:27 +0000
+++ b/headers/S390X/5.0/gtk-3.0/gtk/gtkunixprint.h.defs	2014-03-06 17:32:51 +0000
@@ -0,0 +1,5 @@
+
+/*
+ * This header is architecture neutral
+ * Please refer to the generic specification for details
+ */

=== modified file 'headers/S390X/5.1/gtk-3.0/gtk/gtkunixprint.h.defs'
--- a/headers/S390X/5.1/gtk-3.0/gtk/gtkunixprint.h.defs	2014-02-20 15:21:52 +0000
+++ b/headers/S390X/5.1/gtk-3.0/gtk/gtkunixprint.h.defs	2014-03-06 17:32:51 +0000
@@ -0,0 +1,5 @@
+
+/*
+ * This header is architecture neutral
+ * Please refer to the generic specification for details
+ */

=== modified file 'headers/gtk-3.0/gtk/gtkunixprint.h'
--- a/headers/gtk-3.0/gtk/gtkunixprint.h	2013-10-31 22:48:27 +0000
+++ b/headers/gtk-3.0/gtk/gtkunixprint.h	2014-03-06 17:32:51 +0000
@@ -11,6 +11,69 @@
 #endif
 
 
+    typedef struct _GtkPageSetupUnixDialog GtkPageSetupUnixDialog;
+
+    typedef struct _GtkPageSetupUnixDialogClass
+	GtkPageSetupUnixDialogClass;
+
+    typedef struct _GtkPageSetupUnixDialogPrivate
+	GtkPageSetupUnixDialogPrivate;
+
+    typedef enum {
+	GTK_PRINT_CAPABILITY_PAGE_SET = 1 << 0,
+	GTK_PRINT_CAPABILITY_COPIES = 1 << 1,
+	GTK_PRINT_CAPABILITY_COLLATE = 1 << 2,
+	GTK_PRINT_CAPABILITY_REVERSE = 1 << 3,
+	GTK_PRINT_CAPABILITY_SCALE = 1 << 4,
+	GTK_PRINT_CAPABILITY_GENERATE_PDF = 1 << 5,
+	GTK_PRINT_CAPABILITY_GENERATE_PS = 1 << 6,
+	GTK_PRINT_CAPABILITY_PREVIEW = 1 << 7,
+	GTK_PRINT_CAPABILITY_NUMBER_UP = 1 << 8,
+	GTK_PRINT_CAPABILITY_NUMBER_UP_LAYOUT = 1 << 9
+    } GtkPrintCapabilities;
+
+    typedef struct _GtkPrinter GtkPrinter;
+
+    typedef struct _GtkPrinterClass GtkPrinterClass;
+
+    typedef struct _GtkPrinterPrivate GtkPrinterPrivate;
+
+    typedef struct _GtkPrintBackend GtkPrintBackend;
+
+    typedef gboolean(*GtkPrinterFunc) (GtkPrinter * printer,
+				       gpointer data);
+
+    struct _GtkPageSetupUnixDialog {
+	GtkDialog parent_instance;
+	GtkPageSetupUnixDialogPrivate *priv;
+    };
+
+    struct _GtkPageSetupUnixDialogClass {
+	GtkDialogClass parent_class;
+	void (*_gtk_reserved1) (void);
+	void (*_gtk_reserved2) (void);
+	void (*_gtk_reserved3) (void);
+	void (*_gtk_reserved4) (void);
+    };
+
+    struct _GtkPrinter {
+	GObject parent_instance;
+	GtkPrinterPrivate *priv;
+    };
+
+    struct _GtkPrinterClass {
+	GObjectClass parent_class;
+	void (*details_acquired) (GtkPrinter * printer, gboolean success);
+	void (*_gtk_reserved1) (void);
+	void (*_gtk_reserved2) (void);
+	void (*_gtk_reserved3) (void);
+	void (*_gtk_reserved4) (void);
+	void (*_gtk_reserved5) (void);
+	void (*_gtk_reserved6) (void);
+	void (*_gtk_reserved7) (void);
+	void (*_gtk_reserved8) (void);
+    };
+
 
 /* Function prototypes */
 

=== modified file 'headers/x86-64/5.0/gtk-3.0/gtk/gtkunixprint.h.defs'
--- a/headers/x86-64/5.0/gtk-3.0/gtk/gtkunixprint.h.defs	2013-10-31 22:48:27 +0000
+++ b/headers/x86-64/5.0/gtk-3.0/gtk/gtkunixprint.h.defs	2014-03-06 17:32:51 +0000
@@ -0,0 +1,5 @@
+
+/*
+ * This header is architecture neutral
+ * Please refer to the generic specification for details
+ */

=== modified file 'headers/x86-64/5.1/gtk-3.0/gtk/gtkunixprint.h.defs'
--- a/headers/x86-64/5.1/gtk-3.0/gtk/gtkunixprint.h.defs	2014-02-20 15:21:52 +0000
+++ b/headers/x86-64/5.1/gtk-3.0/gtk/gtkunixprint.h.defs	2014-03-06 17:32:51 +0000
@@ -0,0 +1,5 @@
+
+/*
+ * This header is architecture neutral
+ * Please refer to the generic specification for details
+ */

=== modified file 'package/Makefile'
--- a/package/Makefile	2014-03-06 15:23:35 +0000
+++ b/package/Makefile	2014-03-06 17:32:51 +0000
@@ -46,7 +46,7 @@
 # Should have leading "."
 # a big number (80-99) is leading up to the next minor spec
 # build_env is version-independent so can wait till late to bump this
-SUB_VERSION=.71
+SUB_VERSION=.72
 
 # We define this here instead of directly in the spec file as
 # we need to be able to work out what the produced rpm files will be called



More information about the lsb-messages mailing list