summaryrefslogtreecommitdiff
path: root/x11/controlcenter
AgeCommit message (Collapse)AuthorFilesLines
2004-06-12Re-generate patch digest for patch-ab.agc1-2/+2
2004-06-08Short: make this compile on Linuxjschauma2-3/+10
Long: Some OS have libintl functionality in libc, so we do not necessarily have to link against (a possibly non-existent) -lintl. For now, only deal with Linux -- those who know for a fact which OS also behave this way should adjust/add.
2004-05-04Unused.wiz1-31/+0
2004-04-25Bump PKGREVISION due to gdk-pixbuf update.xtraeme1-2/+2
2004-04-24Relinquish maintainership of packages to tech-pkg@NetBSD.org.jlam1-2/+2
2004-04-21Convert to buildlink3.snj1-7/+7
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 thejmmv1-2/+2
*-dirs packages.
2004-03-29Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,jlam1-1/+2
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-16Backout my recent changes because Thomas Klausner and Grant Beattietron3-17/+3
disapprove.
2004-03-16Fix locale file installation. Bump package revision because of that.tron1-0/+13
2004-03-16Fix locale file installation. Bump package revision because of that.tron2-3/+4
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-2/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-12/+9
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-26Initial addition.jmmv1-0/+28
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-10share/gnome/wm-properties belongs to gnome2-dirs, don't try to removegrant1-2/+1
it.
2003-11-12PKGREVISION++ due to devel/popt update.salo2-4/+4
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
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.