Commit graph

24 commits

Author SHA1 Message Date
rh
c2934c968e Track directory layout change at MASTER_SITE_GNOME.
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-19 10:54:42 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
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-03-13 17:36:35 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
rh
506f430f06 Update gtop to 1.0.13. Changes include:
* Released GTop 1.0.13 "Endstation Gerolzhofen".
  - patch from Vlad Harchev to avoid a style/theme
    related crash.

* Released GTop 1.0.12 "Gerolzhofen".
  - small fix for systems where frequency != 100.
  - a lot of translation updates.

* Released GTop 1.0.11 "Berlin".
  - this should finally fix the crash on startup
    problem.

* Released GTop 1.0.10 "November Rain".
  - this should fix a lot of crash on startup
    and other bugs.

  NOTE:
    If you're upgrading from a very old version of
    GTop and get a crash, please try removing your
    ~/.gnome/gtop before you file a bug report.
2001-04-24 18:33:29 +00:00
agc
027c166bf7 Move to sha1 digests, and add distfile sizes. 2001-04-19 11:28:57 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
wiz
4166f6096d Shorten comment.
Merge two DEPEND-blocks.
2001-04-02 18:47:30 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
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-03-27 03:19:43 +00:00
tron
eaa668697f Use "PKGLOCALEDIR" instead of "LOCALEDIR". 2001-02-26 20:19:43 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
wiz
73857919e1 regen 2001-02-15 13:34:57 +00:00
tron
dd09712ae5 Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups with
"${LOCALBASE}".
2001-02-13 11:47:00 +00:00
fredb
36ac8f2266 Make that "autoreconf". 2001-02-05 19:08:55 +00:00
tron
f2d262e0be Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-02-05 09:00:54 +00:00
tron
e43eb14857 "USE_LIBINTL" is not enough. We need to add "-I${LOCALBASE}/include"
to "CFLAGS". The "configure.in" is probably broken.
2000-11-27 12:23:48 +00:00
itojun
cea734eb4c requires gettextize, msgfmt and libintl 2000-11-27 11:54:10 +00:00
hubertf
31aa93a0c8 Set OSVERSION_SPECIFIC because this package is.
Noted by IWAMOTO Toshihiro <iwamoto@sat.t.u-tokyo.ac.jp>
2000-11-25 12:09:42 +00:00
mycroft
ff62f80622 More locale crap. 2000-11-09 22:28:21 +00:00
dmcmahill
740d77fae4 add USE_LIBTOOL and LTCONFIG_OVERRIDE since the pkg uses libtool 2000-06-27 02:33:16 +00:00
tron
e2b06d782b Add explicit dependence on "libgtop" package. 2000-06-02 13:29:40 +00:00
tron
623e6aba76 Update "gtop" package to version 1.0.9. Changes since version 1.0.5:
- gtop.desktop: Added Swedish translation.
- gtop.desktop: Added Galician entry.
- gtop.desktop : Added the Turkish translation to the gtop.desktop file.
- gnome-gtop.png: Improved.
  Added first version of the GTop Documentation from Telsa Gwynne.
- procview.c: Use "Kill nicely (SIGTERM)" and "Kill now (SIGKILL)"
  in the right-click menu.
- procview.c (DEFAULT_PROCVIEW_FIELD_MASK): New constant. After a
  suggestion from Alexander Kirillov we only show "Pid", "User", "Pri",
  "Size", "Resident", "Stat", "CPU", "MEM", "Time" and "Command" as the
  default since this is less confusing to newbies (and it also helps us
  keeping the default window size small).
  (procfields_properties_load): Don't crash here when some bad guy
  sets "gtop/procview/procview_field_mask=0". Fixes #2420.
- procview.c (get_command_line): New static function. Try to get
  the `command' field from glibtop_get_proc_args () if possible since
  glibtop_get_proc_state () sometimes truncates this field. GTop will
  not correctly show the full name of executables with long names.
- global.c: In the preferences dialog, use "Update times" instead
  of "Update times (notebook pages)".
- summary.c (gtop_summary_destroy): Renamed to `summary_destroy_cb'
  and made it static.
  (gtop_summary_new): Call `summary_destroy_cb' on the "destroy" signal.
  (gtop_statusbar_destroy): Renamed to `statusbar_destroy_cb' and
  made it static.
  (gtop_statusbar_new): Call `statusbar_destroy_cb' on the "destroy"
  signal.
- mdi.c (app_destroy_cb): Don't call `gtop_statusbar_destroy' here.
- process-details.c (process_args_update): Make this work with
  LibGTop 1.1.4.
- gnome-gtop.png: An icon, an icon!
- memusage.c: added popup-menu to allow show menu/toolbar
- fsusage.c: added popup-menu to allow show menu/toolbar
- procview.c: added items to popup-menu to allow show menu/toolbar
- main.c (gtop_show_mtbar): added "show menu/toolbar" menucheckbuttons to
  allow some sort of fullscreen mode
2000-05-31 22:24:56 +00:00
tron
143d00bd5f Update for yet another change of the directory structure on the GNOME FTP
servers.
2000-01-20 13:21:00 +00:00
tron
6d9e94f430 Adapt to new directory structure on GNOME ftp sites. 2000-01-02 18:02:39 +00:00
tron
f8a45f566d Import new "gtop" package:
GNOME system monitor - top like, memory graphs, processes detailed view

This package belongs to the GNOME 1.0.53 release.
1999-11-01 22:52:28 +00:00