diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-02-04 01:00:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-02-04 01:00:37 +0000 |
commit | eea271be7ee26a492da71fcac71c5ab66d9264ef (patch) | |
tree | 52e7d7750c81bbbcf4c12e68b39641319936b1bb /x11-themes | |
parent | 2a8a40981c2bc7ba306df3348c95e2b4eacb7b05 (diff) | |
download | ports-eea271be7ee26a492da71fcac71c5ab66d9264ef.tar.gz ports-eea271be7ee26a492da71fcac71c5ab66d9264ef.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-lila-theme/Makefile | 15 | ||||
-rw-r--r-- | x11-themes/gtk-lila-theme/pkg-descr | 2 | ||||
-rw-r--r-- | x11-themes/gtk-lila-theme/pkg-plist | 22 |
3 files changed, 20 insertions, 19 deletions
diff --git a/x11-themes/gtk-lila-theme/Makefile b/x11-themes/gtk-lila-theme/Makefile index 84593f92a7ec..c023dc85e0b5 100644 --- a/x11-themes/gtk-lila-theme/Makefile +++ b/x11-themes/gtk-lila-theme/Makefile @@ -9,21 +9,22 @@ PORTNAME= gtk-lila-theme 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@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 --git a/x11-themes/gtk-lila-theme/pkg-descr b/x11-themes/gtk-lila-theme/pkg-descr index 6cf71cfdc51b..89d21e0dc200 100644 --- a/x11-themes/gtk-lila-theme/pkg-descr +++ b/x11-themes/gtk-lila-theme/pkg-descr @@ -1,3 +1,3 @@ GTK+ 2.0 and Metacity Lila theme -WWW: http://lila-theme.uni.cc +WWW: http://lila-center.info/ diff --git a/x11-themes/gtk-lila-theme/pkg-plist b/x11-themes/gtk-lila-theme/pkg-plist index 3caed28c7443..0efd6e98e8e2 100644 --- a/x11-themes/gtk-lila-theme/pkg-plist +++ b/x11-themes/gtk-lila-theme/pkg-plist @@ -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 |