Make pathbar arrows larger
This commit is contained in:
parent
754a7470f2
commit
061e2df8fa
11
gtk2.spec
11
gtk2.spec
@ -14,7 +14,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: %{base_version}
|
Version: %{base_version}
|
||||||
Release: 3
|
Release: 4
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: gtk+-%{version}.tar.bz2
|
Source: gtk+-%{version}.tar.bz2
|
||||||
@ -31,9 +31,10 @@ Patch9: gtk-filechooser-search.patch
|
|||||||
Patch10: gtk+-2.4.7-update-counter.patch
|
Patch10: gtk+-2.4.7-update-counter.patch
|
||||||
Patch11: gtk+-2.4.9-treeview-activate.patch
|
Patch11: gtk+-2.4.9-treeview-activate.patch
|
||||||
Patch12: gtk+-2.4.9-backspace.patch
|
Patch12: gtk+-2.4.9-backspace.patch
|
||||||
# make SELECT_FOLDER work better in the file chooser
|
# make SELECT_FOLDER work better; will be in 2.4.11
|
||||||
# fix will be in 2.4.11
|
|
||||||
Patch13: gtk+-2.4.10-folders.patch
|
Patch13: gtk+-2.4.10-folders.patch
|
||||||
|
# make arrows in path bar larger; will be in 2.4.11
|
||||||
|
Patch14: gtk+-2.4.10-arrows.patch
|
||||||
|
|
||||||
BuildPrereq: atk-devel >= %{atk_version}
|
BuildPrereq: atk-devel >= %{atk_version}
|
||||||
BuildPrereq: pango-devel >= %{pango_version}
|
BuildPrereq: pango-devel >= %{pango_version}
|
||||||
@ -100,6 +101,7 @@ docs for the GTK+ widget toolkit.
|
|||||||
%patch11 -p1 -b .treeview-activate
|
%patch11 -p1 -b .treeview-activate
|
||||||
%patch12 -p1 -b .backspace
|
%patch12 -p1 -b .backspace
|
||||||
%patch13 -p1 -b .folders
|
%patch13 -p1 -b .folders
|
||||||
|
%patch14 -p1 -b .arrows
|
||||||
|
|
||||||
for i in config.guess config.sub ; do
|
for i in config.guess config.sub ; do
|
||||||
test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
|
test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
|
||||||
@ -272,6 +274,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc tmpdocs/examples
|
%doc tmpdocs/examples
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 23 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.10-4
|
||||||
|
- Make arrows in path bar larger.
|
||||||
|
|
||||||
* Wed Sep 22 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.10-3
|
* Wed Sep 22 2004 Matthias Clasen <mclasen@redhat.com> - 2.4.10-3
|
||||||
- Make SELECT_FOLDER work better in the file chooser.
|
- Make SELECT_FOLDER work better in the file chooser.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user