summaryrefslogtreecommitdiff
path: root/x11/gnome-core
AgeCommit message (Collapse)AuthorFilesLines
2005-05-18Remove gnome1 packages except as needed for gnucash.wiz12-649/+0
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Remove xscreensaver-gnome from dependencies -- it will be removed duringwiz1-3/+2
the next xscreensaver update. Bump PKGREVISION.
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2004-11-30Bump PKGREVISION for removal of db3 buildlink3.mk file fromwiz2-5/+4
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-20Bump PKGREVISION due to security fixes in libxml (dependency adjusted tojmmv1-2/+2
1.8.17nb3).
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-4/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-06Specify the path to gdk-pixbuf-gnome headers explicitly, becauseminskim2-1/+14
gdk-pixbuf-gnome doens't share the directory with gdk-pixbuf in the pkgviews world. Patch provided by Rhialto (rhialto at azenomei.knuffel.net) in PR pkg/26566.
2004-05-04Unused.wiz1-36/+0
2004-04-26Convert to buildlink3.snj2-14/+14
2004-04-25Add (untested).wiz1-0/+31
2004-04-14Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choosejmmv1-2/+2
which one is required in an automatic way by checking USE_X11BASE. This simplifies things and avoids possible problems in the future due to confusion.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv2-4/+5
*-dirs packages.
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-08Handle some shared directories by depending on (or updating dependancies tojmmv2-4/+5
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-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-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed2-4/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-13Bump revision due to xscreensaver{,-gnome} to 4.14 (and update the dependancyjmmv1-3/+3
where necessary).
2003-11-12PKGREVISION++ due to devel/popt update.salo2-4/+4
2003-09-08Conflict with gnome2-terminal. Bump PKGREVISION to 7.jmmv1-2/+4
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Not the right place for PKGREVISION.wiz1-2/+1
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz3-5/+6
dependency bumps.
2003-04-20Complete the split of gnome-core into multiple packages.rh4-893/+53
Bump PKGREVISION.
2003-02-18Use the omf.mk file provided by the scrollkeeper package to automaticallyjmmv2-3/+5
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
2003-02-07share/gnome/help/{gpl,lgpl,fdl}/figures are handled by gnome-dirs, so do notjmmv1-2/+2
mess with them here.
2003-02-05gnome[12]-dirs shouldn't have buildlink2.mk files as they don't havejlam1-2/+2
either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles.
2003-01-30Depend on gnome1-dirs to handle shared directories (and adjust PLISTs to notjmmv2-21/+23
remove them). Bump PKGREVISION.
2003-01-10USE_PKGLOCALEDIR=yescjep1-1/+2
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz2-3/+4
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-06Unused (yay!).wiz1-68/+0
2002-09-23IDL files must be added to BUIDLINK_FILES because the IDL files arejlam1-1/+4
compiled using orbit-idl, which uses the C preprocessor to do its work, and the C preprocessor has it's arguments transformed (correctly) by buildlink2.
2002-09-21buildlink1 -> buildlink2jlam3-118/+18
2002-09-15s/X11BASE/X11PREFIX/ for xpgwedge checkrh1-2/+2
2002-09-15Accept gnome2-pixmaps as a prerequisite instead of gnome-pixmaps ifrh1-1/+6
xpkgwedge is installed (LOCALBASE == X11BASE)
2002-09-14Update gnome-core to 1.4.2. Changes include:rh6-183/+205
* Tons of bugfixes * Replace the Netscape desktop entry with "Web Browser" since it starts Mozilla by default anyway. * Print warning if no panel is running at applet startup. * Optimize the g_[s]list code a bit. * Pull in improved tempfile creation from 2.0 * Up registration interval for clients * New/Updated translations: Polish, Spanish, Vietnamese, Traditional Chinese, Finnish, French, Korean * New docs for (eu) * Use VERSION in gnome-check-login instead of 0.1. * Don't try to lock the screen if root is logged in. * Improved shading of screen when logging out.
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz3-5/+7
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam3-2/+33
buildlink2.mk files back into the main trunk.
2002-07-19`@unexec ${RMDIR}' needs the %D prefix. Doh.mycroft1-3/+3
2002-07-14Add IDL includes to buildlinked filesrh1-1/+4
2002-04-11Strongly buildlinkify and use LIBTOOL_OVERRIDE to ensure that the pkgsrcjlam3-8/+101
libtool is invoked.
2002-04-11Use the correct database directory when updating with scrollkeeper so thatjlam1-0/+13
we don't dump core during the installation.
2002-04-10Use ${TRUE} instead of true.jlam1-19/+19
2002-04-10Don't emit errors if some shared directories can't be removed.jlam1-5/+5
2002-03-25Remove a bogus #ifdef around standard include files.rh2-1/+18