pkgsrc/x11/gtk2-engines/Makefile
wiz 9d1a63c5e7 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.
2009-05-19 23:22:10 +00:00

34 lines
882 B
Makefile

# $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
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Theme engines for GTK+ version 2
LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS+= gtk-engines-[0-9]*
CONFLICTS+= gtk2-engines-clearlooks-[0-9]*
CONFLICTS+= gtk2-engines-industrial-[0-9]*
CONFLICTS+= gnome-themes-extras<0.8
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0
USE_TOOLS+= gmake intltool pkg-config msgfmt
GNU_CONFIGURE= yes
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"
.include "../../mk/bsd.pkg.mk"