diff options
author | wiz <wiz@pkgsrc.org> | 2009-02-24 15:14:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-02-24 15:14:01 +0000 |
commit | a696feeaed92bc78f39cad20a2124bc8c8405ab3 (patch) | |
tree | d5a2489142807986de266178b030c26e14facd1b /sysutils/gnome-power-manager/Makefile | |
parent | 86ae0a4d38a2d5d27730a1ec0d329cf441d9e90a (diff) | |
download | pkgsrc-a696feeaed92bc78f39cad20a2124bc8c8405ab3.tar.gz |
Update to 2.24.4, convert to user-destdir.
==============
Version 2.24.4
==============
- Fixed #562576, Battery profile is not saved correctly (Stephen Gildea and Joe)
- Fixed #566115, Fails to build on sparc (Josselin Mouette)
- Fixed #569100, When brightness is to 0, pressing one more brightness causes hang (Fortunato Ventre)
- Fixed #566095, Don't step through each brightness state when we fade modes (Richard Hughes)
Diffstat (limited to 'sysutils/gnome-power-manager/Makefile')
-rw-r--r-- | sysutils/gnome-power-manager/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/gnome-power-manager/Makefile b/sysutils/gnome-power-manager/Makefile index 2977a5996fb..111364110a8 100644 --- a/sysutils/gnome-power-manager/Makefile +++ b/sysutils/gnome-power-manager/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2009/01/17 12:53:26 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2009/02/24 15:14:01 wiz Exp $ # -DISTNAME= gnome-power-manager-2.24.3 +DISTNAME= gnome-power-manager-2.24.4 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-power-manager/2.24/} EXTRACT_SUFX= .tar.bz2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://projects.gnome.org/gnome-power-manager/ COMMENT= GNOME desktop session daemon for managing power management +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto GNU_CONFIGURE= YES |