Commit graph

3422 commits

Author SHA1 Message Date
seb
00e799491c Use ${_OPSYS_RPATH_NAME} instead of bare `-R' 2003-03-03 14:22:41 +00:00
jschauma
90fb80758b Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more
portable.  Bump PKGREVISION accordingly.
2003-03-03 04:17:23 +00:00
jmmv
42ea12d414 Fix PKGCONFIG_OVERRIDE entries. 2003-03-01 21:46:25 +00:00
jmmv
dbcf64bf3e Make sure we have pkgconfig. 2003-03-01 21:33:53 +00:00
jmmv
4e1759cb54 Add and enable gtkmm. 2003-03-01 14:34:06 +00:00
jmmv
c62f46ded7 Initial import of gtkmm, version 2.2.0:
gtkmm (previously known as Gtk--) is the official C++ interface for the
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
extensible via inheritance and a comprehensive set of widget classes that
can be freely combined to quickly create complex user interfaces. Here's
an overview, with documentation and status. gtkmm is free software
distributed under the GNU Library General Public License (LGPL).

Aside from the C++ interface to Gtk 2.x, this package also provides
bindings for glib, atk and pango (all of them related with the toolkit).
2003-03-01 14:33:05 +00:00
jmmv
3abc8f847a libsigc++ -> libsigc++10 2003-03-01 14:11:52 +00:00
jmmv
f973f80011 Rename the libsigc++ dependancy to libsigc++10. Bump PKGREVISION. 2003-03-01 11:49:10 +00:00
jmmv
9f8d3a9cb6 Subdirectory at Sourceforge is fltk, not FLTK. 2003-02-28 11:57:06 +00:00
dmcmahill
28b952c8aa fix typo in configure script which incorrectly determines that a prototype
for strlcat is needed.  Unfortunately that had the effect of providing
a bad (for 64 bit systems) prototype.
2003-02-25 02:11:34 +00:00
skrll
d47792c6e2 Let platforms that don't have apm compile ksysguard. This fixes PR 18340
and PR 20439.
2003-02-24 08:12:31 +00:00
salo
f8fff9df28 Updated to version 1.22.1.
Changes:

- install to location similar to xdm
- added rc.d script
- added MESSAGE with post-install instructions
- cleanups

1.22.1:
=======
- There was a bug. I forgot to change pam service name
  from xdm to wdm. This release fixes it.

1.22:
=====
- xdm-base upgraded to xdm from XFree86-4.2.1.
- wdmLogin translated to russian and japanese.

Now, what will be in next releases:
- compatibility with ancient versions of WINGs
  will be dropped.
- configuration files will be changed to PropList
  format (If you want to arue, mail me or chat with me at
  #wdm on irc.ornet.ru, or #windowmaker on irc.freenode.net)
- wdm <-> wdmLogin protocol will be changed to implement
  better PAM support.

1.21:
=====
- development started again. This release collects almost
  all patches I can find on net. If you have more patches
  please send them.
- directories rearranged, build system rewritten (see
  README.voins for explanations).
- everything is ready to start migration to newer xdm base.
2003-02-23 17:33:31 +00:00
jmmv
d63bbf356c Install missing header file BaseClassI.h. Bump PKGREVISION to 2.
Requested in PR pkg/20341 by Marc Recht.
2003-02-23 13:11:24 +00:00
salo
72d0786818 Updated to version 1.4.
Changes:

- added MESSAGE file with post-install instructions
- minor cleanups

1.4:
====
- Auto* tools
- Initial i18n support (not used yet)
- Fixed slow down with some programs using FS_ListFontsWithXInfo
- Fixed childs unlinking unix socket when father uid == childs uid
- Added an option to specify pidfile location
- Added endpwent() to prevent leaking one fd
- Changed usage output

1.3.1:
======
- Added --cache description to man page
2003-02-22 13:33:31 +00:00
mycroft
ba2349e3dd Update to gnome-python 1.4.4. The ChangeLog sucks, but I think these are
the relevant changes:

        * pygnome/gnome/zvt.py (ZvtTerm.writechild): add method.

        * pygnome/zvtmodule.c (_wrap_zvt_term_writechild): add wrapper.

        * pygnome/gnome/ui.py: fix corruption introduced in revision
        1.30.2.2 (don't know how it got in there, or how it got past
        distcheck).

        * pygnome/appletmodule.c (_wrap_applet_widget_get_rgb_bg): check
        if rgb == NULL, to try and catch an error condition (may fix bug
        #89291).

        * pygnome/Makefile.am (gettextpy): only install gettext.py if we
        are using python < 2.0.0 (which has its own gettext module).

        * pygnome/Makefile.am: fix up for parallel install with pygtk-2.0.

        * pygnome/gnome/applet.py (AppletWidget.get_rgb_bg): added wrapper

        * pygnome/appletmodule.c (_wrap_applet_widget_get_rgb_bg):
        implemented applet_widget_get_rgb_bg wrapper

        * pygnome/gnome/ui.py (GnomeDialog.button_connect): add argument
        to wrapper (again, from bug 70416).

        * pygnome/gnomeuimodule.c (_wrap_gnome_icon_list_get_icon_data):
        do a NULL check.  This won't catch all errors, but might catch
        some segfaults (from bug 70608).
        (_wrap_gnome_dialog_button_connect): add an "extra" argument for
        extra arguments to pass to the signal handler (from bug 70416).

        * pygnome/zvtmodule.c (_wrap_zvt_term_set_color_scheme): fix bug
        signed/unsigned bug (as per bug 70474).

        * pygnome/gnome/zvt.py (ZvtTerm.match_check): wrapper function.

        * pygnome/zvtmodule.c (_wrap_zvt_term_match_check): apply patch
        from bug 69106.

        * pygnome/gnomeuimodule.c (_wrap_gnome_init): as gnome_init calls
        gtk_set_locale(), we need to set LC_NUMERIC back to C, or python
        breaks.

        * pygnome/generate/gtkhtml.defs:

        Fix typo in gtk_html_embedded_set_descent.

        * pygnome/generate/gtkhtml.defs:
        * pygnome/gtkhtml.py:
        * pygnome/gtkhtmlmodule.c:

        Add wrapper class for GtkHTMLEmbedded, so a python script can
        catch and handle the "<object>" signals in gtkhtml.

        * pygnome/generate/Makefile.am (defsdir): install the defs files.

        * pygtk/gtkmodule.c Don't call g_thread_init if gthread has
        already been initialized, for the benefit of programs that use
        gthread themselves and want to be able to embed Python code that
        uses the gtk module.

        * pygnome/gnome/applet.py: add panel size constants.
        (AppletWidget.__getattr__): handle privcfgpath and globcfgpath
        members.

        * pygnome/generate/applet.defs (AppletWidget): add privcfgpath and
        globcfgpath public structure fields.

        * pygnome/gtkhtml.py: add support for more APIs.

        * pygnome/gtkhtmlmodule.c (_wrap_gtk_html_begin): fix argument list.
        Add some more of the gtkhtml APIs.

        * pygnome/gnome/ui.py (GnomeIconEntry.gtk_entry): use
        _gtk.GtkEntry here.
        (GnomePixmapEntry.gtk_entry): same here.
2003-02-22 00:49:27 +00:00
mycroft
3898ad8bcc Update to xscreensaver 4.08.
Changes since 4.07:   * New hacks, `atunnels' and `piecewise'.
                      * Physics improvement in `fluidballs'.
                      * Various fixes for XDarwin systems (X11 on MacOS X.)
                      * Added -clock option to `barcode'.
                      * Minor fixes to `endgame', `flurry', `flipscreen3d',
                        and `gflux'.
2003-02-21 22:05:01 +00:00
wiz
f5cc04d5e6 Depends need version numbers. 2003-02-21 14:09:18 +00:00
jmmv
8b66082e1f Do not use SCROLLKEEPER_DATADIR as localstatedir. Pointed out by Guillaume
Valadon in tech-pkg.
2003-02-21 11:54:18 +00:00
jmmv
3a84fed861 GConf2's buildlink2.mk now creates a gconftool-2 wrapper which prevents the
configuration database from beeing modified by packages that do not honour
the --disable-schemas-install option. There is no need to patch these broken
packages any more.

Okay'ed by wiz.
2003-02-18 20:52:05 +00:00
drochner
842173fdb0 Substitute "LIBQT" by something sensible at build time instead of leaving
it an environment variable.
So we get a "qmake.conf" installed which is usable ouside the pkgsrc/qt3*
context.
2003-02-18 19:16:53 +00:00
jmmv
884cfa1dd5 Sync with reality. Patch provided by Marc Recht in PR pkg/20412. 2003-02-18 16:18:48 +00:00
jmmv
dea9abf569 Use the omf.mk file provided by the scrollkeeper package to automatically
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-18 14:55:54 +00:00
jschauma
e4844dc0a0 Add/enable fbdesk 2003-02-17 21:52:35 +00:00
jschauma
00a3088def Initial import of x11/fbdesk into pkgsrc. This package was submitted by
Juan RP (juan at xtraeme dot dyndns dot org) in PR pkg/20174.
DESCR:

FbDesk is a fluxbox-util application that creates and manage icons on your
Fluxbox desktop. Features:
*  XPM and PNG image loading
* Antialias text
* UTF-8 and multibyte support
* Vertical text
* Grid Snapping
* GUI for editing command/label and add/remove icons
* Fluxbox menu style
2003-02-17 21:51:52 +00:00
dillo
5f4ad95078 convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
2003-02-17 15:27:58 +00:00
jmmv
82f779a5b4 Fix DEPENDS on gnome2-dirs. 2003-02-15 16:15:55 +00:00
jmmv
81457bf1d9 Honor PKG_SYSCONFDIR. Bump PKGREVISION to 1. 2003-02-15 12:02:33 +00:00
wiz
47b794dba7 Update to 2.2.1, provided by Juan RP in PR 20237.
Changes:
* GtkTreeView [Kristian Rietveld]
  - made GtkTreeSortable work as the documentation advertises [Jarek Dukat]
  - fixed gtk_tree_view_set_sort_column_id so you can disable sorting [Soeren
    Sandmann, Jarek Dukat]
  - TreeView search now works on all values transformable by GValue and not
    just strings [Muktha Narayan]
  - _move/_swap fixage in the Stores [Matthew Tuck, Paolo Maggi]
  - a lot of misc bug fixes [Alex Duggan, Carlos Garnacho Parro, Hans Petter
    Jansson, Kjartan Maraas, Soeren, Dave Camp, Murray Cumming, Dave Cook,
    Gaël Le Mignot, Vasco Alexandre da Silva Costa]
* GtkTextView [Matthias Clasen]
 - Fix keynav with invisible cursor
 - Fix misdrawing of cursor [Owen Taylor] and selection
 - Many miscellaneous fixes [Narayana Pattipati, Daniel Elstner]
* Fix problem with accidental inclusion of a main() [Matthias]
* Documentation improvements [Matthias, Havoc Pennington]
* Fix problem with GtkColorsel and pixmap themes [Daniel]
* Fix race condition with GdkRGB in PseudoColor [Shivaram Upadhyayula]
* Warning fixes [Manish Singh]
* configure fixes [Akira Tagoh]
* New and updated translations (ca,de,es,et,ko,mn,pl,pt,vi,zh_CN)
* Miscellaneous bug fixes [Matthias, Daniel, Martin Gansser, Louis Garcia,
  Tommi Komulainen, Thomas Leonard, Ian Peters, Arvind Samptur,
  Soeren Sandmann, Hidetoshi Tajima, Owen]
2003-02-15 11:02:29 +00:00
jmmv
cf918ea7e5 Some directories are handled in gnome-dirs. Do not try to remove them here.
Pointed out by wiz.
2003-02-15 10:59:03 +00:00
wiz
54527d1699 Update to 4.07:
* New hacks, `flurry', `metaballs', `eruption', `popsquares', and `barcode'.
* Minor updates to `maze' for high density mazes.
* Added double buffering to `fluidballs' and `whirlygig'.
* Bug fixes for running xscreensaver to a remote XFree86 display
  (which nobody would ever do...)
* Updated `webcollage' (faster Alta Vista searching.)
* Updated `glplanet' so the sun sets in the west.
* Updated `sproingies' with smooth, unsegmented surfaces.
* Fixed Perl version-sensitivity in `xscreensaver-getimage-file'.
* Fixed GTK2 scrolling bug in `xscreensaver-demo'.
2003-02-15 10:48:26 +00:00
jmmv
335113861d Use the framework provided by GConf2/schemas.mk to register .schemas files.
Depend on gnome2-dirs to handle shared directories.
Bump PKGREVISION.
2003-02-14 21:13:35 +00:00
jmmv
4b68d2d910 Update to 2.2.0.2. Changes since 2.0.8:
* Build fix (Thomas Vander Stichele)
	* Mark a couple of strings for translation (Yuriy Syrota)
	* Cool new splash screen (Jakub Steiner)
	* Up the slow client purge delay to 2 minutes (Mark)
	* Fix GsmProtocol initialisation problem (Mark)
	* Ensure child dialogs are kept above the parent (Satyajit)
	* Add startup notification flag to .desktop files (Dennis Cranston)
	* Unref the GConfCliet (Brian Cameron)
	* Add X-GNOME-BUGZILLA to the .desktop files (Fernando Herrera)
	* Fixup manpages (Christian Marillat, Mark, Alex Duggan)
	* Update application icons map (Evandro Fernandes Giovanini)
	* Fixup Xinerama aware logout iris code (Mark)
	* Allow splash screen to be configured (Rodney Dawes)
	* Use intltool to merge schmemas translations (Mark)
	* Use metacity for the window manager by default (Jacob)
	* Multiscreen support for logout iris and dialog (Mark)
	* Use "Order" instead of "Priority" in the capplet (Mark)
	* New translations.
2003-02-14 21:08:38 +00:00
jmmv
679ba13ba7 Update to 2.2.0.1. Changes since 2.0.10 are too many to be noted here.
They include new features and translations, as well as bugfixes.
2003-02-14 21:05:27 +00:00
jmmv
9e5ff994f0 Update to 2.2.0.1. Changes since 2.0.1.1:
* gnome-keyboard-properties.c (accessibility_button_clicked) : fix
  minor typo that disables the error dialog in the event of failure.
* gnome-theme-info.c : Rewrite.  Now working
* gnome-theme-manager : Fix lots of bugs.  Use the rewrite.
* disable edit button when selecting mime catagory
* Tidy labels and accelerators in file-type edit dialogs
* Don't start esd just to stop it
* Add an image size label for background capplet.
* Some minor ui tweaks for accessx.
* Some aix portabiltiy patches
* fix accelerators for ui-properties capplet.
2003-02-14 21:03:40 +00:00
jmmv
b5ee8efe38 Update to 2.2.0.1. This version includes several new translations. 2003-02-14 20:53:41 +00:00
salo
6a01f828f2 Execute $(UPDATE_SCRIPT) shell script within $(SHELL). Fixes execution on
hosts with broken /bin/sh (such as Solaris).

Patch from Jonathan Perkin via PR pkg/20239.
2003-02-14 20:24:43 +00:00
markd
bcefd3e5b1 s/USE_X11/USE_X11BASE/, and bump PKGREVISION
so that app-defaults and gnome control center files end up where expected.
After discussion with wiz and atatat.
2003-02-11 11:24:09 +00:00
grant
32c4389a66 remove a MASTER_SITE which no longer exists. 2003-02-10 11:53:16 +00:00
dmcmahill
e6b45b09fa compile two problem files without optimization to work around a compiler
bug that was noted with gcc-2.95.3 on alpha.  Fixes recently noted bulk
build problems.
2003-02-08 11:13:12 +00:00
jmmv
143d3f6f2c share/gnome/help/{gpl,lgpl,fdl}/figures are handled by gnome-dirs, so do not
mess with them here.
2003-02-07 15:33:39 +00:00
dmcmahill
975c92cd1c fix a bug created by last fix. We need to use gmake for the configure
step as well as the build instead of only the build.  Should fix problems
noted in Hubert's recent bulk builds.
2003-02-07 02:10:40 +00:00
dmcmahill
962b8f6086 add missing closing quote 2003-02-06 23:20:08 +00:00
briggs
56bb41603c Teach GNU's config.guess to use uname -p instead of uname -m for the
machine type when dealing with NetBSD.  This allows xlockmore to compile
and run on macppc.
2003-02-06 06:49:09 +00:00
dmcmahill
a970d7128e only enable antialiasing if Xft exists on this system. Fixes recently
noted compile problems on 1.6 alpha.
2003-02-05 23:28:58 +00:00
dmcmahill
85c7de59d7 regen 2003-02-05 23:17:26 +00:00
dmcmahill
7707cffb33 on alpha, turn off optimization on the 33 files which tickle compiler bug(s).
This now builds on alpha with gcc-2.95.3.
2003-02-05 23:13:10 +00:00
jmmv
ae08f5ac7a Depend on GConf2-ui instead of GConf2. Should fix problems shown in last
Hubert's bulk build.
2003-02-05 22:22:37 +00:00
dmcmahill
0d964ceeef make this compile when Xft does not exist (pre-XF4 systems) 2003-02-05 22:03:01 +00:00
dmcmahill
11bfa8c024 add missing include of graphics/xpm/buildlink2.mk file 2003-02-05 21:58:05 +00:00
jlam
f45c017923 gnome[12]-dirs shouldn't have buildlink2.mk files as they don't have
either shared libraries or header files.  Remove references to these
buildlink2.mk files from package Makefiles.
2003-02-05 05:06:32 +00:00