OBS User unknown 2008-03-07 20:59:23 +00:00 committed by Git OBS Bridge
parent 95997c6d00
commit 5d1f89fa41
3 changed files with 71 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 7 17:25:47 CET 2008 - sbrabec@suse.cz
- Created a dummy upstream branding as a separate package.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 18 17:21:11 CET 2008 - maw@suse.de Mon Feb 18 17:21:11 CET 2008 - maw@suse.de

View File

@ -29,7 +29,7 @@ Group: System/Libraries
AutoReqProv: on AutoReqProv: on
PreReq: /usr/bin/touch /bin/rm /bin/rmdir PreReq: /usr/bin/touch /bin/rm /bin/rmdir
Version: 2.12.8 Version: 2.12.8
Release: 1 Release: 8
Summary: Library for Creation of Graphical User Interfaces (version 2) Summary: Library for Creation of Graphical User Interfaces (version 2)
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.12/%{_name}-%{version}.tar.bz2 Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.12/%{_name}-%{version}.tar.bz2
Source1: SuSEconfig.gtk2 Source1: SuSEconfig.gtk2
@ -63,6 +63,8 @@ Requires: cairo >= 0.9.2 hicolor-icon-theme
BuildRequires: fdupes BuildRequires: fdupes
Requires: %{name}-lang = %{version} Requires: %{name}-lang = %{version}
%endif %endif
# gtk2 can exist without branding. Built in defaults will be used then.
Recommends: %{name}-branding
%description %description
This fast and versatile library is used all over the world for all This fast and versatile library is used all over the world for all
@ -80,6 +82,52 @@ To develop applications with gtk, you need the package gtk2-devel.
Authors:
--------
Peter Mattis <petm@xcf.berkeley.edu>
Spencer Kimball <spencer@xcf.berkeley.edu>
Josh MacDonald <jmacd@xcf.berkeley.edu>
Shawn T. Amundson <amundson@gtk.org>
Jerome Bolliet <bolliet@gtk.org>
Damon Chaplin <damon@gtk.org>
Tony Gale <gale@gtk.org>
Jeff Garzik <jgarzik@gtk.org>
Lars Hamann <lars@gtk.org>
Raja R Harinath <harinath@gtk.org>
Carsten Haitzler <raster@gtk.org>
Tim Janik <timj@gtk.org>
Stefan Jeske <stefan@gtk.org>
Elliot Lee <sopwith@gtk.org>
Raph Levien <raph@gtk.org>
Ian Main <imain@gtk.org>
Federico Mena <quartic@gtk.org>
Paolo Molaro <lupus@gtk.org>
Jay Painter <jpaint@gtk.org>
Manish Singh <manish@gtk.org>
Owen Taylor <otaylor@gtk.org>
%package branding-upstream
Summary: Library for Creation of Graphical User Interfaces (version 2)
Group: System/Libraries
Provides: %{name}-branding = %{version}
Supplements: branding-upstream
%description branding-upstream
This fast and versatile library is used all over the world for all
libgnome (GNOME) applications, gimp (The GIMP), and several others.
Originally, version 1 was written for the GIMP and hence has the name
GIMP ToolKit. Many people like it because it is small, efficient, and
very configurable.
Most applications which used gtk (GTK1) have since switched to GTK2.
Besides a more flexible API, it provides improved text rendering using
pango (Pango) and many other goodies, but GTK+ 2 lacks compatibility
with GTK1, so to switch, programmers have to port applications to it.
To develop applications with gtk, you need the package gtk2-devel.
Authors: Authors:
-------- --------
Peter Mattis <petm@xcf.berkeley.edu> Peter Mattis <petm@xcf.berkeley.edu>
@ -339,11 +387,14 @@ fi
%ghost %{_sysconfdir}/gtk-2.0/gtk.immodules %ghost %{_sysconfdir}/gtk-2.0/gtk.immodules
%ghost %{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders %ghost %{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders
%endif %endif
%{_sysconfdir}/gtk-2.0/gtkrc
%{_sysconfdir}/gtk-2.0/im-multipress.conf %{_sysconfdir}/gtk-2.0/im-multipress.conf
/etc/profile.d/* /etc/profile.d/*
/sbin/conf.d/SuSEconfig.gtk2 /sbin/conf.d/SuSEconfig.gtk2
%files branding-upstream
%defattr(-,root,root)
%config %{_sysconfdir}/gtk-2.0/gtkrc
%files lang -f gtk20.lang %files lang -f gtk20.lang
%defattr(-,root,root) %defattr(-,root,root)
# ugh # ugh
@ -370,6 +421,8 @@ fi
%{_datadir}/gtk-doc/html/* %{_datadir}/gtk-doc/html/*
%changelog %changelog
* Fri Mar 07 2008 sbrabec@suse.cz
- Created a dummy upstream branding as a separate package.
* Mon Feb 18 2008 maw@suse.de * Mon Feb 18 2008 maw@suse.de
- Update to version 2.12.8: - Update to version 2.12.8:
+ Make the directfb backend build with GLib 2.15 + Make the directfb backend build with GLib 2.15

15
gtkrc
View File

@ -1,4 +1,11 @@
#
gtk-theme-name = "Gilouche" # gtkrc file allows you to define system wide defaults for all GTK+ applications.
gtk-icon-theme-name = "Tango" # This file is branding specific.
gtk-fallback-icon-theme = "gnome" #
# For complete list of available settings see devhelp documentation in
# gtk2-doc package, section GTK+ Core Reference -> Resource Files
#
# You most probably want:
#gtk-theme-name = ""
#gtk-icon-theme-name = ""
#gtk-fallback-icon-theme = "gnome"