diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 23:22:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 23:22:10 +0000 |
commit | 9d1a63c5e73b3a98e08c4ac1b19554d9ff589074 (patch) | |
tree | acda47a2790a9d387d4f68f503a64dacfca29683 /x11 | |
parent | d96db889de3e5f1218862977b8ae58b5855cad16 (diff) | |
download | pkgsrc-9d1a63c5e73b3a98e08c4ac1b19554d9ff589074.tar.gz |
Disable animation support for Clearlooks by default.
Bump PKGREVISION.
Upstream says (http://bugzilla.gnome.org/show_bug.cgi?id=583278):
Our animation support is more a hack than something else, and I
would prefer to remove it rather than enabling it :)
Maybe in the future, Gtk+ will provide better API for animations,
and we could write a better approach, which uses less CPU cycles
for example.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk2-engines/Makefile | 3 | ||||
-rw-r--r-- | x11/gtk2-engines/distinfo | 3 | ||||
-rw-r--r-- | x11/gtk2-engines/patches/patch-aa | 13 |
3 files changed, 3 insertions, 16 deletions
diff --git a/x11/gtk2-engines/Makefile b/x11/gtk2-engines/Makefile index e5b36d291e6..4698470a120 100644 --- a/x11/gtk2-engines/Makefile +++ b/x11/gtk2-engines/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.59 2009/05/19 11:21:58 wiz Exp $ +# $NetBSD: Makefile,v 1.60 2009/05/19 23:22:10 wiz Exp $ DISTNAME= gtk-engines-2.18.2 PKGNAME= ${DISTNAME:S/gtk/gtk2/} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-engines/2.18/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/gtk2-engines/distinfo b/x11/gtk2-engines/distinfo index 1b8d5477a1a..f38d40b433a 100644 --- a/x11/gtk2-engines/distinfo +++ b/x11/gtk2-engines/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.30 2009/05/19 11:21:58 wiz Exp $ +$NetBSD: distinfo,v 1.31 2009/05/19 23:22:10 wiz Exp $ SHA1 (gtk-engines-2.18.2.tar.bz2) = 6f1fd455b28e8de6156a7d17fb012cf510bbabd3 RMD160 (gtk-engines-2.18.2.tar.bz2) = 014364d551fbc094dcd8fc30ad91a63b7b8255e5 Size (gtk-engines-2.18.2.tar.bz2) = 663756 bytes -SHA1 (patch-aa) = eae3d3b36df05156439acfca76f82f091f059485 diff --git a/x11/gtk2-engines/patches/patch-aa b/x11/gtk2-engines/patches/patch-aa deleted file mode 100644 index 4d05d31f774..00000000000 --- a/x11/gtk2-engines/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$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 - |