parent
88523d495c
commit
6b29f45de6
1730
0001-printing-List-Avahi-printers.patch
Normal file
1730
0001-printing-List-Avahi-printers.patch
Normal file
File diff suppressed because it is too large
Load Diff
10
gtk2.spec
10
gtk2.spec
@ -18,7 +18,7 @@
|
|||||||
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
|
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
|
||||||
Name: gtk2
|
Name: gtk2
|
||||||
Version: 2.24.19
|
Version: 2.24.19
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
@ -38,6 +38,9 @@ Patch8: tooltip-positioning.patch
|
|||||||
#Patch14: gtk2-landscape-pdf-print.patch
|
#Patch14: gtk2-landscape-pdf-print.patch
|
||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=611313
|
# https://bugzilla.gnome.org/show_bug.cgi?id=611313
|
||||||
Patch15: window-dragging.patch
|
Patch15: window-dragging.patch
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=973730
|
||||||
|
# https://bugzilla.gnome.org/show_bug.cgi?id=702455
|
||||||
|
Patch16: 0001-printing-List-Avahi-printers.patch
|
||||||
|
|
||||||
BuildRequires: atk-devel >= %{atk_version}
|
BuildRequires: atk-devel >= %{atk_version}
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
@ -151,6 +154,7 @@ This package contains developer documentation for the GTK+ widget toolkit.
|
|||||||
%patch8 -p1 -b .tooltip-positioning
|
%patch8 -p1 -b .tooltip-positioning
|
||||||
#%patch14 -p1 -b .landscape-pdf-print
|
#%patch14 -p1 -b .landscape-pdf-print
|
||||||
%patch15 -p1 -b .window-dragging
|
%patch15 -p1 -b .window-dragging
|
||||||
|
%patch16 -p1 -b .avahi-printers
|
||||||
|
|
||||||
%build
|
%build
|
||||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
||||||
@ -337,6 +341,10 @@ fi
|
|||||||
%doc tmpdocs/examples
|
%doc tmpdocs/examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 26 2013 Marek Kasik <mkasik@redhat.com> - 2.24.19-3
|
||||||
|
- Backport listing of Avahi printers from gtk-3.x
|
||||||
|
- Resolves: #973730
|
||||||
|
|
||||||
* Sat Jun 22 2013 Matthias Clasen <mclasen@redhat.com> - 2.24.19-2
|
* Sat Jun 22 2013 Matthias Clasen <mclasen@redhat.com> - 2.24.19-2
|
||||||
- Trim %%changelog
|
- Trim %%changelog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user