pkgsrc/sysutils/gkrellm/Makefile.common
xtraeme dd01de03eb Update gkrellm to 2.2.4, ok cube@.
Changes:

2.2.4 - Mon Sep 6, 2004
-----------------------
* 2.2.3 used a Gtk 2.4 function and did not compile under Gtk 2.2, so
  added GTK_CHECK_VERSION.
* Jerome UZEL got a patch in to account for deleted email in
  Evolution mailboxes.

2.2.3 - Mon Sep 6, 2004
-----------------------
* On SMP machines, allow sensors to be relocated to composite CPU panel.
* Alan Swanson: icon patch to give GKrellM and its configuration windows
  an icon for task switching.
* Bugfixes:
  o Christophe Barbe: fix mail.c X-Evolution flag decoding to use
    proper "seen" bit for determining new/old email.
  o Henrik Brix Andersen: use gtk_window_get_size() when calculating
    _NET_WM_STRUT size so strut space can be resized when shutting gkrellm.
  o Don't save new y_positions that are y packed and not user set (eg
    preserve user positon when opening fs secondaries for > 10 seconds).
  o Don't nest static function declarations inside of functions to fix
    upcoming gcc 3.5 compile errors - from Art Haas.
  o Sensor location menu wasn't recreated after the first config opening.
2004-10-25 15:29:48 +00:00

36 lines
1 KiB
Makefile

# $NetBSD: Makefile.common,v 1.8 2004/10/25 15:29:48 xtraeme Exp $
DISTNAME= ${GKRELLM_DISTBASE}
PKGNAME= ${GKRELLM_PKGBASE}-${GKRELLM_VERSION}
CATEGORIES= sysutils
MASTER_SITES= http://web.wt.net/~billw/gkrellm/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= cube@NetBSD.org
HOMEPAGE= http://gkrellm.net/
CONFLICTS+= gkrellm-1*
USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= YES
MAKE_ENV+= LOCALEDIR=${PREFIX}/${PKGLOCALEDIR}/locale
.if defined(GKRELLM_DEBUG)
MAKE_ENV+= DEBUG=yes
.endif
GKRELLM_VERSION= 2.2.4
GKRELLM_DISTBASE= gkrellm-${GKRELLM_VERSION}
GKRELLM_SRCDIR= ${WRKDIR}/${GKRELLM_DISTBASE}
FILESDIR= ${.CURDIR}/../../sysutils/gkrellm/files
PATCHDIR= ${.CURDIR}/../../sysutils/gkrellm/patches
DISTINFO_FILE= ${.CURDIR}/../../sysutils/gkrellm/distinfo
post-extract:
${CP} ${FILESDIR}/top.Makefile ${WRKSRC}/Makefile
${CP} ${FILESDIR}/top.Makefile.inc ${WRKSRC}/Makefile.inc
${CP} ${FILESDIR}/po.Makefile ${WRKSRC}/po/Makefile
${CP} ${FILESDIR}/server.Makefile ${WRKSRC}/server/Makefile
${CP} ${FILESDIR}/src.Makefile ${WRKSRC}/src/Makefile