pkgsrc/x11/gtk2-engines/Makefile

32 lines
819 B
Makefile
Raw Normal View History

2013-09-02 21:50:38 +02:00
# $NetBSD: Makefile,v 1.84 2013/09/02 19:50:47 adam Exp $
DISTNAME= gtk-engines-2.20.2
PKGNAME= ${DISTNAME:S/gtk/gtk2/}
2013-09-02 21:50:38 +02:00
PKGREVISION= 15
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk-engines/2.20/}
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
CONFLICTS+= gtk-engines-[0-9]*
CONFLICTS+= gtk2-engines-clearlooks-[0-9]*
CONFLICTS+= gtk2-engines-industrial-[0-9]*
2004-12-28 23:41:53 +01:00
CONFLICTS+= gnome-themes-extras<0.8
Update to 2.10.0: Overview of Changes in 2.10.0 (since 2.9.4) =========================================== Hilights in this release include: - Remove the cairo stroking performance workaround - Added XML information files for third party applications to use Overview of Changes in 2.9.4 (since 2.9.3) ========================================== Hilights in this release include: - Revert checkbox style to a tick in Clearlooks - Add clearlooks inverted style to test suite - Fixes to Clearlooks shading, style and colours - Fix inconsistent toggle buttons in Redmond engine - Use quarks with engines name in thinice and mist engines - Skip torture tests if buildin fails (eg. no X server or crashes in GTK+) Fixed bugs in this release: - Bug 407440 - Use text[NORMAL] for active checkmarks Overview of Changes in 2.9.3 (since 2.9.2) ========================================== Hilights in this release include: - Many improvements to Clearlooks style from Andrea Cimitan - Added some generic engine checks to "make check" - Use symbolic colors in Crux - c90 fixes Overview of Changes in 2.9.2 (since 2.9.1) ========================================== Hilights in this release include: - RTL Fixes in Smooth - C89 fixes for lua engine (from TFKyle) - Corrections to hilighted side for inverted scales and vertical ranges in Smooth engine - Fix menu border spacing in Mist Fixed bugs in this release: Bug 356426 - Don't force Crux icons to be 22x22 Bug 393312 - Memory corruption in Smooth engine Bug 395193 - Division by zero bug in Smooth Overview of Changes in 2.9.1 (since 2.9.0) ========================================== - New lua scripting engine by Daniel Borgmann - New clearlooks options radius, improvements to glossy style - Implement suggestions for clearlooks menu selection from bug 382634 - Plus many other small bug fixes Fixed bugs in this release: - Bug 382397 - Clearlooks: Use @selected_fg_color for text[PRELIGHT] inside menus and for fg[PRELIGHT] in GtkProgressBar - Bug 382704 - Clearlooks: C89 fixes (Patch by Jens Granseuer) - Bug 385106 - Clearlooks: Don't set shadow type to NONE if the detail is not one of the known ones. Overview of Changes in 2.9.0 (since 2.8.2) ========================================== Hilights in this release include: - Add glossy options for Clearlooks - Use gtk-colour-scheme in Clearlooks, Mist and Industrial themes - Require GTK+ 2.10 - Misc. fixes to Clearlooks
2007-04-11 02:57:45 +02:00
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0
2007-04-13 02:02:16 +02:00
USE_TOOLS+= gmake intltool pkg-config msgfmt
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --enable-animation
PKGCONFIG_OVERRIDE= gtk-engines-2.pc.in
2004-02-11 08:11:28 +01:00
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"