diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-09-08 11:35:12 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2006-09-08 11:35:12 +0000 |
commit | 398f327337846283df38ab23c30b60ddc12d9c38 (patch) | |
tree | 94b9c262768a111f7b300b07b4529d94612430a4 /x11-themes | |
parent | 059465214068e92448b803156ee9eb5d34555081 (diff) |
- Fix permissions on installed files
- Install `index.theme' file for Metacity theme
- Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=172562
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 |