summaryrefslogtreecommitdiff
path: root/meta-pkgs/gnome
AgeCommit message (Collapse)AuthorFilesLines
2007-12-19Replaced the custom definitions with META_PACKAGE=yes.rillig1-8/+2
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam2-4/+2
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
2007-10-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam1-0/+2
that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-2/+0
can handle packages having no PLIST files.
2007-09-22Fix path to eog, noted by bjs@.wiz1-2/+2
2007-09-20Move gnome2-games to gnome-games to make directory name match PKGNAME.wiz1-2/+2
2007-09-20Move gnome2-utils to gnome-utils to make directory name match PKGNAME.wiz1-2/+2
2007-09-19Finish move of gnome2-media to gnome-media.wiz1-2/+2
2007-04-19Depend on latest file-roller and gnome2-utils, bump PKGREVISION.wiz1-3/+4
2007-04-17Fix DEPENDS line for py-gnome2-desktop, noted by joerg.wiz1-2/+2
2007-04-15Comment out gnome2-system-monitor for now, pkgsrc version is too old.wiz1-2/+2
It needs a newer libgtop2 than we currently have.
2007-04-15Update to 2.18.1. Some entries are still commented out (like before).wiz1-45/+46
2007-04-11Bump PKGREVISION for gtkhtml38 shlib name change.wiz1-1/+2
2006-09-15Update to 2.16.0.jmmv1-40/+44
2006-08-06Update to 2.14.3.jmmv1-33/+33
Special thanks go to drochner@ and wiz@ who have done almost all the necessary updates since 2.14.0.
2006-07-26gtk-doc is gnome1. Remove it.drochner1-2/+1
2006-05-26Allow latest fast-user-switch-applet version. PR 33563wiz1-2/+2
by Joachim Koenig-Baltes.
2006-04-03Fix typo.reed1-2/+2
2006-04-02Add a MESSAGE that summarizes all manual steps required to get ajmmv1-0/+27
fully-working GNOME Desktop. Suggested by jmcneill@.
2006-04-02It is now official: welcome to GNOME 2.14.0!jmmv1-42/+45
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-20Welcome to GNOME 2.12.2.jmmv1-18/+17
2006-01-06DEPENDS and PKGREVISION bumps because db4's library name changed.wiz1-2/+2
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz1-1/+2
Bump BUILDLINK_RECOMMENDED.
2005-10-16Update to 2.12.1.jmmv1-38/+38
2005-08-21Update the GNOME meta-packages to 2.10.2.jmmv1-24/+23
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.