diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /games/gweled | |
parent | Mark as broken on amd64-7 (and, presumably, sparc64-7). (diff) |
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
Notes
Notes:
svn path=/head/; revision=201947
Diffstat (limited to 'games/gweled')
-rw-r--r-- | games/gweled/Makefile | 4 | ||||
-rw-r--r-- | games/gweled/pkg-install | 10 | ||||
-rw-r--r-- | games/gweled/pkg-plist | 51 |
3 files changed, 33 insertions, 32 deletions
diff --git a/games/gweled/Makefile b/games/gweled/Makefile index 04b3728bc6cc..4eb3d7fb8846 100644 --- a/games/gweled/Makefile +++ b/games/gweled/Makefile @@ -7,7 +7,7 @@ PORTNAME= gweled PORTVERSION= 0.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games gnome MASTER_SITES= http://sebdelestaing.free.fr/gweled/Release/ @@ -22,7 +22,7 @@ USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui librsvg2 GNU_CONFIGURE= yes post-patch: - @${REINPLACE_CMD} -e 's|/var/games|${PREFIX}/share/gnome/games|' \ + @${REINPLACE_CMD} -e 's|/var/games|${PREFIX}/share/games|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|$${MKDIRPROG-mkdir}|mkdir -p|' \ ${WRKSRC}/install-sh diff --git a/games/gweled/pkg-install b/games/gweled/pkg-install index 04fcca9ba5f7..8c40e3417f50 100644 --- a/games/gweled/pkg-install +++ b/games/gweled/pkg-install @@ -1,13 +1,13 @@ #!/bin/sh if [ "$2" = "POST-INSTALL" ]; then - mkdir -p ${PKG_PREFIX}/share/gnome/games + mkdir -p ${PKG_PREFIX}/share/games SCORES="gweled.easy.scores gweled.timed.scores" for i in ${SCORES}; do - if [ ! -f ${PKG_PREFIX}/share/gnome/games/${i} ]; then - touch -f ${PKG_PREFIX}/share/gnome/games/${i} - chown games:games ${PKG_PREFIX}/share/gnome/games/${i} - chmod 0664 ${PKG_PREFIX}/share/gnome/games/${i} + if [ ! -f ${PKG_PREFIX}/share/games/${i} ]; then + touch -f ${PKG_PREFIX}/share/games/${i} + chown games:games ${PKG_PREFIX}/share/games/${i} + chmod 0664 ${PKG_PREFIX}/share/games/${i} fi done fi diff --git a/games/gweled/pkg-plist b/games/gweled/pkg-plist index d508a53e6d80..2e31b62b3a7f 100644 --- a/games/gweled/pkg-plist +++ b/games/gweled/pkg-plist @@ -1,26 +1,27 @@ bin/gweled -share/gnome/applications/gweled.desktop -@unexec [ -s %D/share/gnome/games/gweled.easy.scores ] || rm -f %D/share/gnome/games/gweled.easy.scores -@unexec [ -s %D/share/gnome/games/gweled.timed.scores ] || rm -f %D/share/gnome/games/gweled.timed.scores -share/gnome/gweled/gweled.glade -share/gnome/gweled/gweled_icon.png -share/gnome/gweled/gweled_logo.png -share/gnome/pixmaps/gweled.png -share/gnome/pixmaps/gweled/cursor.svg -share/gnome/pixmaps/gweled/font_24_20.png -share/gnome/pixmaps/gweled/font_48_40.png -share/gnome/pixmaps/gweled/gem01.svg -share/gnome/pixmaps/gweled/gem02.svg -share/gnome/pixmaps/gweled/gem03.svg -share/gnome/pixmaps/gweled/gem04.svg -share/gnome/pixmaps/gweled/gem05.svg -share/gnome/pixmaps/gweled/gem06.svg -share/gnome/pixmaps/gweled/gem07.svg -share/gnome/pixmaps/gweled/tile_even.svg -share/gnome/pixmaps/gweled/tile_odd.svg -share/gnome/sounds/gweled/autonom.s3m -share/gnome/sounds/gweled/click.wav -share/gnome/sounds/gweled/swap.wav -@dirrm share/gnome/sounds/gweled -@dirrm share/gnome/pixmaps/gweled -@dirrm share/gnome/gweled +share/applications/gweled.desktop +@unexec [ -s %D/share/games/gweled.easy.scores ] || rm -f %D/share/games/gweled.easy.scores +@unexec [ -s %D/share/games/gweled.timed.scores ] || rm -f %D/share/games/gweled.timed.scores +share/gweled/gweled.glade +share/gweled/gweled_icon.png +share/gweled/gweled_logo.png +share/pixmaps/gweled.png +share/pixmaps/gweled/cursor.svg +share/pixmaps/gweled/font_24_20.png +share/pixmaps/gweled/font_48_40.png +share/pixmaps/gweled/gem01.svg +share/pixmaps/gweled/gem02.svg +share/pixmaps/gweled/gem03.svg +share/pixmaps/gweled/gem04.svg +share/pixmaps/gweled/gem05.svg +share/pixmaps/gweled/gem06.svg +share/pixmaps/gweled/gem07.svg +share/pixmaps/gweled/tile_even.svg +share/pixmaps/gweled/tile_odd.svg +share/sounds/gweled/autonom.s3m +share/sounds/gweled/click.wav +share/sounds/gweled/swap.wav +@dirrm share/sounds/gweled +@dirrm share/pixmaps/gweled +@dirrm share/gweled +@dirrmtry share/applications |