summaryrefslogtreecommitdiff
path: root/x11/controlcenter
AgeCommit message (Collapse)AuthorFilesLines
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
2000-07-31Remove empty directoryjlam2-3/+5
${PREFIX}/share/gnome/help/control-center/C/stylesheet-images in post-install and remove unnecessary @dirrm in PLIST.
2000-07-25Install the locale files under share/locale, not lib/locale.jlam1-0/+13
2000-07-25Record installation of locale files.jlam2-2/+33
2000-06-20USE_LIBTOOL instead of PKGLIBTOOL.jlam4-170/+149
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-30oops, forgot to "cvs add" this onedrochner1-0/+22
2000-05-30update to 1.2.0drochner5-25/+55
Sorry, no useful Changelog.
2000-01-15Update for yet another directory structure change on the GNOME FTP sites.tron1-2/+2
2000-01-02Adapt to new directory structure on GNOME ftp sites.tron1-2/+2
1999-11-08Update "control-center" package to version 1.0.51 belonging to GNOME 1.0.53tron3-10/+7
release. This version fixes several bugs found since version 1.0.6.
1999-10-31Change dependency on xscreensaver-3.17 to wildcard dependency.rh1-3/+4
1999-10-23Use wildcard dependences for "gnome-libs" and "gnome-core" packages.tron1-2/+2
1999-10-04Link in the e-sound-daemon stuff.hubertf2-0/+16
1999-08-29Update dependency on gnome-core-1.0.9rh1-2/+2
1999-08-22Use "MASTER_SITE_GNOME" instead of individual "MASTER_SITE" lists.tron1-8/+2