summaryrefslogtreecommitdiff
path: root/meta-pkgs/gnome
AgeCommit message (Collapse)AuthorFilesLines
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-05-19Update the GNOME meta-pkgs to 2.10.1.jmmv1-23/+23
With thanks to drochner@ for all the updates he has done recently.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-22Update the gnome, gnome-base and gnome-devel meta-packages to 2.10.0.jmmv1-38/+39
2005-02-26Update the GNOME meta-pkgs to the latest stable version, 2.8.3.jmmv1-23/+22
2005-01-04Enable dependency on vino. Bump PKGREVISION to 1.jmmv1-2/+3
2004-12-28Update the GNOME meta-pkgs to 2.8.2.jmmv1-22/+22
Hmm, this comes later than usual... but I haven't had any time to do this sooner.
2004-10-28Update to GNOME 2.8.1.jmmv1-26/+25
2004-10-19Enable dependency on evolution-webcal. Bump PKGREVISION to 1.jmmv1-2/+3
2004-09-21Welcome to GNOME 2.8.0!jmmv1-28/+51
I've left some dependencies commented out in the meta-pkgs meaning that those packages are part of the standard GNOME Desktop but I haven't had time to package them. If you import one of those packages, please enable the corresponding line (though keep the same version number listed).
2004-06-28Say hello to GNOME 2.6.2! The latest stable release for the 2.6 branch.jmmv1-15/+15
2004-05-15Say hello to GNOME 2.6.1!jmmv1-22/+22
2004-04-12Pick maintainership.jmmv1-2/+2
2004-04-01Welcome to GNOME 2.6.0.jmmv1-27/+28
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-08Sync dependancies with the list of applications that can be found at:jmmv1-5/+7
ftp://ftp.gnome.org/pub/gnome/desktop/2.4/2.4.2/sources/ This means removal of balsa2 and gnome-audio, and addition of gucharmap, zenity and gnome-accessibility. Bump PKGREVISION to 3.
2004-03-05Drop dependancy on gnome-icon-theme as this is pulled in by gnome-base.jmmv1-2/+1
No revision bump due to recursive dependancies.
2004-02-22Set NO_MTREE, as this package installs no files.jmmv1-1/+2
2004-02-22No need to use buildlink.jmmv1-2/+2
2004-02-22Fix path to gnome2-media, now in the multimedia category.jmmv1-2/+2
2004-02-10Depend on working version of file-roller and bump PKGREVISION to 2.jmmv1-3/+3
2004-02-07Bump PKGREVISION due to gtksourceview update, and ensure we get a workingjmmv1-2/+3
version of gedit/conglomerate.
2004-02-07Depend on nautilus-media. No revision bump since this was updated just somejmmv1-1/+2
minutes ago.
2004-02-06Update to 2.4.2 (depend newer versions of packages).jmmv1-9/+10
While here, depend on bug-buddy and gpdf, which are part of GNOME too.
2004-02-05Depend on epiphany. Bump PKGREVISION to 4.jmmv1-2/+3
2004-01-24Depend on gnome-base and remove direct dependancies on stuff handled in it.jmmv2-14/+9
While here, add a dependancy on vera-ttf, as suggested by recht@. Bump PKGREVISION to 3.
2004-01-24Update to 2.4.1nb2 (really merge from the gnome2 meta-pkg).jmmv2-29/+33
2004-01-20Fix PATH (gdm -> gdm1).xtraeme1-2/+2
2004-01-04evolution-1.2.x now resides in mail/evolution12rh1-3/+3
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-11-12PKGREVISION++ due to devel/popt update.salo1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-24Fix accidental commenting of evolution and pan. Pointed out by tron.jschauma1-3/+3
Sorry.
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-4/+4
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2003-01-17Fix typo: >= instead of > for pan dependencyrh1-2/+2
2003-01-13Update gnome to 1.4.2.1. The only changes are updated dependencies to therh1-19/+18
GNOME packages. Suggested by tron in private mail.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-1/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-10-05Convert to buildlink2 (untested).wiz1-2/+3
2002-09-14Update gnome to 1.4.2. Now depends on gnome-core>=1.4.2, which allowsrh1-3/+3
co-existence with GNOME2.
2002-09-11Depend on latest gtk-- version, and bump PKGREVISION for itwiz1-3/+3
[major bump in gtk--].
2002-08-12Make last change less intrusive: build "gnumeric" version 1.0.0 or newertron1-2/+2
where possible but still accept version 0.75.
2002-08-12Depend on "gnumeric" 1.0.9 or newer if system was necessary include filetron1-1/+5
to build it.
2002-07-27Bump version number after "xchat" dependence change.tron1-2/+2
2002-07-27Change dependence from "xchat" to "xchat-gnome".tron1-2/+2
2002-07-11Standardize descriptions a bit.wiz1-2/+2
2002-07-11Re-import gnome in a more appropriate place.wiz3-0/+51
Changes: fmt DESCR and fix DEPENDs paths and CATEGORIES.