Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jan 2004 16:01:27 +0100 (CET)
From:      Philip Paeps <philip@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61788: [maintainer update] gtk-cleanice-engine -> 1.2.8
Message-ID:  <20040123150127.0FA213E@loge.nixsys.be>
Resent-Message-ID: <200401231510.i0NFAE2C012587@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         61788
>Category:       ports
>Synopsis:       [maintainer update] gtk-cleanice-engine -> 1.2.8
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 23 07:10:13 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Philip Paeps
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
	System: FreeBSD loge.nixsys.be 5.2-CURRENT
	
>Description:
	Update the gtk-cleanice-engine port to the latest version.  For some
	reason, the author of the enige didn't include the actual themes with
	this version, so install them sepparately in a hackish sort of way...

	While I'm here, change my email address to my @FreeBSD.org one.
>How-To-Repeat:
	Patch, build, enjoy :-)
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/gtk-cleanice-engine/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	22 Dec 2003 09:05:10 -0000	1.4
+++ Makefile	23 Jan 2004 14:48:42 -0000
@@ -6,17 +6,35 @@
 #
 
 PORTNAME=	gtk-cleanice-engine
-PORTVERSION=	1.2.7
+PORTVERSION=	1.2.8
 CATEGORIES=	x11-toolkits gnome
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	elysium-project
-DISTNAME=	cleanice-theme-${PORTVERSION}
+DISTNAME=	gtk-engines-cleanice-${PORTVERSION}
+DISTFILES=	${DISTNAME}.tar.gz \
+		${THEME}.tar.gz
 
-MAINTAINER=	philip@paeps.cx
+MAINTAINER=	philip@FreeBSD.org
 COMMENT=	A simplistic GTK+ 2.x theme engine
 
 USE_X_PREFIX=	yes
 USE_LIBTOOL=	yes
 USE_GNOME=	gnomehack gtk20
+
+THEME=		cleanice-theme-1.2.7
+THEMEDIR=	${WRKDIR}/${THEME}/Theme
+
+post-install:
+	${MKDIR} ${PREFIX}/share/themes/CleanIce/gtk-2.0
+	${MKDIR} ${PREFIX}/share/themes/CleanIce/metacity-1
+	${MKDIR} ${PREFIX}/share/themes/CleanIce-Dark/gtk-2.0
+	${INSTALL_DATA} ${THEMEDIR}/cleanice/index.theme \
+		${PREFIX}/share/themes/CleanIce
+	${INSTALL_DATA} ${THEMEDIR}/cleanice/gtkrc \
+		${PREFIX}/share/themes/CleanIce/gtk-2.0
+	${INSTALL_DATA} ${THEMEDIR}/cleanice/metacity-theme-1.xml \
+		${PREFIX}/share/themes/CleanIce/metacity-1
+	${INSTALL_DATA} ${THEMEDIR}/cleanice-dark/gtkrc \
+		${PREFIX}/share/themes/CleanIce-Dark/gtk-2.0
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/gtk-cleanice-engine/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	22 Dec 2003 09:05:10 -0000	1.4
+++ distinfo	23 Jan 2004 14:08:58 -0000
@@ -1 +1,2 @@
+MD5 (gtk-engines-cleanice-1.2.8.tar.gz) = 95da457d13b45673b2911341118af3a0
 MD5 (cleanice-theme-1.2.7.tar.gz) = bf12a530211c664e6e9cbdbd863ac6a3
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/gtk-cleanice-engine/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	6 Apr 2003 06:08:10 -0000	1.1
+++ pkg-descr	23 Jan 2004 14:40:20 -0000
@@ -9,4 +9,4 @@
 
 -- 
 Philip Paeps
-philip@paeps.cx
+philip@FreeBSD.org
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040123150127.0FA213E>