summaryrefslogtreecommitdiff
path: root/devel/GConf2
AgeCommit message (Collapse)AuthorFilesLines
2003-05-02Move PKGREVISION from Makefile.common to Makefile.wiz2-3/+3
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-04-21Don't crash if GCONF2_SCHEMAS is undefined.rh1-2/+2
2003-03-17s/PKGBASE/PKGNAME/ (gives more information, and looks better ;)jmmv2-4/+4
2003-02-24share/gconf is shared with GConf (v1).jmmv1-2/+2
2003-02-18Do not print any message from the wrapper, as it breaks packages when usingjmmv1-2/+1
--get-default-source.
2003-02-18Use ${.CURDIR} when referencing (de)install templates.jmmv1-3/+3
2003-02-18Generate a gconftool-2 script in the buildlink directory that does nothing.jmmv1-1/+14
This prevents packages that do not honour --disable-schemas-install touch the GConf2 database directly.
2003-02-14Updated to 2.2.0. Changes since 1.2.1 include:jmmv13-27/+517
* backends/markup-tree.c (markup_entry_get_value): fix a logic error causing us to deref a null pointer, reported by Brian Alexander Quistorff. * configure.in: fix gtk-doc version check. * configure.in: Added Belarusian to ALL_LINGUAS. * gconf/gconf-internals.c (gconf_value_list_to_primitive_list_destructive): fix using the wrong type (value->type not value->list_type) in an error message, #96210. * gconf/gconf-internals.c (subst_variables): patch from Benn Vosseteig fixing a crash with a long path to $HOME. * doc/gconf/gconf.sgml, doc/gconf-1.0.dtd: Some additions to match the full range of schema elements curently accepted by gconftool. Supposedly complete now. * doc/Makefile.am: change the gconf-1.0.dtd install location to $(datadir)/sgml/gconf which sounds more standards compliant. * backends/markup-backend.c (resolve_address): add FIXME about. Changes in the package: * Honor PKG_SYSCONFDIR, maintaining the database inside it (PLIST do not need to care about files in etc/gconf.xml.defaults any more). * Provide a schemas.mk file that is used to automatically register .schemas files in the database. * Add a patch to handle schema deinstallation. Reviewed by wiz.
2003-02-05Do not set PKGDIR (nor PLIST_SRC, which is not needed now).jmmv1-3/+1
2003-02-05Modify the package for the shortcoming GConf2-ui (which will use thejmmv4-40/+44
new Makefile.common). Reviewed by wiz.
2003-01-25Disable GTK2 support: it's only used by a helper tool. If it's needed somejmmv5-8/+54
day, we can easily create an independant package containing it. Rationale: The GConf2 library itself does not depend on GTK2, nor any of the main programs, and this removal will shrink the dependancy tree a lot on other packages. Bump PKGREVISION to 5.
2003-01-07Remove gtk-doc dependancy from buildlink2.mkjmmv1-2/+1
2003-01-05Install documentation under share/doc/html, not share/gtk-doc/html.jmmv2-8/+44
Avoid dependancy on gtk-doc (as the package ships with pre-generated documents) and on gnu gettext (not needed any longer). Some PLIST fixes. Bump PKGREVISION to 4.
2003-01-03Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).jmmv1-2/+2
Approved by wiz.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz2-4/+4
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-09Replace "true" by "${TRUE}".tron1-4/+4
2002-11-30USE_PKGLOCALEDIR, remove unnecessary patches, delint.salo1-1/+2
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-16Remove superfluous inclusion of ptl2/buildlink2.mkrh2-4/+2
2002-09-22Don't symlink certain classes of files that aren't needed by buildlink2:jlam1-2/+1
*.pc and binaries. Both these things are simply found by packages in their true installed locations.
2002-09-14Apply fixes by Julio Merino in PR pkg/18224:rh2-21/+50
- remove bogus dependency on oaf - missing dependencies
2002-09-11Installs into LOCALBASE by default, not X11PREFIX.wiz1-2/+2
2002-09-11Remove oaf buildlink2.mk.wiz1-2/+1
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz2-3/+4
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-09unusedwiz1-41/+0
2002-09-07Update GConf2 to 1.2.1. Bugfixes and API changes required by GNOME-2.0.1rh3-15/+18
Provided in PR pkg/18181 by Julio Merino <jmmv@hispabsd.org>
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam5-4/+27
buildlink2.mk files back into the main trunk.
2002-07-17Oops, add %D.wiz1-4/+4
2002-07-17Some dirs are shared with GConf-1.wiz1-4/+4
2002-05-22Get rid of all traces of the buildlink config wrapperagc1-4/+1
2002-05-22Correct two typos.agc1-2/+2
2002-05-22Initial import of GConf-1.1.10 as GConf2-1.1.10, the configuration databaseagc5-0/+148
system used by GNOME 2, into the NetBSD Packages Collection. GConf is a configuration database system, functionally similar to the Windows registry but lots better. It was written for the GNOME desktop but does not require GNOME; configure should notice if GNOME is not installed and compile the basic GConf library anyway. Provided in PR 16909 by juli@darkstar.local (Julio Merino) [The buildlink.mk file was put together by me]