summaryrefslogtreecommitdiff
path: root/meta-pkgs/gnome-base
AgeCommit message (Collapse)AuthorFilesLines
2007-12-19Replaced the custom definitions with META_PACKAGE=yes.rillig1-8/+2
2007-11-08track renamed gnome-control-center, and drop scrollkeeper dependencydrochner1-3/+2
(this is functionally replaced by rarian)
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-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-5/+5
Bump PKGREVISION.
2007-09-20Fix paths for eel, librsvg, libgtop.wiz1-4/+4
2007-09-19Move gnome2-applets to gnome-applets to make directory name match PKGNAME.wiz1-2/+2
2007-09-19Rename gnome2-terminal to gnome-terminal to match upstream name.wiz1-2/+2
ok jmmv, drochner
2007-09-19Rename gnome2-control-center to control-center, to match upstream name.wiz1-2/+2
ok jmmv, drochner
2007-09-19Use gnome-vfs instead of gnome-vfs2.wiz1-4/+4
2007-04-17fix dependency on gtkhtml for the 38->314 change, from Blair Sadewitzdrochner1-2/+2
per mail to pkgsrc-users
2007-04-15Update to 2.18.1.wiz1-43/+42
2007-04-11Bump PKGREVISION for gtkhtml38 shlib name change.wiz1-1/+2
2006-09-15Update to 2.16.0.jmmv1-39/+39
2006-08-06Update to 2.14.3.jmmv1-46/+45
Special thanks go to drochner@ and wiz@ who have done almost all the necessary updates since 2.14.0.
2006-04-02Drop the gnome-mime-data dependency now that gnome-vfs2 does not need it.jmmv1-3/+3
Bump PKGREVISION to 1.
2006-04-02It is now official: welcome to GNOME 2.14.0!jmmv1-49/+49
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-24/+23
2006-01-18Adjust dependencies after the renames of gstreamer, gst-plugins andjmmv1-4/+4
gst-plugins-* to gstreamer0.8, gst-plugins0.8 and gst-plugins0.8-*, respectively. Bump PKGREVISION.
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-12Update to 2.12.1.jmmv1-52/+50
2005-10-10librsvg2-gtk2 has gone away, so do not depend on it. Instead, require ajmmv1-3/+3
recent version of librsvg2 (>= 2.12.6) which now includes the GTK+ loader. Bump PKGREVISION to 1.
2005-08-21Update the GNOME meta-packages to 2.10.2.jmmv1-27/+26
2005-07-21Update pkg-config comment.wiz1-2/+2
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-32/+32
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-40/+43
2005-02-26Update the GNOME meta-pkgs to the latest stable version, 2.8.3.jmmv1-29/+29
2004-12-28Update the GNOME meta-pkgs to 2.8.2.jmmv1-27/+27
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-30/+30
2004-09-21Welcome to GNOME 2.8.0!jmmv1-12/+69
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-8/+8
2004-05-15Say hello to GNOME 2.6.1!jmmv1-13/+13
2004-04-01Welcome to GNOME 2.6.0.jmmv1-13/+12
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-11Take maintainership.jmmv1-2/+2
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-16Add explicit dependancy on gnome-icon-theme.jmmv1-1/+2
2004-02-14Bump PKGREVISION due to nautilus update (imlib2 removed as a dependency).jmmv1-2/+2
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-1/+2
2004-02-06Update to 2.4.2 (require newer versions of packages).jmmv1-7/+7
2004-01-24Initial import of gnome-base, version 2.4.1:jmmv3-0/+43
GNOME is the GNU Network Object Model Environment. The GNOME project intends to build a complete, easy-to-use desktop environment for the user, and a powerful application framework for the software developer. This is a meta package for the second major version of the GNOME project. It provides all the basic components required to get a working desktop, but nothing else.