New upstream release.

This commit is contained in:
Emilio Pozuelo Monfort
2011-02-03 00:43:11 +00:00
parent 599bf245d3
commit 330824aaf0
8 changed files with 4335 additions and 4352 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
gtk+3.0 (2.99.3-1) UNRELEASED; urgency=low
* New upstream release.
-- Emilio Pozuelo Monfort <pochu@debian.org> Wed, 02 Feb 2011 22:00:08 +0000
gtk+3.0 (2.99.2-1) experimental; urgency=low gtk+3.0 (2.99.2-1) experimental; urgency=low
* New upstream release. * New upstream release.

32
debian/control.in vendored
View File

@ -31,8 +31,8 @@ Build-Depends: debhelper (>= 7.0.50~),
libcairo2-dev (>= 1.10.0), libcairo2-dev (>= 1.10.0),
x11proto-xext-dev, x11proto-xext-dev,
libcups2-dev (>= 1.2), libcups2-dev (>= 1.2),
gobject-introspection (>= 0.9.12-4~), gobject-introspection (>= 0.10.1),
libgirepository1.0-dev (>= 0.9.3), libgirepository1.0-dev (>= 0.10.1),
gir1.2-glib-2.0, gir1.2-glib-2.0,
gir1.2-freedesktop, gir1.2-freedesktop,
gir1.2-atk-1.0, gir1.2-atk-1.0,
@ -204,20 +204,20 @@ Description: Examples files for the GTK+ 3.0
This package contains the examples files and a demonstration program This package contains the examples files and a demonstration program
for the GTK+-3.0. for the GTK+-3.0.
Package: @PIXBUF_PKG@ #Package: @PIXBUF_PKG@
Section: graphics #Section: graphics
Architecture: any #Architecture: any
Depends: ${misc:Depends}, #Depends: ${misc:Depends},
${shlibs:Depends}, # ${shlibs:Depends},
@SHARED_PKG@ (= ${binary:Version}), # @SHARED_PKG@ (= ${binary:Version}),
@COMMON_PKG@ # @COMMON_PKG@
Description: Pixbuf-based theme for GTK+ 3.x #Description: Pixbuf-based theme for GTK+ 3.x
The GTK+ is a multi-platform toolkit for creating graphical user # The GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, the GTK+ is suitable # interfaces. Offering a complete set of widgets, the GTK+ is suitable
for projects ranging from small one-off tools to complete application # for projects ranging from small one-off tools to complete application
suites. # suites.
. # .
This package contains the pixbuf theme engine. # This package contains the pixbuf theme engine.
Package: gir1.2-gtk-3.0 Package: gir1.2-gtk-3.0
Architecture: any Architecture: any

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,4 @@
# from the shared flavor # from the shared flavor
debian/install/shared/usr/bin/gtk-builder-convert usr/bin
debian/install/shared/usr/include/gtk* usr/include debian/install/shared/usr/include/gtk* usr/include
debian/install/shared/@LIBDIR@/libg?k*.la @LIBDIR@ debian/install/shared/@LIBDIR@/libg?k*.la @LIBDIR@
debian/install/shared/@LIBDIR@/libg?k*.so @LIBDIR@ debian/install/shared/@LIBDIR@/libg?k*.so @LIBDIR@

View File

@ -1 +0,0 @@
docs/reference/gtk/gtk-builder-convert.1

View File

@ -1,11 +0,0 @@
--- a/modules/engines/Makefile.am
+++ b/modules/engines/Makefile.am
@@ -5,7 +5,7 @@
endif
# the theme engines need to be ported to GtkThemingEngine
-# SUBDIRS = $(wimp) pixbuf
+SUBDIRS = $(wimp) pixbuf
DIST_SUBDIRS = ms-windows pixbuf

View File

@ -1,7 +1,6 @@
001_static-linking-dont-query-immodules.patch 001_static-linking-dont-query-immodules.patch
002_static-linking-dont-build-perf.patch 002_static-linking-dont-build-perf.patch
003_gdk.pc_privates.patch 003_gdk.pc_privates.patch
006_reenable_pixbuf_engine.patch
015_default-fallback-icon-theme.patch 015_default-fallback-icon-theme.patch
022_disable-viqr-im-for-vi-locale.patch 022_disable-viqr-im-for-vi-locale.patch
041_ia32-libs.patch 041_ia32-libs.patch

7
debian/rules vendored
View File

@ -128,13 +128,6 @@ clean:: debian/control
build-indep: $(call dh_subst_files,$(DEB_INDEP_PACKAGES)) build-indep: $(call dh_subst_files,$(DEB_INDEP_PACKAGES))
build-arch: $(call dh_subst_files,$(DEB_ARCH_PACKAGES)) build-arch: $(call dh_subst_files,$(DEB_ARCH_PACKAGES))
binary-install/$(DEV_PKG)::
# Install the binaries with a -3.0 suffix
mv debian/$(DEV_PKG)/usr/bin/gtk-builder-convert \
debian/$(DEV_PKG)/usr/bin/gtk-builder-convert-$(APIVER)
mv debian/$(DEV_PKG)/usr/share/man/man1/gtk-builder-convert.1 \
debian/$(DEV_PKG)/usr/share/man/man1/gtk-builder-convert-$(APIVER).1
binary-install/$(SHARED_PKG):: binary-install/$(SHARED_PKG)::
# Install the binaries with a -3.0 suffix # Install the binaries with a -3.0 suffix
mv debian/$(SHARED_PKG)/$(LIBDIR)/$(SHARED_PKG)/gtk-update-icon-cache \ mv debian/$(SHARED_PKG)/$(LIBDIR)/$(SHARED_PKG)/gtk-update-icon-cache \