mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Fix permissions on installed files
- Install `index.theme' file for Metacity theme - Bump PORTREVISION
This commit is contained in:
parent
0594652140
commit
398f327337
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172562
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user