diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-23 03:53:02 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-23 03:53:02 +0800 |
commit | e782353eee0bb7585ca72374b0d792d90d68c5c0 (patch) | |
tree | 196ba9bbabe58e81181dc686b9d4d6617d900f99 /x11-themes/gtk-longhorninspirat-theme | |
parent | 6cfe8262cf1ac23061e8ae92b7fc5cd295eed0c5 (diff) | |
download | marcuscom-ports-e782353eee0bb7585ca72374b0d792d90d68c5c0.tar marcuscom-ports-e782353eee0bb7585ca72374b0d792d90d68c5c0.tar.gz marcuscom-ports-e782353eee0bb7585ca72374b0d792d90d68c5c0.tar.bz2 marcuscom-ports-e782353eee0bb7585ca72374b0d792d90d68c5c0.tar.lz marcuscom-ports-e782353eee0bb7585ca72374b0d792d90d68c5c0.tar.xz marcuscom-ports-e782353eee0bb7585ca72374b0d792d90d68c5c0.tar.zst marcuscom-ports-e782353eee0bb7585ca72374b0d792d90d68c5c0.zip |
Sync w/ FreeBSD ports tree. As for deskutils/alexandria, I will do it after
I finish with my day.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7339 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes/gtk-longhorninspirat-theme')
-rw-r--r-- | x11-themes/gtk-longhorninspirat-theme/Makefile | 9 | ||||
-rw-r--r-- | x11-themes/gtk-longhorninspirat-theme/pkg-descr | 2 | ||||
-rw-r--r-- | x11-themes/gtk-longhorninspirat-theme/pkg-plist | 1 |
3 files changed, 7 insertions, 5 deletions
diff --git a/x11-themes/gtk-longhorninspirat-theme/Makefile b/x11-themes/gtk-longhorninspirat-theme/Makefile index e38b3b3e4..cd00cc59f 100644 --- a/x11-themes/gtk-longhorninspirat-theme/Makefile +++ b/x11-themes/gtk-longhorninspirat-theme/Makefile @@ -7,9 +7,9 @@ PORTNAME= longhorninspirat PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-themes gnome -MASTER_SITES= http://www.users.monornet.hu/linux/files/ +MASTER_SITES= http://www.users.monornet.hu/linux/gtk2/oldies/ PKGNAMEPREFIX= ${TYPE}- PKGNAMESUFFIX= -theme DISTNAME= Longhorn_Inspirat @@ -36,14 +36,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-descr b/x11-themes/gtk-longhorninspirat-theme/pkg-descr index 9ce6b9c05..ae2aeba3d 100644 --- a/x11-themes/gtk-longhorninspirat-theme/pkg-descr +++ b/x11-themes/gtk-longhorninspirat-theme/pkg-descr @@ -1,4 +1,4 @@ Port of Longhorn Inspirat theme, originally created by Stefanka for Windows XP. -WWW: http://www.users.monornet.hu/linux/index2.html +WWW: http://www.users.monornet.hu/linux/ diff --git a/x11-themes/gtk-longhorninspirat-theme/pkg-plist b/x11-themes/gtk-longhorninspirat-theme/pkg-plist index 8fa6b30f5..cc39ab3c9 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 |