diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-12-14 19:50:21 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-12-14 19:50:21 +0000 |
commit | 89fdc0f460a0ffa607031c4478a890bfb3e0088b (patch) | |
tree | 47fb3b90fbee3375f36af461386c0158412b66a5 /devel/libwnck/Makefile | |
parent | 92d9f4442eeb01f5ddc886dd4a51759b8f6fac6c (diff) | |
download | pkgsrc-89fdc0f460a0ffa607031c4478a890bfb3e0088b.tar.gz |
Update to 2.4.0.1, based on work done by xtraeme@ and Min Sik Kim.
2.4.0
- fix workspace name property handling
- fix updating of window/icon names
- fixes to viewport handling
- lots of new translations
2.3.1
- put -lX11 in link flags
- add API to manipulate window fullscreen state
- use an icon from one of the windows in a group, rather than
the "white piece of paper" icon, if a group doesn't set an icon
- fixes for Cygwin compilation
- add support for viewports in window list and workspace switcher
- fix multihead glitches
- set desktop layout properly on 64-bit platforms
- new/updated translations
2.3.0
- fixed fitt's law for window list applet (Mark McLoughlin)
- incorporated fixes from stable branch
Diffstat (limited to 'devel/libwnck/Makefile')
-rw-r--r-- | devel/libwnck/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/libwnck/Makefile b/devel/libwnck/Makefile index a591412e44e..95912ad9942 100644 --- a/devel/libwnck/Makefile +++ b/devel/libwnck/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2003/12/13 00:45:22 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2003/12/14 19:50:21 jmmv Exp $ # -DISTNAME= libwnck-2.2.1 -PKGREVISION= 4 +DISTNAME= libwnck-2.4.0.1 CATEGORIES= devel x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libwnck/2.2/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libwnck/2.4/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmmv@NetBSD.org @@ -20,9 +19,10 @@ USE_GMAKE= yes USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -PKGCONFIG_OVERRIDE= ${WRKSRC}/libwnck-1.0.pc.in +PKGCONFIG_OVERRIDE= libwnck-1.0.pc.in .include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/pkgconfig/buildlink2.mk" .include "../../x11/startup-notification/buildlink2.mk" .include "../../x11/gtk2/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |