summaryrefslogtreecommitdiff
path: root/x11/controlcenter
AgeCommit message (Collapse)AuthorFilesLines
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-4/+4
dependency bumps.
2003-04-27Fix these PLISTs. ${PKGLOCALEDIR} -> ${PKGLOCALEDIR}/locale...cjep1-38/+38
2003-04-27PKGLOCALEDIRcjep2-39/+40
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-15Some directories are handled in gnome-dirs. Do not try to remove them here.jmmv1-6/+6
Pointed out by wiz.
2002-12-09Replace "true" by "${TRUE}".tron1-2/+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-08Unused.wiz1-57/+0
2002-10-07Add closing `"'. (Noted when trying to build not-yet-buildlink2ifiedjschauma1-2/+2
sawfish-replibs.)
2002-10-05Fix LOCALSTATEDIR so that scrollkeeper-update no longer coredumps.rh1-2/+2
Closes PR pkg/18275.
2002-09-23IDL files must be added to BUIDLINK_FILES because the IDL files arejlam1-1/+2
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-23Instead of using BUILDLINK_TRANSFORM.<pkg> to change the location ofjlam1-3/+4
headers in ${BUILDLINK_DIR}, simply create BUILDLINK_CPPFLAGS.<pkg> variables whose values are appended to CPPFLAGS, which are automatically passed to the configure and build processes. BUILDLINK_TRANSFORM.<pkg> has little use in buildlink2 since packages are now told that the software may be found where it really is installed, not in ${BUILDLINK_DIR} as was the case with buildlink1. Eventually, these variables will be declared unsupported by buildlink2.
2002-09-11Add missing doublequote. pkg/18263 by Julien Letessier.wiz1-2/+2
2002-08-29buildlink1 -> buildlink2jlam3-85/+13
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam3-2/+30
buildlink2.mk files back into the main trunk.
2002-08-19create an empty directory ${PREFIX}/share/control-center/capplets on post-kei2-2/+7
install target and register it to PLIST to make deinstallation happy.
2002-07-16Use scrollkeeper's buildlink.mk fileagc1-2/+2
2002-04-09* Strongly buildlinkify.jlam3-10/+81
* Use *_CONFIG instead of directly invoking *-config so that the wrappers will be used. This is also the correct way of invoking these scripts anyway, but the GNOME authors keep making this same stupid mistake over and over and over again ... <grrr>!
2002-03-24Fix buildlink glue code so that "capplet-widget.h" is found by packagestron1-1/+3
which need it for building. This fixes build problem in e.g. the "gnome-core" package.
2002-03-24Add missing config wrapper sed rules.rh1-1/+6
2002-03-24Fix buildlink.mk to reflect new include file structure in 1.4.0.4rh1-3/+3
2002-03-24Fix PLIST (@dirrm include/libcapplet1)rh2-3/+4
Fix localstatedir to prevent scrollkeeper files from being installed in /var/gnome (PR pkg/13057).
2002-03-23Update to controlcenter 1.4.0.4:fredb7-69/+41
- -Bug fixes, including a fix for a stack corruption bug in the file-types capplet - -Updated documentation, man pages, new translations
2002-03-23Fix a crashing bug in the background properties capplet, and while we'refredb2-1/+40
in here, clean up some gcc warning.
2002-03-23Let configure check for the presence of <sys/wait.h>, in order to providefredb4-7/+47
a prototype for waitpid() in the theme-switcher capplet.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb2-4/+5
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-15mkdir -> ${MKDIR}skrll1-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-02-14share/omf/control-center/capplets doesn't exist, so don't @dirrm itdrochner1-2/+1
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-4/+4
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-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-06Buildlinkify. Patches provided in private mail by Eric Gillespierh2-10/+62
<epg@pretzelnet.org>, modified by me to work without xpkgwedge.
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-31fix PLIST. "make clean" done happy now.kei1-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-21Add missing "Size" entries.tron1-1/+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 controlcenter to 1.4.0.1. Changes include bugfixes and therh6-59/+91
introduction of the new GNOME OMF documentation framework.
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-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-21Because "gpatch" used on Solaris doesn't accept the patch file add thetron3-15/+5
missing newline manually with a "echo".
2001-01-21Add missing newline at the end of "cappletConf.sh.in".tron2-1/+14
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+3
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-27requires msgfmt and libintlitojun1-1/+3
2000-10-18Update control-center to 1.2.2. Changes from version 1.2.0 appear to bejlam7-35/+41
largely bugfixes, with a new feature: embossed logos. Add dependency on gdk-pixbuf. Make me the maintainer.
2000-09-11Excise "screensaver" capplet from control-center, in order to resolvefredb4-137/+18
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-01Fix package to work on systems without "xpkgwedge" again.tron1-2/+3