From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 14:20:12 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4549716A41B for ; Wed, 5 Sep 2007 14:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 22A9B13C494 for ; Wed, 5 Sep 2007 14:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l85EKC8v078782 for ; Wed, 5 Sep 2007 14:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l85EKB9J078781; Wed, 5 Sep 2007 14:20:11 GMT (envelope-from gnats) Resent-Date: Wed, 5 Sep 2007 14:20:11 GMT Resent-Message-Id: <200709051420.l85EKB9J078781@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gustavo Pérez Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B58316A419 for ; Wed, 5 Sep 2007 14:18:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 3C32013C428 for ; Wed, 5 Sep 2007 14:18:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l85EIXY9072504 for ; Wed, 5 Sep 2007 14:18:33 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id l85EIXfA072503; Wed, 5 Sep 2007 14:18:33 GMT (envelope-from nobody) Message-Id: <200709051418.l85EIXfA072503@www.freebsd.org> Date: Wed, 5 Sep 2007 14:18:33 GMT From: Gustavo Pérez To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/116122: [NEW PORT] deskutils/kicker-compiz : A compiz compatible pager for kde X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2007 14:20:12 -0000 >Number: 116122 >Category: ports >Synopsis: [NEW PORT] deskutils/kicker-compiz : A compiz compatible pager for kde >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 05 14:20:11 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Gustavo Pérez >Release: 6.2 >Organization: UPC >Environment: FreeBSD portatil 6.2-STABLE FreeBSD 6.2-STABLE #0: Mon Jul 30 16:07:18 CEST 2007 gperez@portatil:/usr/obj/usr/src/sys/CUSTOM i386 >Description: KDE's pager isn't compatible with compiz and multiple desktops. This applet fixes the problem, allowing the user to see each face of the cube/wall in the pager. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # kicker-compiz # kicker-compiz/Makefile # kicker-compiz/distinfo # kicker-compiz/pkg-descr # kicker-compiz/pkg-plist # echo c - kicker-compiz mkdir -p kicker-compiz > /dev/null 2>&1 echo x - kicker-compiz/Makefile sed 's/^X//' >kicker-compiz/Makefile << 'END-of-kicker-compiz/Makefile' X# New ports collection makefile for: kicker-compiz X# Date created: 26 August 2007 X# Whom: Gustavo Perez X# X# $FreeBSD$ X# X XPORTNAME= compiz XPORTVERSION= 3.5.4 XCATEGORIES= deskutils XMASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ \ X http://www.kde-look.org/CONTENT/content-files/ XPKGNAMEPREFIX= kicker XDISTNAME= ${KDELOOKITEM}-${PKGNAMEPREFIX}-${PORTNAME}-${PORTVERSION} X XMAINTAINER= gustau.perez@gmail.com XCOMMENT= Compiz compatible pager for kde X XKDELOOKITEM= 46021 X XWRKSRC= ${WRKDIR}/${PKGNAMEPREFIX}-${PORTNAME}-${PORTVERSION} X XCONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} XCONFIGURE_ARGS= --without-java X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_AUTOTOOLS= libtool:15:env XINSTALLS_ICONS= yes XUSE_GETTEXT= yes XUSE_KDELIBS_VER= 3 X XMANCOMPRESSED= yes X Xpre-configure: X @cd ${WRKSRC}/admin && ${RM} -f ltmain.sh && ${CP} -f ${LTMAIN} . X X.include END-of-kicker-compiz/Makefile echo x - kicker-compiz/distinfo sed 's/^X//' >kicker-compiz/distinfo << 'END-of-kicker-compiz/distinfo' XMD5 (46021-kicker-compiz-3.5.4.tar.gz) = 54042121de0d2dbdba33befce64b68bb XSHA256 (46021-kicker-compiz-3.5.4.tar.gz) = 72a4ac4fb59384baf39d69790a4da8ae5d621f312d94a99825b681c2cd387926 XSIZE (46021-kicker-compiz-3.5.4.tar.gz) = 617664 END-of-kicker-compiz/distinfo echo x - kicker-compiz/pkg-descr sed 's/^X//' >kicker-compiz/pkg-descr << 'END-of-kicker-compiz/pkg-descr' XCompiz compatible pager for kde X XWWW: http://www.kde-look.org END-of-kicker-compiz/pkg-descr echo x - kicker-compiz/pkg-plist sed 's/^X//' >kicker-compiz/pkg-plist << 'END-of-kicker-compiz/pkg-plist' Xlib/kde3/compizpager_panelapplet Xlib/kde3/compizpager_panelapplet.la Xshare/apps/kicker/applets/compizpagerapplet.desktop X@dirrmtry share/apps/kicker/applets X@dirrmtry share/apps/kicker X@dirrmtry share/apps X@dirrmtry lib/kde3 END-of-kicker-compiz/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: