Commit Graph

65 Commits

Author SHA1 Message Date
nino
e4e838ebc6 Update to gnome-libs 1.4.1.4
* man pages, fix compilation with db1 (to some degree at least), fix
crashes in gtk-xmhtml (for help browser), mem leaks plugged in
gnome-mime, compiler/warning fixes, better multibyte handling in zvt,
report mousewheel events correctly to apps in zvt, fix crashes in
gnome-mdi, work with KDE session management, plus more.

Ok naddy@, with additional testing by fries@.
2002-02-15 19:19:33 +00:00
nino
e4e07ebd91 Update to gnome-core 1.4.0.6
* many fixes to session management, translucent panel, fixes for crashes
in panel on startup, screenshot functionality added, support multiple
mailboxes in mailcheck applet, support multiline output from imap
servers in mailcheck applet, compile/warning/robustness fixes, multibyte
support in gnome-terminal, copy menu item added in gnome-terminal, fixes
for underlining of urls in gnome-terminal, paste the clipboard - not the
selection in gnome-terminal, disable remote browsing in
gnome-help-browser, fix crashes in help-browser, fix leaks in the panel,
fix crashes in the panel when running programs in a terminal from the
run dialog, plus a lot of other minor fixes.

Ok naddy@, with additional testing by fries@.
2002-02-15 19:18:52 +00:00
nino
41ef9b5994 Update to control-center (1.4.0.1 -> 1.4.0.4)
* sort themes case-insensitively, select newly installed theme by
default, portability/compile/warning fixes, let sound-capplet restore
gmix mixer levels at startup, fix crash in theme-switcher on Solaris,
crash in theme-switcher on all platforms, don't truncate Debian name
in the splash screen.

Ok naddy@, with additional testing by fries@.
2002-02-15 19:17:54 +00:00
nino
ac8ec5f4af Update to gnome-applets 1.4.0.5
* man pages, make gtik use gnome-vfs, fix crashes in gtik, fix gtik font
selection dialog, made gnotes more robust, better multibyte handling in
gnotes, gkb remembers its configuration, make timezone handling work in
asclock (needs xearth)

Ok naddy@, with additional testing by fries@.
2002-02-15 19:13:15 +00:00
nino
7bd24aa45e Import mime-data 1.0.1
mime-data contains the base MIME and Application database for GNOME.
It is meant to be accessed through the MIME functions in GnomeVFS.
2002-02-15 19:12:21 +00:00
nino
ce57f5804b Update to gnome-vfs 1.0.4
* portability fixes, fixes for FTP directory loading, detect Koffice
MIME-types, random crash and leak fixes, SSL and https support, fix NFS
method, fix buffer overflow, nntp module.

Ok naddy@, with additional testing by fries@.
2002-02-15 19:11:16 +00:00
lebel
72b1a44165 link with intl so the final so knows it depends on it.
from maintainer Nils Nordman <nino@nforced.com>
2002-02-07 21:47:12 +00:00
naddy
c5bd28d91e Fix build on archs without APM; from maintainer Nils Nordman <nino@nforced.com>. 2002-01-22 15:34:59 +00:00
wilfried
1be30fc238 - Better RUN_DEPENDS/BUILD_DEPENDS
- md5 -> distinfo
- Bump NEED_VERSION
from maintainer Nils Nordman <nino@nforced.com>
2001-11-30 09:18:42 +00:00
wilfried
a126f78f96 grumble 2001-11-13 09:25:29 +00:00
wilfried
ddf8944e17 update to gnome-applets-1.4.0.4, from maintainer
* Portability fixes
* Added and updated translation
* Bugfixes for the gtik, mini-commander, multiload and slashapp applets
* New theme for the clockmail applet
2001-11-13 09:24:56 +00:00
espie
0e6f6f93bb Kill first component of BUILD_DEPENDS.
Fix sawfish comment while I'm at it.
`window manager for the X windows system'.
Like DUH ! It's going to be a window manager for my microwave oven ?
2001-11-10 15:00:47 +00:00
wilfried
9d8db555c9 Fixes problem for switching gtk theme through the controlcenter
without any existing ~/.gtkrc. Problem reported by Maurice Nonnekes
<maurice@amaze.nl> who also provided an initial patch. From maintainer
2001-11-09 22:35:52 +00:00
wilfried
7f04b5b0fb remove examples dirs, ok maintainer 2001-10-31 12:02:48 +00:00
naddy
7286abb806 Remove db3 dependency. From maintainer Nils Nordman <nino@nforced.com>. 2001-10-29 17:45:44 +00:00
espie
0d97dabe26 more lib depends 2001-10-24 12:50:10 +00:00
espie
1ff894d675 dependency fix-up, after looking more closely.
I want to put the full dependencies in on these two because it becomes
too hairy to sort through otherwise...
2001-10-17 13:17:00 +00:00
espie
8277be43d0 Wants Imlib. I'm not sure it's controlcenter specifically, but I don't
want to track it down more precisely.
2001-10-16 17:01:44 +00:00
espie
495ebe78c8 Fix that as a conflict between libgtop-*-!gnome and gnome-libs-*
(note that we can't write libgtop-*-!gnome as a pkgcfl, but it doesn't
matter, because the check is done at gnome-libs-* install time, at which
point libgtop-*-gnome is definitely not going to be around yet).

Thanks to naddy@ for setting me straight.
2001-10-11 21:47:12 +00:00
espie
64f87356dc Same file name, unregistered conflict. 2001-10-11 19:03:07 +00:00
naddy
aa60a87a06 Depend on x11/gtk-engines; from maintainer Nils Nordman <nino@nforced.com>. 2001-10-09 16:28:44 +00:00
naddy
d30e8fc4a8 Make themes usable, and allow the use of shared pixmaps with imlib.
From maintainer Nils Nordman <nino@nforced.com>.
2001-10-09 16:03:18 +00:00
naddy
7b922d408f add category x11/gnome; from maintainer Nils Nordman <nino@nforced.com> 2001-10-09 15:33:35 +00:00
naddy
e5802fc466 * Use in-tree libtool patches
* Bump NEED_VERSION
* Fix and improve CATEGORIES
Submitted by maintainer Nils Nordman <nino@nforced.com>
2001-10-07 20:55:10 +00:00
naddy
e38e67244d * A buffer is _not_ neccesarily a string.
Fixes problem where gnome-help-browser would segv for info docs.
  From maintainer Nils Nordman <nino@nforced.com>.
2001-10-06 00:33:37 +00:00
naddy
c1e6f0e089 better workaround for locale fiddling
from maintainer Nils Nordman <nino@nforced.com>.
2001-10-04 22:19:18 +00:00
pvalchev
66c97d0d6a Add missing -lintl when linking the tests. Makes binutils happy. 2001-09-29 04:18:16 +00:00
naddy
b7d8b69680 Fix incorrect usage of putenv(), fixes the problem of gnome setting
LC_CTYPE.  Problem noticed by heko@ and Marc Matteo <marcm@lectroid.net>.
Fix submitted by maintainer Nils Nordman <nino@nforced.com>.
2001-09-23 19:06:49 +00:00
naddy
5c5e29f5da add forgotten portability patches; reminded by Jacob Meuser <jakemsr@clipper.net> 2001-09-21 12:15:32 +00:00
naddy
71f3df9146 Add DESTDIR to all install lines instead of patching it into the
users_guide_helpdir var.
From maintainer Nils Nordman <nino@nforced.com>.
2001-09-20 20:03:34 +00:00
naddy
940cbde1f9 * Use variables instead of hardcoded prefixes.
* Take care to set a sane PATH.
* Add set -e
* Copy example files into ${PREFIX}/share/examples/PORTNAME.
* Replace PKGNAME with P_NAME in INSTALL/DEINSTALL scripts, unclear
  since it already exists in the Makefile with a different value.
* Change output of INSTALL/DEINSTALL to be more like other scripts
  found in the tree(suggested by heko@).
* Print correct names in DEINSTALL scripts(spotted by
  Aleksander Piotrowski <alek@piestrak.waw.pl>)

From maintainer Nils Nordman <nino@nforced.com>.
2001-09-20 20:01:22 +00:00
naddy
0212ed7bf9 Don't assume a specific depth for prefix and don't hardcode paths either.
From maintainer Nils Nordman <nino@nforced.com>.
2001-09-20 19:26:32 +00:00
naddy
26793ab563 * Use variables instead of hardcoded prefixes.
* Take care to set a sane PATH.
* Add set -e
* Copy example files into ${PREFIX}/share/examples/PORTNAME.
* Replace PKGNAME with P_NAME in INSTALL/DEINSTALL scripts, unclear
  since it already exists in the Makefile with a different value.
* Change output of INSTALL/DEINSTALL to be more like other scripts
  found in the tree(suggested by heko@).
* Move scrollkeeper stuff into PLIST

From maintainer Nils Nordman <nino@nforced.com>.
2001-09-20 18:58:42 +00:00
naddy
2bf5b51d36 Minor fixup for gnome/applets:
* Don't assume a specific depth for prefix and don't hardcode sysconfdir either.
* Move scrollkeeper stuff into PLIST

From maintainer Nils Nordman <nino@nforced.com>.
2001-09-20 18:56:27 +00:00
naddy
791ea7e0d6 * Use variables instead of hardcoded prefixes.
* Take care to set a sane PATH.
* Add set -e
* Copy example files into ${PREFIX}/share/examples/PORTNAME.
* Replace PKGNAME with P_NAME in INSTALL/DEINSTALL scripts, unclear
  since it already exists in the Makefile with a different value.
* Change output of INSTALL/DEINSTALL to be more like other scripts
  found in the tree (suggested by heko@).
* Move scrollkeeper-update stuff to PLIST
* Remove non-owned entries from PLIST

Submitted by maintainer Nils Nordman <nino@nforced.com>.
2001-09-20 18:53:54 +00:00
naddy
5756c1e5fe remove gratuitous gmake dependencies 2001-09-20 18:39:12 +00:00
naddy
99082f2919 fix configure script directly, not worth running autoconf 2001-09-20 01:32:03 +00:00
naddy
e6a221a1ba - fix message catalog installation
- sync libtool patches
- use .bz2 distfile
2001-09-19 16:28:58 +00:00
naddy
813a2ef9e3 drop leading "the" from COMMENT 2001-09-19 13:53:15 +00:00
naddy
4acd746f16 - fix message catalog installation
- sync libtool patches
- use .bz2 distfile
- clean-up
2001-09-19 13:37:58 +00:00
naddy
4b29d36429 oops, restore correct RUN_DEPENDS 2001-09-19 11:43:53 +00:00
naddy
b9b92e671f * Use variables instead of hardcoded prefixes.
* Take care to set a sane PATH.
* Add set -e
* Copy example files into ${PREFIX}/share/examples/PORTNAME.
* Replace PKGNAME with P_NAME in INSTALL/DEINSTALL scripts, unclear
  since it already exists in the Makefile with a different value.
* Change output of INSTALL/DEINSTALL to be more like other scripts
  found in the tree(suggested by heko@).
* add missing bzip2 dependency (spotted by heko@)
* fix error in install invocation in INSTALL.
* remove un-needed entries from PLIST (spotted by heko@)
* Install missing configuration file

Submitted by maintainer Nils Nordman <nino@nforced.com>.
2001-09-18 22:03:43 +00:00
naddy
0ad8d400c2 * Use variables instead of hardcoded prefixes.
* Take care to set a sane PATH.
* Add set -e
* Copy example files into ${PREFIX}/share/examples/PORTNAME.
* Replace PKGNAME with P_NAME in INSTALL/DEINSTALL scripts, unclear
  since it already exists in the Makefile with a different value.
* Change output of INSTALL/DEINSTALL to be more like other scripts
  found in the tree(suggested by heko@).
* Fix PLIST, remove unneeded entry and actually remove the example
  configuration files.

Submitted by maintainer Nils Nordman <nino@nforced.com>.
2001-09-18 21:45:30 +00:00
naddy
df55ac43b8 * Use variables instead of hardcoded prefixes.
* Take care to set a sane PATH.
* Add set -e
* Copy example files into ${PREFIX}/share/examples/PORTNAME.
* Replace PKGNAME with P_NAME in INSTALL/DEINSTALL scripts, unclear
  since it already exists in the Makefile with a different value.
* Change output of INSTALL/DEINSTALL to be more like other scripts
  found in the tree(suggested by heko@).

Submitted by maintainer Nils Nordman <nino@nforced.com>.
2001-09-18 21:42:04 +00:00
naddy
7830044a52 - gettext fixes
- sync libtool patches
- miscellaneous clean-ups
2001-09-18 20:28:53 +00:00
naddy
dc02c22979 - sync libtool patches
- build modules as modules
2001-09-18 17:47:33 +00:00
naddy
f1860e698a sync libtool patches 2001-09-18 17:27:44 +00:00
naddy
b6617c0027 install message catalogs at proper location, cleanup 2001-09-18 15:18:52 +00:00
naddy
0151051035 simplify: sync gettext check with upstream version from gconf 2001-09-18 15:10:04 +00:00
naddy
941c706874 install message catalogs, and in the correct place 2001-09-17 23:01:00 +00:00