On Wed, May 21, 2014 at 02:04:49PM +0100, Stuart Henderson wrote:
> On 2014/05/21 14:49, Fabian Raetz wrote:
> > Hi ports@,
> > 
> > should we add a "Default theme" section to the README like
> > ajacoutot@ added to th gtk+2 README?
> > 
> > Regards,
> > Fabian
> > 
> > 
> > Index: pkg/README-main
> > ===================================================================
> > RCS file: /cvs/ports/x11/gtk+3/pkg/README-main,v
> > retrieving revision 1.2
> > diff -u -p -r1.2 README-main
> > --- pkg/README-main 2 Apr 2013 10:14:20 -0000       1.2
> > +++ pkg/README-main 19 May 2014 15:12:44 -0000
> > @@ -4,6 +4,15 @@ $OpenBSD: README-main,v 1.2 2013/04/02 1
> >  | Running ${FULLPKGNAME} on OpenBSD
> >  +-----------------------------------------------------------------------
> >  
> > +Default theme
> > +=============
> > +The default GTK+ theme engine can be modified by editing:
> > +    ~/.config/gtk-3.0/settings.ini
> > +and appending a line similar to:
> > +gtk-theme-name = oxygen-gtk
> > +
> > +Some themes are available as packages ("gtk3-*-engine").
> > +
> >  Print Preview
> >  =============
> >  
> > 
> 
> Hmm, is this example correct? I don't see anything in gtk3-*-engine that
> looks like it contains a theme named oxygen-gtk .. (not that I am very
> familiar with theme setup)

the theme named oxygen-gtk is not yet imported.  The theme is
in the previously posted port gtk3-oxygen-engine.  See

http://marc.info/?l=openbsd-ports&m=140067623219686&w=2

> 
> BTW any changes which make it into the package require a REVISION bump
> for the relevant subpackage.
> 

This time, with REVISIO bump. Thanks for noting!


Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/gtk+3/Makefile,v
retrieving revision 1.106
diff -u -p -r1.106 Makefile
--- Makefile    12 May 2014 16:09:57 -0000      1.106
+++ Makefile    21 May 2014 13:22:20 -0000
@@ -13,6 +13,8 @@ PKGNAME-main=         gtk+3-${GNOME_VERSION}
 PKGNAME-cups=          gtk+3-cups-${GNOME_VERSION}
 PKGNAME-cloudprint=    gtk+3-cloudprint-${GNOME_VERSION}
 
+REVISION-main=         0
+
 CATEGORIES=            x11 devel
 
 SHARED_LIBS +=  gdk-3                1200.0   # 1200.0
Index: pkg/README-main
===================================================================
RCS file: /cvs/ports/x11/gtk+3/pkg/README-main,v
retrieving revision 1.2
diff -u -p -r1.2 README-main
--- pkg/README-main     2 Apr 2013 10:14:20 -0000       1.2
+++ pkg/README-main     21 May 2014 13:22:20 -0000
@@ -4,6 +4,15 @@ $OpenBSD: README-main,v 1.2 2013/04/02 1
 | Running ${FULLPKGNAME} on OpenBSD
 +-----------------------------------------------------------------------
 
+Default theme
+=============
+The default GTK+ theme engine can be modified by editing:
+    ~/.config/gtk-3.0/settings.ini
+and appending a line similar to:
+gtk-theme-name = oxygen-gtk
+
+Some themes are available as packages ("gtk3-*-engine").
+
 Print Preview
 =============
 

Reply via email to