pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gtk2-engines Enable animation support in the Clear...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b34e59816e01
branches:  trunk
changeset: 550552:b34e59816e01
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Mon Nov 24 03:18:14 2008 +0000

description:
Enable animation support in the Clearlooks theme, bump PKGREVISION

diffstat:

 x11/gtk2-engines/Makefile         |   5 ++++-
 x11/gtk2-engines/patches/patch-aa |  13 +++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (39 lines):

diff -r d8854517d8df -r b34e59816e01 x11/gtk2-engines/Makefile
--- a/x11/gtk2-engines/Makefile Mon Nov 24 02:12:46 2008 +0000
+++ b/x11/gtk2-engines/Makefile Mon Nov 24 03:18:14 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.56 2008/10/27 04:53:43 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2008/11/24 03:18:14 jmcneill Exp $
 
 DISTNAME=              gtk-engines-2.16.1
 PKGNAME=               ${DISTNAME:S/gtk/gtk2/}
+PKGREVISION=           1
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gtk-engines/2.16/}
 EXTRACT_SUFX=          .tar.bz2
@@ -24,6 +25,8 @@
 USE_DIRS+=             theme-1.1 xdg-1.1
 USE_LIBTOOL=           yes
 
+CONFIGURE_ARGS+=       --enable-animation
+
 PKGCONFIG_OVERRIDE=    gtk-engines-2.pc.in
 
 .include "../../x11/gtk2/buildlink3.mk"
diff -r d8854517d8df -r b34e59816e01 x11/gtk2-engines/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtk2-engines/patches/patch-aa Mon Nov 24 03:18:14 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.9 2008/11/24 03:18:14 jmcneill Exp $
+
+--- themes/Clearlooks/gtk-2.0/gtkrc.orig       2008-11-23 22:15:45.000000000 -0500
++++ themes/Clearlooks/gtk-2.0/gtkrc
+@@ -73,7 +73,7 @@ style "default" {
+               reliefstyle = 1
+               menubarstyle = 2
+               toolbarstyle = 1
+-              animation = FALSE
++              animation = TRUE
+               radius = 3.0
+               style = GUMMY
+ 



Home | Main Index | Thread Index | Old Index