summaryrefslogtreecommitdiff
path: root/x11/gnome-core
AgeCommit message (Collapse)AuthorFilesLines
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
2002-03-24Update gnome-core to 1.4.0.6. Changes are bugfixes only.rh5-589/+317
While at it, fix localstatedir to prevent scrollkeeper files from being installed in /var/gnome (PR pkg/13057).
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb2-3/+4
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-02-16rmdir -> ${RMDIR}wiz1-3/+3
2002-02-16dirrm -> unexec rmdir for some dirs that aren't owned by this packagewiz1-3/+3
2002-02-15mkdir -> ${MKDIR}skrll1-13/+13
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-5/+5
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24Back out last commit. Under certain circumstance (which??) the filestron1-1/+3
are installed indeed.
2001-10-24Remove bogus entries for files "share/omf/gnome-core/session-C.omf" andtron1-3/+1
"share/omf/gnome-core/session-ja.omf".
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-12Use "bzip2" buidlink glue code because the "configure" script will findtron1-1/+2
the new "bz2" library but try to link the old one otherwise.
2001-10-06Pull in dependenciesrh1-7/+7
2001-10-06Make this actually workrh1-25/+31
2001-10-06Buildlinkify. Patches provided in private mail by Eric Gillespierh2-8/+68
<epg@pretzelnet.org>
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-08-27Rene Hexel maintains this package these days.tron1-2/+2
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-26Update gnome-core to 1.4.0.4. Changes are bugfixes only.rh3-6/+8
2001-05-14Update gnome-core to 1.4.0.3. Changes include bugfixes and locale updates.rh3-8/+28
2001-04-24Update gnome-core to 1.4.0.2. Changes are italian catalog updates andrh3-21/+134
minor bugfixes only.
2001-04-22Move BUILD_USES_MSGFMT to DEPENDS sectionrh1-2/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-4/+2
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-06Update gnome-core to 1.4.0.1rh5-162/+657
Changes are: 2001-03-28 Dan Mueth <dan@eazel.com> Linking GNOME hint capplet to doc * gnome-hint/gnome-hint-properties.c: (help): 2001-03-26 Darin Adler <darin@eazel.com> * omf-install/.cvsignore: Quick fix to ignore .omf files. 2001-03-25 Dan Mueth <dan@eazel.com> Updated index page for gnome-help-browser to point to current GNOME User's Guide. 2001-03-25 Jens Finke <jens@gnome.org> * gnome.spec.in: Include gnome-terminal datadir stuff. Make use of rpm macros. 2001-03-23 Yukihiro Nakai <nakai@gnome.gr.jp> * configure.in: Generate Makefile of Japanese gsm help. 2001-03-23 Dan Mueth <dan@eazel.com> Fixed error in metadata, placing it in the wrong locale. * panel/help/ja/panel-ja.omf: 2001-03-22 Dan Mueth <dan@eazel.com> A couple bug fixes from the previous huge commit. * applets/desk-guide/help/C/Makefile.am: * applets/desk-guide/help/de/Makefile.am: 2001-03-22 Dan Mueth <dan@eazel.com> Updating doc build stuff to use sgmldocs.make. Making sure screenshots are in figures directory. A few other small doc fixes. 2001-03-20 Dan Mueth <dan@eazel.com> Update some of the build stuff to the latest state of OMF/SK system. Plus, added ScrollKeeper stuff into configure.in and added sgmldocs.make so we can start using that to stay uniform with other packages. 2001-03-09 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Generate Makefile for the japanese panel docs. 2001-03-07 jacob berkman <jacob@ximian.com> * pixmaps: use some of tigert's nice icons Tue Mar 06 18:36:33 2001 George Lebl <jirka@5z.com> * configure.in, acconfig.h: Add a with argument for the KDE documentation path 2001-03-02 Christian Schaller <Uraeus@linuxrising.org> * Norwegian Nynorsk translation 2001-02-28 Martin Baulig <baulig@suse.de> * configure.in (configure.in): Added applets/gen_util/help/es. Tue Feb 27 02:15:15 2001 George Lebl <jirka@5z.com> * configure.in: give a useful message when the canvas gdkpixbuf thingie isn't found 2001-02-26 Dan Mueth <dan@eazel.com> Include FDL as required by the FDL, and l10n of categories for OMF metadata. * COPYING-DOCS: Added this file - the FDL * Makefile.am: Include COPYING-DOCS * applets/fish/help/no/fish_applet-no.omf: l10n of category * applets/gen_util/help/no/gen_util_applet-no.omf: l10n of category 2001-02-25 Gediminas Paulauskas <menesis@delfi.lt> * configure.in: don't create grdb Makefiles. 2001-02-19 Dan Mueth <dan@eazel.com> * Localized categories in OMF metadata for: applets/fish/help/da/fish_applet-da.omf applets/gen_util/help/da/clock/clock_applet-da.omf applets/gen_util/help/da/mailcheck/mailcheck_applet-da.omf applets/gen_util/help/da/printer/printer_applet-da.omf gnome-terminal/es/gnome-termainal-es.omf Sat Feb 17 23:28:01 2001 George Lebl <jirka@5z.com> * gnome-core.spec.in: update so that /var/lib files are installed properly 2001-02-15 Dan Mueth <dan@eazel.com> * omf-install/Makefile.am: Changed to install under $(datadir)/omf/ instead of $(prefix)/doc/omf because this is The Right Way, and scrollkeeper was recently fixed to work this way. 2001-02-14 Christophe Merlet <redfox@eikonex.org> * */*.desktop: Updated French translations. 2001-02-13 Dan Mueth <dan@eazel.com> * core-docs/lgpl/C/lgpl.sgml: Added a </para> to make it validate with nsgmls and produce a valid TOC. Now it has an extra <para> somewhere, which is lame, but at least it validates and makes a good TOC. Finding the extra <para> and removing it is left as an excercise for the reader. * applet-docs.make: Less broken OMF bits than before 2001-02-13 Dan Mueth <dan@eazel.com> * app-docs.make: Fixed(TM) * applet-docs.make: Fixed(TM) 2001-02-13 Dan Mueth <dan@eazel.com> * applet-docs.make: fixing previous non-fix * app-docs.make: fixing previous non-fix 2001-02-13 Dan Mueth <dan@eazel.com> * OMF files: Updated to new category list in scrollkeeper-0.0.6 2001-02-12 Dan Mueth <dan@eazel.com> * applet-docs.make: Fixed to do directories without OMF files correctly. 2001-02-12 Dan Mueth <dan@eazel.com> * app-docs.make: Fixed to do directories without OMF files correctly. 2001-02-08 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Added Norwegian (nynorsk) to ALL_LINGUAS. 2001-02-06 Dan Mueth <dan@eazel.com> * Commented out the OMF files for 3 translations of gnome-terminal because the SGML is broken, preventing TOC extraction 2001-02-06 Dan Mueth <dan@eazel.com> * Modified Makefile.am's to register the new OMF files * Added many OMF files: applets/desk-guide/help/C/desk-guide_applet-C.omf applets/desk-guide/help/de/desk-guide_applet-de.omf applets/fish/help/C/fish_applet-C.omf applets/fish/help/da/fish_applet-da.omf applets/fish/help/no/fish_applet-no.omf applets/gen_util/help/C/clock/clock_applet-C.omf applets/gen_util/help/C/mailcheck/mailcheck_applet-C.omf applets/gen_util/help/C/printer/printer_applet-C.omf applets/gen_util/help/da/clock/clock_applet-da.omf applets/gen_util/help/da/mailcheck/mailcheck_applet-da.omf applets/gen_util/help/da/printer/printer_applet-da.omf applets/gen_util/help/de/clock-de.omf applets/gen_util/help/de/gen_util_applet-de.omf applets/gen_util/help/de/mailcheck-de.omf applets/gen_util/help/no/mailcheck-no.omf applets/gen_util/help/no/gen_util_applet-no.omf applets/tasklist/help/C/tasklist_applet-C.omf core-docs/fdl/C/fdl-C.omf core-docs/gpl/C/gpl-C.omf core-docs/lgpl/C/lgpl-C.omf gnome-terminal/C/gnome-terminal-C.omf gnome-terminal/da/gnome-terminal-da.omf gnome-terminal/de/gnome-terminal-de.omf gnome-terminal/es/gnome-terminal-es.omf gnome-terminal/it/gnome-terminal-it.omf gnome-terminal/no/gnome-terminal-no.omf gsm/help/C/session-C.omf panel/help/C/panel-C.omf panel/help/de/panel-de.omf panel/help/it/panel-it.omf panel/help/no/panel-no.omf 2001-02-06 Dan Mueth <dan@eazel.com> * po/POTFILES.in: Removed lines for mini-commander. It seems that mini-commander is now in gnome-applets, so having these two lines was breaking the build. 2001-02-06 Dan Mueth <dan@eazel.com> (initial setup of SK - just doing for Panel Manual for now) * omf-install/: created this directory * omf-install/Makefile.am: new * app-docs.make: updated for scrollkeeper(SK) * applet-docs.make: updated for scrollkeeper(SK) * configure.in: updated for scrollkeeper(SK) * Makefile.am: updated for scrollkeeper(SK) * panel/help/C/panel-C.omf: added * panel/help/C/Makefile.am: updated for SK 2001-02-05 Eric Baudais <baudais@okstate.edu> * configure.in: Added core-docs/lgpl/Makefile and core-docs/lgpl/C/Makefile to AC_OUPUT. 2001-02-04 jacob berkman <jacob@ximian.com> * Makefile.am: * configure.in: * grdb: remove grdb Sat Feb 03 19:36:34 2001 George Lebl <jirka@5z.com> * Makefile.am: Cleanup some OOOOOOOLD cruft * configure.in, Makefile.am, po/POTFILES.in, grdb/**/*: Integrate grdb. The author fell of the face of the planet and didn't integrate it as was planned apparently, so here it goes, still needs to get called from gsm, and either control-center or something else monitoring theme changes Wed Jan 31 20:36:25 2001 George Lebl <jirka@5z.com> * configure.in: s/Gnumeric/gnome-core/ fix some cut'n'paste fun 2001-01-26 Marius Andreiana <mandreiana@yahoo.com> * configure.in: Added ro (Romanian) to ALL_LINGUAS.
2001-04-02Forgot to regen. Thanks to zuntum.minoura1-1/+2
2001-04-02Correct the bug that it tests errno is non-zero to determine an errorminoura1-0/+12
occurred or not. This bug is found in the original source; already reported to gnome.org.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-26Use "PKGLOCALEDIR" instead of "LOCALEDIR".tron2-40/+39
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-13Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups withtron2-39/+40
"${LOCALBASE}".
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+9
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-11-29Depend on new gdk-pixbuf-gnome packagewiz1-2/+2
2000-11-27requires msgfmt and libintlitojun1-1/+3
2000-11-25Update gnome-core to 1.2.4. Changes include bugfixes and locale updates.rh3-11/+13
2000-11-07Update gnome-core to 1.2.3. Changes are bugfixes only.rh3-6/+6
2000-10-18Update gnome-core to 1.2.2.1. Changes from version 1.2.1 are mostly cosmeticjlam7-260/+276
for the UI, and several new translations.
2000-09-11Excise "screensaver" capplet from control-center, in order to resolvefredb1-2/+2
conflict with xscreensaver-gnome, as discussed (briefly) on tech-pkg. Also, reorder some dependencies: gnome-core (rather than gnome) depends on xscreensaver-gnome, which depends on control-center; bump teeny version of xscreensaver-gnome so control-center won't try to go with old binary packages of xscreensaver-gnome, which would lead to circular dependencies.
2000-08-30Add "USE_PERL5= YES" because this package includes perl scripts.tron1-5/+6
2000-08-28add bin/deskguide_appletwiz1-1/+2
2000-08-27Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.jlam1-2/+2
2000-08-23Use "#!${LOCALBASE}/bin/perl" instead of "#!/usr/bin/perl" in perl scripts.tron1-1/+11
2000-07-31* Consolidate PLIST.NetBSD and PLIST.SunOS into one PLIST.jlam3-693/+7
* Remove empty ${PREFIX}/share/gnome/help/*/*/figures directories in post-install and remove the corresponding lines in pkg/PLIST. * Remove unnecessary soundcard.h installation in pre-configure. * Remove unnecessary removal of (cpu|disk)usage, etc. from PLIST in post-install.