This commit is contained in:
parent
95997c6d00
commit
5d1f89fa41
@ -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
|
||||
|
||||
|
57
gtk2.spec
57
gtk2.spec
@ -29,7 +29,7 @@ Group: System/Libraries
|
||||
AutoReqProv: on
|
||||
PreReq: /usr/bin/touch /bin/rm /bin/rmdir
|
||||
Version: 2.12.8
|
||||
Release: 1
|
||||
Release: 8
|
||||
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
|
||||
Source1: SuSEconfig.gtk2
|
||||
@ -63,6 +63,8 @@ Requires: cairo >= 0.9.2 hicolor-icon-theme
|
||||
BuildRequires: fdupes
|
||||
Requires: %{name}-lang = %{version}
|
||||
%endif
|
||||
# gtk2 can exist without branding. Built in defaults will be used then.
|
||||
Recommends: %{name}-branding
|
||||
|
||||
%description
|
||||
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:
|
||||
--------
|
||||
Peter Mattis <petm@xcf.berkeley.edu>
|
||||
@ -339,11 +387,14 @@ fi
|
||||
%ghost %{_sysconfdir}/gtk-2.0/gtk.immodules
|
||||
%ghost %{_sysconfdir}/gtk-2.0/gdk-pixbuf.loaders
|
||||
%endif
|
||||
%{_sysconfdir}/gtk-2.0/gtkrc
|
||||
%{_sysconfdir}/gtk-2.0/im-multipress.conf
|
||||
/etc/profile.d/*
|
||||
/sbin/conf.d/SuSEconfig.gtk2
|
||||
|
||||
%files branding-upstream
|
||||
%defattr(-,root,root)
|
||||
%config %{_sysconfdir}/gtk-2.0/gtkrc
|
||||
|
||||
%files lang -f gtk20.lang
|
||||
%defattr(-,root,root)
|
||||
# ugh
|
||||
@ -370,6 +421,8 @@ fi
|
||||
%{_datadir}/gtk-doc/html/*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 07 2008 sbrabec@suse.cz
|
||||
- Created a dummy upstream branding as a separate package.
|
||||
* Mon Feb 18 2008 maw@suse.de
|
||||
- Update to version 2.12.8:
|
||||
+ Make the directfb backend build with GLib 2.15
|
||||
|
15
gtkrc
15
gtkrc
@ -1,4 +1,11 @@
|
||||
|
||||
gtk-theme-name = "Gilouche"
|
||||
gtk-icon-theme-name = "Tango"
|
||||
gtk-fallback-icon-theme = "gnome"
|
||||
#
|
||||
# gtkrc file allows you to define system wide defaults for all GTK+ applications.
|
||||
# This file is branding specific.
|
||||
#
|
||||
# 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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user