diff options
author | danfe <danfe@FreeBSD.org> | 2006-09-08 19:35:12 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2006-09-08 19:35:12 +0800 |
commit | 64eb3337c8bc13046d168162a10ac2801f1b9f45 (patch) | |
tree | 709117be1222ec929fa4320807a15d08fac2a852 /x11-themes | |
parent | 538ae4f92891b258b1bddb4b649efa69483b3ffd (diff) | |
download | freebsd-ports-gnome-64eb3337c8bc13046d168162a10ac2801f1b9f45.tar.gz freebsd-ports-gnome-64eb3337c8bc13046d168162a10ac2801f1b9f45.tar.zst freebsd-ports-gnome-64eb3337c8bc13046d168162a10ac2801f1b9f45.zip |
- Fix permissions on installed files
- Install `index.theme' file for Metacity theme
- Bump PORTREVISION
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-longhorninspirat-theme/Makefile | 6 | ||||
-rw-r--r-- | x11-themes/gtk-longhorninspirat-theme/pkg-plist | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/x11-themes/gtk-longhorninspirat-theme/Makefile b/x11-themes/gtk-longhorninspirat-theme/Makefile index 0512efff7446..6e36b97dfdbb 100644 --- a/x11-themes/gtk-longhorninspirat-theme/Makefile +++ b/x11-themes/gtk-longhorninspirat-theme/Makefile @@ -7,6 +7,7 @@ PORTNAME= longhorninspirat PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= x11-themes gnome MASTER_SITES= http://www.users.monornet.hu/linux/gtk2/oldies/ PKGNAMEPREFIX= ${TYPE}- @@ -36,14 +37,15 @@ USE_GNOME= gnomehier .endif post-extract: - ${RM} -r ${WRKSRC}/gtk-2.0/.Trash-roberto + @${FIND} ${WRKSRC} -type f -print0 | ${XARGS} -0 ${CHMOD} 644 + @${RM} -r ${WRKSRC}/gtk-2.0/.Trash-roberto do-install: @${MKDIR} ${THEME_DIR} + ${INSTALL_DATA} ${WRKSRC}/index.theme ${THEME_DIR} .if ${TYPE} == "gtk" cd ${WRKSRC} && ${FIND} gtk-2.0 | \ ${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} ${THEME_DIR} - ${INSTALL_DATA} ${WRKSRC}/index.theme ${THEME_DIR} .else cd ${WRKSRC} && ${FIND} metacity-1 | \ ${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} ${THEME_DIR} diff --git a/x11-themes/gtk-longhorninspirat-theme/pkg-plist b/x11-themes/gtk-longhorninspirat-theme/pkg-plist index 8fa6b30f55f1..cc39ab3c9115 100644 --- a/x11-themes/gtk-longhorninspirat-theme/pkg-plist +++ b/x11-themes/gtk-longhorninspirat-theme/pkg-plist @@ -217,4 +217,5 @@ %%METACITY%%share/gnome/themes/Longhorn Inspirat/metacity-1/titlebar-left-shaded-unfocused.png %%METACITY%%share/gnome/themes/Longhorn Inspirat/metacity-1/frame-bottom-mid-focused.png %%METACITY%%@dirrm share/gnome/themes/Longhorn Inspirat/metacity-1 +%%METACITY%%share/gnome/themes/Longhorn Inspirat/index.theme %%METACITY%%@dirrm share/gnome/themes/Longhorn Inspirat |