Date: Wed, 4 Jan 2006 23:46:20 GMT From: decept <decept0@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/91325: [Maintainer Update] change PORTNAME to kde-*-* (several ports) Message-ID: <200601042346.k04NkKCG002481@www.freebsd.org> Resent-Message-ID: <200601042350.k04No2gx052749@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 91325 >Category: ports >Synopsis: [Maintainer Update] change PORTNAME to kde-*-* (several ports) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Jan 04 23:50:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: decept >Release: >Organization: >Environment: >Description: - Change the PORTNAME to kde-*-* for consistancy with other theme ports. - A couple of small tidy-ups >How-To-Repeat: >Fix: diff -ruN /usr/ports/x11-themes/kde-style-comix/Makefile kde-style-comix/Makefile --- /usr/ports/x11-themes/kde-style-comix/Makefile Thu Dec 8 11:54:48 2005 +++ kde-style-comix/Makefile Sat Dec 31 21:48:53 2005 @@ -5,11 +5,12 @@ # $FreeBSD: ports/x11-themes/kde-style-comix/Makefile,v 1.4 2005/12/07 10:14:18 tdb Exp $ # -PORTNAME= comix +PORTNAME= kde-style-comix PORTVERSION= 1.3.6 +PORTREVISION= 1 CATEGORIES= x11-themes kde MASTER_SITES= http://www.kde-look.org/content/files/ -DISTNAME= 16028-${PORTNAME}-${PORTVERSION} +DISTNAME= 16028-comix-${PORTVERSION} MAINTAINER= decept0@gmail.com COMMENT= Flat KDE style and window decoration @@ -18,6 +19,6 @@ USE_GMAKE= yes USE_KDEBASE_VER=3 GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/comix-${PORTVERSION} .include <bsd.port.mk> diff -ruN /usr/ports/x11-themes/kde-windeco-knifty/Makefile kde-windeco-knifty/Makefile --- /usr/ports/x11-themes/kde-windeco-knifty/Makefile Sat Nov 12 15:39:43 2005 +++ kde-windeco-knifty/Makefile Wed Jan 4 19:45:55 2006 @@ -5,26 +5,20 @@ # $FreeBSD: ports/x11-themes/kde-windeco-knifty/Makefile,v 1.3 2005/11/11 16:05:43 garga Exp $ # -PORTNAME= knifty +PORTNAME= kde-windeco-knifty PORTVERSION= 0.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes kde MASTER_SITES= http://kde-look.org/content/files/ -DISTNAME= 8841-${PORTNAME}-${PORTVERSION} +DISTNAME= 8841-knifty-${PORTVERSION} MAINTAINER= decept0@gmail.com COMMENT= Lightweight KDE window decoration USE_BZIP2= yes USE_KDEBASE_VER=3 -USE_REINPLACE= yes +CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS} GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -post-patch: - @${REINPLACE_CMD} -e 's|-lkdeui|-lkdeui ${PTHREAD_LIBS}|g' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} - @${REINPLACE_CMD} -e 's|-lkdecore|-lkdecore ${PTHREAD_LIBS}|g' \ - ${WRKSRC}/client/Makefile.in +WRKSRC= ${WRKDIR}/knifty-${PORTVERSION} .include <bsd.port.mk> diff -ruN /usr/ports/x11-themes/kde-style-lipstik/Makefile kde-style-lipstik/Makefile --- /usr/ports/x11-themes/kde-style-lipstik/Makefile Wed Dec 14 19:06:53 2005 +++ kde-style-lipstik/Makefile Wed Jan 4 19:44:30 2006 @@ -5,26 +5,20 @@ # $FreeBSD: ports/x11-themes/kde-style-lipstik/Makefile,v 1.6 2005/12/11 17:40:02 tdb Exp $ # -PORTNAME= lipstik +PORTNAME= kde-style-lipstik PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= x11-themes kde MASTER_SITES= http://www.kde-look.org/content/files/ -DISTNAME= 18223-${PORTNAME}-${PORTVERSION} +DISTNAME= 18223-lipstik-${PORTVERSION} MAINTAINER= decept0@gmail.com COMMENT= Modified Plastik KDE style USE_BZIP2= yes USE_KDEBASE_VER=3 -USE_REINPLACE= yes +CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS} GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -post-patch: - @${REINPLACE_CMD} -e 's|-lkdefx|-lkdefx ${PTHREAD_LIBS}|g' \ - ${WRKSRC}/style/Makefile.in -post-configure: - @${REINPLACE_CMD} -e 's|-ljpeg|-ljpeg ${PTHREAD_LIBS}|g' \ - ${WRKSRC}/style/config/Makefile +WRKSRC= ${WRKDIR}/lipstik-${PORTVERSION} .include <bsd.port.mk> diff -ruN /usr/ports/x11-themes/kde-windeco-neos/Makefile kde-windeco-neos/Makefile --- /usr/ports/x11-themes/kde-windeco-neos/Makefile Sat Nov 12 15:39:43 2005 +++ kde-windeco-neos/Makefile Sat Dec 31 21:59:14 2005 @@ -5,12 +5,12 @@ # $FreeBSD: ports/x11-themes/kde-windeco-neos/Makefile,v 1.3 2005/11/11 16:05:56 garga Exp $ # -PORTNAME= neos +PORTNAME= kde-windeco-neos PORTVERSION= 0.2b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes kde MASTER_SITES= http://perso.wanadoo.fr/chamayou/ -DISTNAME= kwin-${PORTNAME}-${PORTVERSION} +DISTNAME= kwin-neos-${PORTVERSION} MAINTAINER= decept0@gmail.com COMMENT= KDE window decoration @@ -18,6 +18,5 @@ USE_BZIP2= yes USE_KDEBASE_VER=3 GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/kwin-${PORTNAME}-${PORTVERSION} .include <bsd.port.mk> diff -ruN /usr/ports/x11-themes/kde-windeco-smoothblend/Makefile kde-windeco-smoothblend/Makefile --- /usr/ports/x11-themes/kde-windeco-smoothblend/Makefile Sat Nov 12 15:39:43 2005 +++ kde-windeco-smoothblend/Makefile Sat Dec 31 22:00:32 2005 @@ -5,9 +5,9 @@ # $FreeBSD: ports/x11-themes/kde-windeco-smoothblend/Makefile,v 1.6 2005/11/11 16:06:06 garga Exp $ # -PORTNAME= smoothblend +PORTNAME= kde-windeco-smoothblend PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes kde MASTER_SITES= http://www.p0z3r.org/downloads/ DISTNAME= smooth-blend-${PORTVERSION} @@ -19,6 +19,5 @@ USE_GMAKE= yes USE_KDEBASE_VER=3 GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/smooth-blend-${PORTVERSION} .include <bsd.port.mk> diff -ruN /usr/ports/x11-themes/kde-style-tiblit/Makefile kde-style-tiblit/Makefile --- /usr/ports/x11-themes/kde-style-tiblit/Makefile Sat Nov 12 15:39:43 2005 +++ kde-style-tiblit/Makefile Wed Jan 4 19:49:15 2006 @@ -5,24 +5,20 @@ # $FreeBSD: ports/x11-themes/kde-style-tiblit/Makefile,v 1.3 2005/11/11 15:59:51 garga Exp $ # -PORTNAME= tiblit +PORTNAME= kde-style-tiblit PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes MASTER_SITES= http://www.kde-look.org/content/files/ -DISTNAME= 20798-${PORTNAME}-${PORTVERSION} +DISTNAME= 20798-tiblit-${PORTVERSION} MAINTAINER= decept0@gmail.com COMMENT= KDE style focused on customization USE_BZIP2= yes USE_KDEBASE_VER=3 -USE_REINPLACE= yes +CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS} GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -post-patch: - @${REINPLACE_CMD} -e 's|-lkdefx|-lkdefx ${PTHREAD_LIBS}|g' \ - ${WRKSRC}/widget-engine/Makefile.in +WRKSRC= ${WRKDIR}/tiblit-${PORTVERSION} .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601042346.k04NkKCG002481>