summaryrefslogtreecommitdiff
path: root/x11/gnome-applets
AgeCommit message (Collapse)AuthorFilesLines
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-11-12PKGREVISION++ due to devel/popt update.salo1-2/+2
2003-09-30More GCC3 flotsam.mycroft2-1/+15
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-04-20This will not work with gnome-panel-2.xrh1-1/+3
2003-02-18Use the omf.mk file provided by the scrollkeeper package to automaticallyjmmv2-7/+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-01-10USE_PKGLOCALEDIR=yescjep1-1/+2
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-2/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-11-02s|${X11PREFIX}/var/lib|${SCROLLKEEPER_DATADIR}|rh1-3/+4
Include missing scrollkeeper buildlink2.mk where necessary
2002-10-22Regen after patch removalbouyer1-2/+1
2002-10-22This is already part of gnome-applets-1.4.0.4.tar.bz2bouyer1-11/+0
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-08Use buildlink2.wiz2-43/+40
2002-07-17Set localstatedir so the scrollkeeper database gets properly updatedrh2-3/+6
Add proper @exec/unexec scrollkeeper-rebuilddb to PLIST Bump PKGREVISION
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-94/+94
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-05-31add BUILD_USES_MSGFMT. fixes build/packaging problem noted recently on sparcdmcmahill1-1/+2
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-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-05/bin/mkdir -> ${MKDIR}.skrll1-94/+94
Make the print-PLIST target output ${MKDIR} also.
2002-02-05Don't hardcode /usr/X11R6 when making directories or running X basedskrll1-94/+94
programs such as mkfontdir use ${X11BASE} instead. Also pick up a couple of /bin/chmod -> ${CHMOD}s
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-31Follow the recent API change in APM_IOC_GETPOWER, fixing pkg/14403.minoura2-1/+16
Reviewed by wiz.
2001-10-06Update gnome-applets to 1.4.0.4. Changes include:rh3-79/+10
- general * Updated translations (no, nn, ch_TW, pl + some) - asclock * Removed the timezone stuff from properties since it doesn't really do anything. (Kjartan) * Make it not look for themes in the current dir if run from the commandline. (Kjartan) - gtik * Fix some corruption of stock symbol names. (Kjartan) * Remove some gdk_font_unref() calls that were causing warnings. - mixer * Patch from David Woodhouse to fall back to PCM if there's no master volume. - mini-commander * Fix some missing strlen() calls in comparisons. (Leif Bergman)
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-12Update gnome-applets to 1.4.0.3rh3-953/+547
News for gnome-applets-1.4.0.3 release: - general * Make the build system look for, and use, jw instead of db2html * Loads of new Spanish translations of docs. - multiload * Reverted the pageload patch since it doesn't work. - gkb * Argentinian flag - sound-monitor * Fix logic for -n option to esdpvd to actually mean "without X" News for gnome-applets-1.4.0.2 release: - general * Portability fixes from <drk@sgi.com>. - asclock * Portability fixes from <mcnichol@austin.ibm.com> - clockmail * New theme (gree-digital-analog) from Alex Boxley <alex.bowley@excitehome.net> * Portability fixes from <mcnichol@austin.ibm.com> - drivemount * Fix buffer overruns in sscanf() usage. From John Ellis <johne@bellatlantic.net>. - fifteen * Portability fixes. - geyes * Spanish translation of the docs. * Compile fixes on Irix from <drk@sgi.com>. * Compile fixes in AIX from <mcnichol@austin.ibm.com>. - gkb * Fix Czech flag. (Pavel) * Warning/portability fixes. (Kjartan) - gweather * Compile fixes for AIX from <mcnichol@austin.ibm.com>. * Patch from <mdoller@wpi.edu> to make detailed forecast more readable. * Round off temperatures correctly. Patch from bugzilla. - life * Compile fixes for AIX from <mcnichol@austin.ibm.com>. - mini-commander * Fix bug which caused themes not to draw the entry border correctly from Norman Stevens <norman@arcady.u-net.com>. - mixer * Fix to work with wheel-mice. Patch from Mike Kelly <mike@csuchico.edu> * Compile fixes for Irix from David KAELBLING <drk@sgi.com>. - odometer * Fix typos in properties. - slashapp * Patch from Richard Kinder <r_kinder@yahoo.com> which fixes a whole lot of bugs where things crash on updating and article reading. * Fix memory leaks and robustness issues. - tickastat * Fix for compilation on Irix from David KAELBLING <drk@sgi.com>.
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-07Update gnome-applets to 1.4.0.1rh11-661/+1624
Changes include: 2001-03-24 Yukihiro Nakai <nakai@gnome.gr.jp> * battery/docs/ja: Add Japanese translation. * cdplayer/docs/ja: Add Japanese translation. * charpick/docs/ja: Add Japanese translation. * clockmail/docs/ja: Add Japanese translation. * cpumemusage/docs/ja: Add Japanese translation. * diskusage/docs/ja: Add Japanese translation. * drivemount/docs/ja: Add Japanese translation. 2001-03-23 Yukihiro Nakai <nakai@gnome.gr.jp> * asclock/docs/ja: Add Japanese translation. 2001-03-20 Dan Mueth <dan@eazel.com> Updating doc build stuff to new build system. Note that figures belong in a directory called "figures". * cpumemusage/docs/C/Makefile.am: * cpumemusage/docs/C/cpumemusage-applet.png: * cpumemusage/docs/C/cpumemusage.sgml: * cpumemusage/docs/C/figures/cpumemusage-applet.png: * cpumemusage/docs/it/Makefile.am: * cpumemusage/docs/it/cpumemusage-applet.png: * cpumemusage/docs/it/cpumemusage.sgml: * cpumemusage/docs/it/figures/cpumemusage-applet.png: Fixed some bugs in the metadata. * cdplayer/docs/C/cdplayer_applet-C.omf: * life/docs/C/Makefile.am: * life/docs/it/Makefile.am: * multiload/docs/C/memload/memload_applet-C.omf: * multiload/docs/C/memload/memload_applet.sgml: 2001-03-20 Dan Mueth <dan@eazel.com> Fixed incorrect file name. * multiload/docs/it/swapload/swapload_applet-C.omf: * multiload/docs/it/swapload/swapload_applet-it.omf: 2001-03-20 Dan Mueth <dan@eazel.com> Removed bad tab at end of line. * multiload/docs/C/loadavg/Makefile.am: * multiload/docs/it/loadavg/Makefile.am: 2001-03-20 Dan Mueth <dan@eazel.com> Updating doc build stuff to new build system. Note that figures belong in a directory called "figures". 2001-03-20 Dan Mueth <dan@eazel.com> Fixing a few OMF and Makefile bugs. * another_clock/docs/C/anotherclock_applet-C.omf: * another_clock/docs/it/anotherclock_applet-it.omf: * another_clock/docs/uk/anotherclock_applet-uk.omf: * asclock/docs/C/asclock_applet-C.omf: * asclock/docs/it/asclock_applet-it.omf: * life/docs/C/life_applet-C.omf: * mixer/docs/C/mixer_applet-C.omf: * tickastat/docs/it/Makefile.am: 2001-03-20 Dan Mueth <dan@eazel.com> Updating doc build stuff to new build system. Note that figures belong in a directory called "figures". 2001-03-19 Dan Mueth <dan@eazel.com> Updating doc build stuff to new build system. Note that figures belong in a directory called "figures". 2001-03-15 John Fleck <jfleck@swcp.com> * woohoo - adding the last of the omf files: modemlights/docs/it/modemlights_applet-it.omf tickastat/docs/it/tickastat_applet-it.omf fifteen/docs/it/fifteen_applet-it.omf webcontrol/docs/it/webcontrol_applet-it.omf clockmail/docs/it/clockmail_applet-it.omf gkb-new/docs/hu/gkb_applet-hu.omf quicklaunch/docs/it/quicklaunch_applet-it.omf jbc/docs/it/jbc_applet-it.omf diskusage/docs/it/diskusage_applet-it.omf sound-monitor/docs/it/sound-monitor_applet-it.omf geyes/docs/it/geyes_applet-it.omf gweather/docs/it/gweather_applet-it.omf 2001-03-14 Dan Mueth <dan@eazel.com> Updating doc build stuff to new build system. Note that figures belong in a directory called "figures". 2001-03-13 Dan Mueth <dan@eazel.com> Bug fix. 2001-03-13 Dan Mueth <dan@eazel.com> Adding file I forget to add last time: * sgmldocs.make: 2001-03-13 Dan Mueth <dan@eazel.com> Fixing up the doc build stuff. Adding FDL license * COPYING-DOCS: * Makefile.am: Fixing up the doc build stuff. * configure.in: * omf-install/Makefile.am: Fixing up doc build stuff for Mixer applet * mixer/docs/C/figures/mixer_applet.png: * mixer/docs/C/mixer.sgml: * mixer/docs/C/mixer_applet.png: * mixer/docs/C/Makefile.am: 2001-03-12 John Fleck <jfleck@inkstain.net> * add a bunch of omf files (Dan Mueth will visit shortly do do the makefile magic to incorporate these) mini-commander/docs/C/mini-commander_applet-C.omf mini-commander/docs/it/mini-commander_applet-it.omf drivemount/docs/C/drivemount_applet-C.omf drivemount/docs/it/drivemount_applet-it.omf life/docs/C/life_applet-C.omf life/docs/it/life_applet-it.omf screenshooter/docs/C/screenshooter_applet-C.omf screenshooter/docs/it/screenshooter_applet-it.om 2001-03-11 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Generate Makefile for mixer/docs/es Tue Feb 27 05:19:36 2001 George Lebl <jirka@5z.com> * AUTHORS: added Rusty * Applying: Mon Feb 26 23:45:45 Rusty Geldmacher <rusty@wpi.edu> * webcopntrol/properties.[ch]: Added browser configuration dialog box. 2001-02-26 Szabolcs Ban <shooby@gnome.hu> * gkb-new/descs/Basque.keyprop.in: added Basque keyprop files * gkb-new/xmodmap/xmodmap.eu: added xmodmap * gkb-new/gkb/eu.png: added few flag from I<F1>igo Serna <inigoserna@terra.es> 2001-02-26 Dan Mueth <dan@eazel.com> Doing some initial setup of OMF installation. Added a handful of OMF files. Note: Make sure not to set $prefix to have RPM_BUILD_ROOT in it or you will break this stuff. Set DESTDIR=RPM_BUILD_ROOT if you like, but $prefix should refer to the path on the user's machine. I'm just griping about this because the Ximian spec file (which I borrowed for my testing;) did this wrong.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-3/+3
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-02-06Make that "autoreconf" -- there is no "autoremake".fredb1-2/+2
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-3/+3
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2000-10-18Update gnome-applets to 1.2.2. Changes from version 1.2.1 are mostlyjlam3-80/+247
documentation changes and additional translations, plus a few minor bugfixes in the applet code, and one new stock ticker applet.
2000-08-03It uses USE_LIBTOOL, so add the LTCONFIG_OVERRIDE.jlam1-1/+2
2000-07-30Install the topic.dat files.jlam4-6/+69
2000-07-30Add the cdplayer_applet files to the PLIST.jlam1-824/+850
2000-07-30Rework how NetBSD APM is detected; get cdplayer to build; and getjlam11-64/+626
battery working again. Addresses the following PRs by Jasper Wallace <jasper@pointless.net>: 10420, 10421, 10422.
2000-06-25Update gnome-applets to 1.2.1. Changes are bugfixes and new catalogs.rh5-7/+50
2000-06-25remove superfluous .endifwiz1-2/+1
2000-06-24After talking with Matthias Scheler, revert support for building withoutdanw1-9/+2
libgtop, to force people to make the (simple but not completely obvious) changes needed to get libgtop to build on new arches.
2000-06-03Make this compile under ELF by pulling -I${LOCALBASE} into CPPFLAGSrh1-3/+4
2000-06-02import GNOME applets which are distributed separately nowdrochner7-0/+1124