From 72a353c2e0aa72f17d99be66db90839cc3f87341 Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Thu, 27 Dec 2012 23:29:19 +0000 Subject: - Update to version 3.15 - Add missing deps, sort USE_ flags - Improve options descriptions - Mark PNEE option BROKEN for now --- x11/xnee/Makefile | 38 +++++++++++++++++++++++++------------- x11/xnee/distinfo | 4 ++-- 2 files changed, 27 insertions(+), 15 deletions(-) (limited to 'x11') diff --git a/x11/xnee/Makefile b/x11/xnee/Makefile index 44e733131c9c..2671b4bf05db 100644 --- a/x11/xnee/Makefile +++ b/x11/xnee/Makefile @@ -1,24 +1,23 @@ -# New ports collection makefile for: xnee -# Date created: 27 May 2002 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= xnee -PORTVERSION= 3.13 +PORTVERSION= 3.15 CATEGORIES= x11 MASTER_SITES= GNU MAINTAINER= pawel@FreeBSD.org COMMENT= X events recorder and player +LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ + xcb:${PORTSDIR}/x11/libxcb + LICENSE= GPLv3 -USE_XORG= xtst -USE_GNOME= gnomehack -USE_GMAKE= yes GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_XORG= x11 xau xdmcp xext xi xtst +USE_GNOME= gnomehack MAKE_JOBS_SAFE= yes CONFIGURE_ARGS= --enable-cli --disable-doc --disable-xinput2 @@ -27,16 +26,27 @@ MAN1= cnee.1 xnee.1 INFO= xnee OPTIONS_DEFINE= GNEE PNEE -GNEE_DESC= Build the GUI frontend -PNEE_DESC= Build the Gnome Panel frontend +GNEE_DESC= GUI frontend +PNEE_DESC= GNOME panel frontend .include .if ${PORT_OPTIONS:MGNEE} -USE_GNOME+= gtk20 libgnomeui +LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre \ + cairo:${PORTSDIR}/graphics/cairo \ + png15:${PORTSDIR}/graphics/png \ + freetype:${PORTSDIR}/print/freetype2 \ + expat:${PORTSDIR}/textproc/expat2 \ + fontconfig:${PORTSDIR}/x11-fonts/fontconfig + +CONFIGURE_ARGS+=--enable-gui +USE_GETTEXT= yes +USE_ICONV= yes +USE_XORG+= pixman xcomposite xcursor xdamage xfixes xinerama xrandr xrender +USE_GNOME+= gdkpixbuf2 gtk20 libgnomeui MAN1+= gnee.1 PLIST_SUB+= GNEE="" -DESKTOP_ENTRIES= "Gnee" "${COMMENT}" "${PREFIX}/share/pixmaps/xnee.png" \ +DESKTOP_ENTRIES= "Gnee" "${COMMENT}" "${PORTNAME}.png" \ "gnee" "Development;" true .else CONFIGURE_ARGS+=--disable-gui @@ -44,6 +54,8 @@ PLIST_SUB+= GNEE="@comment " .endif .if ${PORT_OPTIONS:MPNEE} +BROKEN= Does not build, needs newer gnomepanel +CONFIGURE_ARGS+=-enable-gnome-applet USE_GNOME+= gnomepanel MAN1+= pnee.1 PLIST_SUB+= PNEE="" diff --git a/x11/xnee/distinfo b/x11/xnee/distinfo index 34e408b4c214..2e8c2a7de540 100644 --- a/x11/xnee/distinfo +++ b/x11/xnee/distinfo @@ -1,2 +1,2 @@ -SHA256 (xnee-3.13.tar.gz) = 08125d9f43500e9f5816a386f37c214c534c8a14b9202c318eb11464fe5c869d -SIZE (xnee-3.13.tar.gz) = 1789301 +SHA256 (xnee-3.15.tar.gz) = 56e0b1cca36ebf95b6f7c82c7028ab8a9b5003728ca1044016031b489bc3e8cd +SIZE (xnee-3.15.tar.gz) = 1776676 -- cgit v1.2.3