ports/143445: Update port: x11-themes/gtk-lila-theme

KATO Tsuguru tkato432 at yahoo.com
Mon Feb 1 18:10:05 UTC 2010


>Number:         143445
>Category:       ports
>Synopsis:       Update port: x11-themes/gtk-lila-theme
>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:   Mon Feb 01 18:10:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.2-RELEASE-p6 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line
- Support COPYTREE_SHARE

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11-themes/gtk-lila-theme/Makefile x11-themes/gtk-lila-theme/Makefile
--- /usr/ports/x11-themes/gtk-lila-theme/Makefile	2009-08-01 04:47:33.000000000 +0900
+++ x11-themes/gtk-lila-theme/Makefile	2010-02-02 01:58:57.000000000 +0900
@@ -9,21 +9,22 @@
 PORTVERSION=	0.5.5
 PORTREVISION=	4
 CATEGORIES=	x11-themes gnome
-MASTER_SITES=	http://lila-theme.uni.cc/files/tarballs/
+MASTER_SITES=	SF/lila-theme/lila-gtk/${PORTVERSION}
 DISTNAME=	lila-gtk-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	GTK+ 2.0 Lila theme
 
-WRKSRC=		${WRKDIR}
-
+WRKSRC=		${WRKDIR}/lila-gtk
 NO_BUILD=	yes
-USE_GNOME=	gtk20
+
 USE_BZIP2=	yes
+USE_GNOME=	gtk20
+
+.SILENT:
 
 do-install:
-	@${MKDIR} ${PREFIX}/share/themes
-	@${CP} -R ${WRKDIR}/lila-gtk/GorLila ${PREFIX}/share/themes
-	@${CP} -R ${WRKDIR}/lila-gtk/SimpLila ${PREFIX}/share/themes
+	${MKDIR} ${PREFIX}/share/themes
+	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${PREFIX}/share/themes)
 
 .include <bsd.port.mk>
diff -urN /usr/ports/x11-themes/gtk-lila-theme/pkg-descr x11-themes/gtk-lila-theme/pkg-descr
--- /usr/ports/x11-themes/gtk-lila-theme/pkg-descr	2005-02-19 05:12:31.000000000 +0900
+++ x11-themes/gtk-lila-theme/pkg-descr	2010-01-25 21:44:26.000000000 +0900
@@ -1,3 +1,3 @@
 GTK+ 2.0 and Metacity Lila theme
 
-WWW: http://lila-theme.uni.cc
+WWW: http://lila-center.info/
diff -urN /usr/ports/x11-themes/gtk-lila-theme/pkg-plist x11-themes/gtk-lila-theme/pkg-plist
--- /usr/ports/x11-themes/gtk-lila-theme/pkg-plist	2005-02-19 05:12:31.000000000 +0900
+++ x11-themes/gtk-lila-theme/pkg-plist	2010-01-25 21:44:52.000000000 +0900
@@ -1,16 +1,16 @@
-share/themes/SimpLila/gtk-2.0/iconrc
-share/themes/SimpLila/gtk-2.0/gtkrc
-share/themes/SimpLila/metacity-1/metacity-theme-1.xml
-share/themes/SimpLila/index.theme
-share/themes/GorLila/gtk-2.0/iconrc
 share/themes/GorLila/gtk-2.0/gtkrc
-share/themes/GorLila/metacity-1/wm-restore.svg
-share/themes/GorLila/metacity-1/wm-min.svg
-share/themes/GorLila/metacity-1/wm-menu.svg
-share/themes/GorLila/metacity-1/wm-max.svg
-share/themes/GorLila/metacity-1/wm-close.svg
-share/themes/GorLila/metacity-1/metacity-theme-1.xml
+share/themes/GorLila/gtk-2.0/iconrc
 share/themes/GorLila/index.theme
+share/themes/GorLila/metacity-1/metacity-theme-1.xml
+share/themes/GorLila/metacity-1/wm-close.svg
+share/themes/GorLila/metacity-1/wm-max.svg
+share/themes/GorLila/metacity-1/wm-menu.svg
+share/themes/GorLila/metacity-1/wm-min.svg
+share/themes/GorLila/metacity-1/wm-restore.svg
+share/themes/SimpLila/gtk-2.0/gtkrc
+share/themes/SimpLila/gtk-2.0/iconrc
+share/themes/SimpLila/index.theme
+share/themes/SimpLila/metacity-1/metacity-theme-1.xml
 @dirrm share/themes/SimpLila/metacity-1
 @dirrm share/themes/SimpLila/gtk-2.0
 @dirrm share/themes/SimpLila
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list