summaryrefslogtreecommitdiff
path: root/games/gnome2-games
AgeCommit message (Collapse)AuthorFilesLines
2004-04-20Update to 2.6.1: Bug fixes for mahjongg and blackjack. Translation updatesjmmv3-7/+9
for Hungarian and Gujarati.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-04-06Depend on librsvg2-gtk2, as this package requires the gdk-pixbuf loaderjmmv1-1/+3
provided by it to load SVG images within some of the games. Bump revision to 1. Closes PR pkg/25074 by Arto Huusko.
2004-04-01Update to 2.6.0. Summarized list of changes since the previous stablejmmv5-57/+56
branch (2.4.x): - Mahjongg has new layouts, new tilesets and is completely scaleable. It is also faster and shuffling works properly. - Gnomine has new, improved graphics and a hint function. - Freecell (the aisleriot version) now has supprot for super-moves and is a lot closer to the stand-alone version in behavior. - Glines has new graphics and is also completely scaleable. - Aisleriot now keeps track of statistics on the games you play. - Gnect has recieved a major upgrade and is now leaner and cleaner. - For aislriot and blackjack the dialog for changing the card style has been reworked.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-3/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-3/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-07Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentationjmmv1-2/+2
database.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-9/+6
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-17Not used any more.jmmv1-33/+0
2004-02-17Explicitly depend on pkgconfig to fix build, and use pkgsrc intltool.jmmv1-1/+3
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-11bl3ifyxtraeme2-8/+37
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-1/+2
2004-02-06Update to 2.4.2:jmmv2-6/+6
* The bugs where both blackjack and gnome-stones crashed on start-up have now been fixed. There have also been translation updates.
2004-01-26Fix path to gnome2-games; there is no gnome-2.4 category (hi xtraeme@!).jmmv1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-2/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23Do not change the current directory in the INSTALL script. This avoidsjmmv2-4/+4
errors shown during all subsequent actions (specially when the script tries to execute itself with the VIEW-INSTALL target). Bump PKGREVISION to 1.
2004-01-10Update to 2.4.1.1 from Min Sik Kim in PR pkg/24038.xtraeme2-13/+5
A minor release to make sure that gnome-games doesn't break when using GTK+ 2.3.
2004-01-03Bump package revisions for tiff update.reed2-3/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-29Update to 2.4.1, thanks to Min Sik Kim and Soren Jacobsen for doing this.xtraeme8-221/+112
Changes have been several translation updates and some bugs fixed, please review Changelog file to see a full list of changes.
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv1-2/+2
( We really need non-recursive dependancies... *sigh* )
2003-12-13Bump PKGREVISION for atk library major bump.wiz2-4/+4
2003-11-12PKGREVISION++ due to devel/popt update.salo1-2/+2
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam2-4/+4
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant2-4/+4
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-06Fix use of catcjep1-2/+2
2003-09-03Remove bogus DEINSTALL_EXTRA_TMPL linejmc1-2/+1
2003-08-30Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL ifjlam1-2/+5
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable.
2003-08-30Prepare for pkgviews by making sure that passing VIEW-INSTALL orjlam2-59/+56
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-30Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handlejmmv2-3/+5
the shared share/mime-info directory. Bump PKGREVISION.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-4/+4
dependency bumps.
2003-05-01Honour PKG_SYSCONFDIR (which requires switching to USE_PKGINSTALL). Thisjmmv3-13/+29
change makes sound configuration schemas work in systems setting their own sysconfdir. Bump PKGREVISION to 1.
2003-04-21Initial import of gnome-games-2.2.1, the GNOME2 games collection.rh10-0/+985