diff options
author | marcus <marcus@FreeBSD.org> | 2007-10-25 07:37:25 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-10-25 07:37:25 +0800 |
commit | 43bd9f14d9ce11690e9538bf3b03d3462faa6dbe (patch) | |
tree | da347910089a96d6d726b8bb080f62c773263828 /x11/gtstarter | |
parent | 2e669ed08a56339ee1a8b2a0573a30147f95bd82 (diff) | |
download | freebsd-ports-gnome-43bd9f14d9ce11690e9538bf3b03d3462faa6dbe.tar.gz freebsd-ports-gnome-43bd9f14d9ce11690e9538bf3b03d3462faa6dbe.tar.zst freebsd-ports-gnome-43bd9f14d9ce11690e9538bf3b03d3462faa6dbe.zip |
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
Diffstat (limited to 'x11/gtstarter')
-rw-r--r-- | x11/gtstarter/Makefile | 7 | ||||
-rw-r--r-- | x11/gtstarter/distinfo | 6 | ||||
-rw-r--r-- | x11/gtstarter/pkg-plist | 3 |
3 files changed, 8 insertions, 8 deletions
diff --git a/x11/gtstarter/Makefile b/x11/gtstarter/Makefile index 2f9d41d63b5f..264329475700 100644 --- a/x11/gtstarter/Makefile +++ b/x11/gtstarter/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gtstarter -PORTVERSION= 0.4.6.2 -PORTREVISION= 1 +PORTVERSION= 0.4.6.3 CATEGORIES= x11 gnome MASTER_SITES= http://webonaut.com/distfiles/${PORTNAME}/ @@ -20,7 +19,7 @@ USE_PYTHON= yes USE_GNOME= pygnome2 pygnomeextras gnomeprefix do-build: - @${REINPLACE_CMD} -e 's|/usr/X11R6|${PREFIX}|g' \ + @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \ ${WRKSRC}/*.py ${WRKSRC}/*.server @${FIND} ${WRKSRC} -name '*.bak' -delete @${FIND} ${WRKSRC} -name '*.orig' -delete @@ -33,7 +32,7 @@ do-install: @${INSTALL_SCRIPT} ${WRKSRC}/*.py* \ ${PREFIX}/libexec/${PORTNAME}/ @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop \ - ${PREFIX}/share/gnome/applications/ + ${PREFIX}/share/applications/ @${INSTALL_DATA} ${WRKSRC}/*.server \ ${PREFIX}/libdata/bonobo/servers/ @${LN} -sf ${PREFIX}/libexec/${PORTNAME}/${PORTNAME} \ diff --git a/x11/gtstarter/distinfo b/x11/gtstarter/distinfo index a8cb3c41c45e..3ae279de3f00 100644 --- a/x11/gtstarter/distinfo +++ b/x11/gtstarter/distinfo @@ -1,3 +1,3 @@ -MD5 (gtstarter-0.4.6.2.tar.bz2) = 494035fdc7c5bd5049116d05558b704c -SHA256 (gtstarter-0.4.6.2.tar.bz2) = 4a1d2ffbeb91f1103c654ba23f63594ea3589ca41b1484ca8fe7f48812eed088 -SIZE (gtstarter-0.4.6.2.tar.bz2) = 6168 +MD5 (gtstarter-0.4.6.3.tar.bz2) = 842d36f88da9fdbc1ffba31ee01b7438 +SHA256 (gtstarter-0.4.6.3.tar.bz2) = 2047b5d51312fe58b60d1dc15c01b25db25212a87b34a57c2797057ddffb7363 +SIZE (gtstarter-0.4.6.3.tar.bz2) = 6136 diff --git a/x11/gtstarter/pkg-plist b/x11/gtstarter/pkg-plist index 223f7f867088..2d60f028675c 100644 --- a/x11/gtstarter/pkg-plist +++ b/x11/gtstarter/pkg-plist @@ -5,5 +5,6 @@ libexec/gtstarter/gtstarter_lib.py libexec/gtstarter/gtstarter_lib.pyc libexec/gtstarter/gtstarter libdata/bonobo/servers/GTStarterApplet.server -share/gnome/applications/gtstarter.desktop +share/applications/gtstarter.desktop @dirrm libexec/gtstarter +@dirrmtry share/applications |