From 4acc6fb2a411b291c9c210d82bafe7c62e71c77d Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Wed, 24 Oct 2007 23:37:25 +0000 Subject: Presenting GNOME 2.20.1 and all related works for FreeBSD. The official GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 --- deskutils/splashsetter/Makefile | 15 +++++++-------- deskutils/splashsetter/distinfo | 6 +++--- deskutils/splashsetter/pkg-plist | 15 ++++++++------- 3 files changed, 18 insertions(+), 18 deletions(-) (limited to 'deskutils/splashsetter') diff --git a/deskutils/splashsetter/Makefile b/deskutils/splashsetter/Makefile index eab9917440f5..7fbe61967297 100644 --- a/deskutils/splashsetter/Makefile +++ b/deskutils/splashsetter/Makefile @@ -6,8 +6,7 @@ # PORTNAME= splashsetter -PORTVERSION= 0.6.5.2 -PORTREVISION= 1 +PORTVERSION= 0.6.5.3 CATEGORIES= deskutils gnome MASTER_SITES= http://webonaut.com/distfiles/${PORTNAME}/ @@ -20,7 +19,7 @@ USE_PYTHON= yes USE_GNOME= pygnome2 gnomeprefix do-build: - @${REINPLACE_CMD} -e 's|/usr/X11R6|${PREFIX}|g' \ + @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \ ${WRKSRC}/*.py @${FIND} ${WRKSRC} -name '*.bak' -delete @${FIND} ${WRKSRC} -name '*.orig' -delete @@ -28,20 +27,20 @@ do-build: @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} do-install: - ${MKDIR} ${PREFIX}/share/gnome/pixmaps/${PORTNAME}/splash + ${MKDIR} ${PREFIX}/share/pixmaps/${PORTNAME}/splash ${MKDIR} ${PREFIX}/libexec/${PORTNAME} @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \ ${PREFIX}/libexec/${PORTNAME}/ @${INSTALL_DATA} ${WRKSRC}/*.py* \ ${PREFIX}/libexec/${PORTNAME}/ @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop \ - ${PREFIX}/share/gnome/applications/ + ${PREFIX}/share/applications/ @${INSTALL_DATA} ${WRKSRC}/*.svg \ - ${PREFIX}/share/gnome/pixmaps/${PORTNAME}/ + ${PREFIX}/share/pixmaps/${PORTNAME}/ @${INSTALL_DATA} ${WRKSRC}/splashsetter_icon.svg \ - ${PREFIX}/share/gnome/pixmaps/${PORTNAME}.svg + ${PREFIX}/share/pixmaps/${PORTNAME}.svg @${INSTALL_DATA} ${WRKSRC}/*.png \ - ${PREFIX}/share/gnome/pixmaps/${PORTNAME}/splash/ + ${PREFIX}/share/pixmaps/${PORTNAME}/splash/ @${LN} -sf ${PREFIX}/libexec/${PORTNAME}/${PORTNAME} \ ${PREFIX}/bin/${PORTNAME} diff --git a/deskutils/splashsetter/distinfo b/deskutils/splashsetter/distinfo index 879a81bcdaa1..f60426d60a16 100644 --- a/deskutils/splashsetter/distinfo +++ b/deskutils/splashsetter/distinfo @@ -1,3 +1,3 @@ -MD5 (splashsetter-0.6.5.2.tar.bz2) = 467b2b489bca8af00e9987d0323049f7 -SHA256 (splashsetter-0.6.5.2.tar.bz2) = 2c46408b9da812a2b82a13fb0aead3a3a93c03333a0dabbf5744e5ee8319b729 -SIZE (splashsetter-0.6.5.2.tar.bz2) = 45179 +MD5 (splashsetter-0.6.5.3.tar.bz2) = 8325753f976ef5038eb60160695ac79e +SHA256 (splashsetter-0.6.5.3.tar.bz2) = 66238e926a4ed2fe8c121865243af840e42cc9bd25bc6aa586fd0d91dd93d296 +SIZE (splashsetter-0.6.5.3.tar.bz2) = 45268 diff --git a/deskutils/splashsetter/pkg-plist b/deskutils/splashsetter/pkg-plist index 69c7759a178a..9413b18d8652 100644 --- a/deskutils/splashsetter/pkg-plist +++ b/deskutils/splashsetter/pkg-plist @@ -9,11 +9,12 @@ libexec/splashsetter/splash_set_gui_lib.py libexec/splashsetter/splash_set_gui_lib.pyc libexec/splashsetter/splash_set_gui_lib.pyo libexec/splashsetter/splashsetter -share/gnome/applications/splashsetter.desktop -share/gnome/pixmaps/splashsetter.svg -share/gnome/pixmaps/splashsetter/splashsetter_icon.svg -share/gnome/pixmaps/splashsetter/splashsetter_logo.svg -share/gnome/pixmaps/splashsetter/splash/splashsetter_splash.png -@dirrm share/gnome/pixmaps/splashsetter/splash -@dirrm share/gnome/pixmaps/splashsetter +share/applications/splashsetter.desktop +share/pixmaps/splashsetter.svg +share/pixmaps/splashsetter/splashsetter_icon.svg +share/pixmaps/splashsetter/splashsetter_logo.svg +share/pixmaps/splashsetter/splash/splashsetter_splash.png +@dirrm share/pixmaps/splashsetter/splash +@dirrm share/pixmaps/splashsetter @dirrm libexec/splashsetter +@dirrmtry share/applications -- cgit v1.2.3