diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-02-13 22:33:12 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-02-13 22:33:12 +0000 |
commit | 0f74f225d359b14fe76f692c544671c2f178c3e4 (patch) | |
tree | 6432baa2fd1c35ddde9f87f622fd4c390cfbf093 /devel/libwnck/Makefile | |
parent | 65500c42783c4c48f43c40e2899350bf4fbca170 (diff) | |
download | pkgsrc-0f74f225d359b14fe76f692c544671c2f178c3e4.tar.gz |
Update to 2.2.1. Changes since 0.17:
* libwnck/tasklist.c: (wnck_tasklist_check_end_sequence): Actually end the
sequnce if we match the wmclass against a window.
* libwnck/tasklist.c: time out startup sequences if we don't see them end, and
end them if a window is mapped with StartupWMClass.
* libwnck/window.c (_wnck_window_get_resource_class)
(_wnck_window_get_resource_name): add internal API to get window classes
* configure.in: added 'ro' to ALL_LINGUAS
* configure.in: Added "mn" to ALL_LINGUAS.
* configure.in: Added Amharic (am), Farsi (fa), and Macedonian (mk) to
ALL_LINGUAS
* README: update README
* libwnck/application.c (get_icons): don't add an extra reference to all
icons, that was an unfortunate memory leak. Patch from
Diffstat (limited to 'devel/libwnck/Makefile')
-rw-r--r-- | devel/libwnck/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/devel/libwnck/Makefile b/devel/libwnck/Makefile index af62533259b..90bf0418ace 100644 --- a/devel/libwnck/Makefile +++ b/devel/libwnck/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2003/01/03 15:26:57 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2003/02/13 22:33:12 jmmv Exp $ # -DISTNAME= libwnck-0.17 -PKGREVISION= 1 +DISTNAME= libwnck-2.2.1 CATEGORIES= devel x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libwnck/0.17/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libwnck/2.2/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmmv@netbsd.org @@ -17,10 +16,10 @@ GNU_CONFIGURE= yes USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes USE_GMAKE= yes -USE_GNU_GETTEXT= yes - USE_LIBTOOL= yes + LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +PKGCONFIG_OVERRIDE= ${WRKSRC}/libwnck-1.0.pc.in .include "../../devel/gettext-lib/buildlink2.mk" .include "../../x11/gtk2/buildlink2.mk" |