Commit graph

9980 commits

Author SHA1 Message Date
drochner
4217ca121f revert last update for now -- it wants evince-2.32 which is not
committed yet
2010-11-29 15:35:52 +00:00
drochner
de7f3e8f42 update to 2.32.0
This switches to the gnome-2.32 release branch.
2010-11-28 12:57:50 +00:00
obache
d9558bce3d Update ruby-gnome2 packages to 0.90.5.
== Ruby-GNOME2 0.90.5: 2010-10-28

NOTE: 0.90.x releases are for 1.0.0 major release.

A build system improvements release.

=== Changes

==== All

  * Improvements
    * add --with-pkg-config-dir option to extconf.rb for *.pc.

==== Ruby/GLib2

  * Improvements
    * glib-mkenums.rb can work with Ruby 1.9 on LANG=C.
      [Kouhei Sutou]

  * Bug fixes
    * fix pkg-config gem dependency.
      [Kouhei Sutou]

== Ruby-GNOME2 0.90.4: 2010-10-24

NOTE: 0.90.x releases are for 1.0.0 major release.

A bug fix release of 0.90.3.

=== Changes

==== Ruby/GLib2

  * Bug fixes
    * add missing '*' for String type conversion. [#3093789]
      [tmtms, Kouhei Sutou]

==== Ruby/GIO2

  * Bug fixes
    * Remove needless cairo dependency.
      [OBATA Akio, Kouhei Sutou]

==== Ruby/Libglade2

  * Improvements
    * Don't install *.pc by default.
      [OBATA Akio, Kouhei Sutou]
2010-11-27 06:14:45 +00:00
drochner
107c2bf1d1 update to 2.32.1.1
This switches to the gnome-2.32 release branch.
2010-11-26 11:34:41 +00:00
drochner
bcc9bba198 update to 2.32.1
This switches to the gnome-2.32 release branch.
2010-11-26 11:31:31 +00:00
drochner
90b5284cd9 restore conditionals for the "-evolution" case, noticed by wiz 2010-11-25 11:10:48 +00:00
drochner
25f182d89b update to 2.32.1
This switches to the gnome-2.32 release branch.
2010-11-24 20:59:15 +00:00
drochner
215e99332a update to 2.32.1
This switches to the gnome-2.32 release branch.
2010-11-24 20:51:19 +00:00
drochner
40bcda1665 update to 2.32.1
This switches to the gnome-2.32 release branch.
2010-11-24 20:38:48 +00:00
drochner
29b06d132b update to 2.32.0
This switches to the gnome-2.32 release branch.
2010-11-24 20:37:33 +00:00
drochner
8e4c3d1850 update to 2.32.1
This switches to the gnome-2.32 release branch.
2010-11-24 20:24:09 +00:00
drochner
f8cf6aa98e update to 2.22.0
This switches to the gnome-2.32 release branch.
2010-11-24 18:57:01 +00:00
tnn
38f34b0c14 Fix busted stock icons (PR pkg/44119). Patch borrowed from OpenBSD.
Upstream bug report:
  https://bugzilla.gnome.org/show_bug.cgi?id=629878

While here, update to gtk2+-2.22.1 (bug fixes and translation updates)
2010-11-23 13:31:33 +00:00
obache
4b62e46619 Update eekboard to 0.0.6.
bug and compatibility fixes.
2010-11-22 13:31:05 +00:00
obache
9dd95b7774 Bump ABI_DEPNDS of gtkhtml314 and recursive bump from libgtkhtml shlib name changed. 2010-11-18 23:59:15 +00:00
adam
b3da2d249d Removed MAKE_JOBS_SAFE=no; doesn't fail anymore (checked on 8-core CPU) 2010-11-18 22:55:12 +00:00
adam
1cd9e16801 Changes 2.0.1:
* Compatibility with Qt-4.7.x
2010-11-18 22:52:04 +00:00
obache
e5de6735b5 Fixes paths for PKGCONFIG_OVERRIDE files. 2010-11-18 12:01:05 +00:00
obache
2c47366c24 Remove addition of ${QTDIR} to BUILDLINK_PASSTHRU_DIRS.
Directories in LOCALBASE must not be added, or break build of some qt packages.
For examples, mis-pick up old header files of itself, or introduce hidden
dependency.
2010-11-18 07:48:45 +00:00
wiz
f2eea9d0ac Set LICENSE, fix pkglint warning. 2010-11-17 18:07:04 +00:00
wiz
939a00c1d9 Fix build with gtk2>=2.22. 2010-11-17 18:06:56 +00:00
obache
1bd320d1b0 Let configure to detect -Bsymbolic-function linker flag automatically.
(For Upstream Bug#628870, default valus does not match as intended)
2010-11-17 01:14:52 +00:00
drochner
a9ca365530 update to 0.26.2
This switches to the gnome-2.32 release branch.
2010-11-16 13:53:06 +00:00
abs
9987fa4b3a PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome 2010-11-15 22:56:08 +00:00
adam
286c6fbc42 Better patch-be 2010-11-15 18:32:26 +00:00
drochner
0813e11d61 update to 2.22.0
This switches to the gnome-2.32 release branch
2010-11-15 18:28:45 +00:00
adam
c5355244ed Changes 4.8.1:
* Support for the QT_BEGIN_NAMESPACE and QT_END_NAMESPACE macros to allow
  PyQt to be built against Qt built with namespace support.
* Bug fixes.

Changes 4.8:
* Added support for Qt v4.7 including the new QtDeclarative module.
* pyqtProperty() can now be used as a method decorator in the same way that
  the standard Python property type can be used.
* Added the notify argument to pyqtProperty().
* Unbound signals can now be subscripted in the same way that bound signals
  can.
* Added the missing << operator to QPolygon, QPolygonF and
  QXmlStreamAttributes.
* PyQt will now automatically keep a reference to objects set with some sort
  of setter method when Qt expects the underlying C++ instance to stay valid
  but does not take ownership of it.
* Added the lightmaps.py and stardelegate.py examples from Hans-Peter Jansen.
* Added the --assume-shared option to configure.py.
* The QtAssistant module is no longer built with Qt v4.7 and later.
2010-11-15 13:07:24 +00:00
adam
518b4e4516 Changes 4.11.2:
* /KeepReference/ can now be applied to global functions and static methods.
* %TypeCode can now be specified in a %MappedType directive.
* Mapped types for templates no longer require the template arguments to be
  fully defined.
* Build system changes required by PyQt v4.8 and Qt v4.7.
2010-11-15 13:06:56 +00:00
adam
a96a7a4a0a Changes 4.7.1:
Qt 4.7.1 is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 4.7.0.  For more details,
refer to the online documentation included in this distribution. The
documentation is also available online:

  http://qt.nokia.com/doc/4.7

The Qt version 4.7 series is binary compatible with the 4.6.x series.
Applications compiled for 4.6 will continue to run with 4.7.


Changes 4.7.0:
Qt 4.7 introduces many new features and improvements as well as bugfixes
over the 4.6.x series. For more details, refer to the online documentation
included in this distribution. The documentation is also available online:

  http://qt.nokia.com/doc/4.7

The Qt version 4.7 series is binary compatible with the 4.6.x series.
Applications compiled for 4.6 will continue to run with 4.7.
2010-11-15 13:05:44 +00:00
markd
113e1423ce Make sure it uses the correct liblzma 2010-11-10 10:14:42 +00:00
tonio
8319a75b90 Try to fix plist problem under netbsd 2010-11-07 18:36:08 +00:00
markd
d219d2320d Update to KDE SC 4.5.3
4.5.3 brings a number of improvements:

    * KSharedDataCache has cache invalidation bug fixed that caused stability
           when daylight saving time changed.
    * Icon overlays in Dolphin are now positioned correctly after adjusting
      the zoom level.
    * Okular, KDE's universal document viewer has seen improvements in the
      DjVu and XPS backends.
2010-11-03 20:07:33 +00:00
drochner
de39f940f0 update to 2.10.1, from Matthew Mondor per PR pkg/44017 2010-11-03 19:56:17 +00:00
abs
170657cc0e appears to have been missed inlast update 2010-11-03 09:19:20 +00:00
wiz
ba1f5ed083 Add buildlink3.mk based on one by Matthew Mondor in PR 44017. 2010-11-02 08:03:37 +00:00
wiz
fc6e4a7369 Fix build on DragonFly, from Antonio Huete Jimenez in PR 44015. 2010-10-31 23:43:08 +00:00
jakllsch
c779684c3a Backport upstream bugfix for PR#40149.
"Save and restore the palettes on VT switch."

upstream commits:
5efdf514ab0e5439114e8dd7a49105812155eb69
fc7aa6e3bbb86eaa2f34b827629f7e82cde65ac7
2010-10-27 16:48:26 +00:00
markd
1633b75bfa s/${MV}/${MV} -f/ 2010-10-27 05:39:13 +00:00
markd
86e363070a Fix build on NetBSD 5.x 2010-10-27 05:36:25 +00:00
markd
2afa7e9d9c Note dependency on docbook-xml and docbook-xsl and rework the handling
of the lack of pthread_mutexattr_setpshared() on NetBSD. Bump PKGREVISION
2010-10-26 11:46:57 +00:00
shattered
e26eb2272d Delint. 2010-10-25 23:00:09 +00:00
markd
1f19d95ee7 Update to KDE SC 4.5.2 2010-10-25 21:11:13 +00:00
markd
547720d8ee Update to KDE SC 4.5.2
4.5.2
translation updates, performance and stability improvements and other
bugfixes.

4.5.0
new versions of the Plasma Workspaces, the KDE Applications and the KDE
Development Platform in version 4.5.0. While focus within this release
cycle lay on stability, the overall polish and performance gain is well
noticable. Features such as the reworked notification area, Marble's map
routing and support for WebKit in Konqueror round up this release.
2010-10-25 20:55:22 +00:00
obache
925098cf7d Update ruby-gnome2 to 0.90.3.
= NEWS

== Ruby-GNOME2 0.90.3: 2010-10-23

NOTE: 0.90.x releases are for 1.0.0 major release.

  * Support String encoding in Ruby 1.9.
  * RVAL2CSTR2 and CSTR2RVAL2 are deprecated.
  * Ruby/GIO2 is imported as an experimental library.

=== Changes

==== All

  * Support String encoding.
    [Guillaume Cottenceau, Neil Roberts, Kouhei Sutou]
  * Don't install *.pc by default. Set pkgconfigdir make
    varialbe like 'make pkgconfigdir=/usr/lib/pkgconfig'.

==== Ruby/GLib2

  * Improvements:
    * declare argument types.
      [Nobuyoshi Nakada, Kouhei Sutou]

==== Ruby/GIO2

  * Imported as an experimental library.
    [Nikolai Weibull]

==== Ruby/GTK2

  * Improvements:
    * keep backward compatibility around GDK key
      symbols introduced at GTK+ 2.20.
      "[ruby-gnome2-devel-en] Constants names change in Gdk::KeyVal"
      [Vincent Carmona]
    * move gdk-pixbuf and cairo related methods from Ruby/GdkPixbuf2.
      "[ruby-gnome2-devel-en] gtk2 dependency to gdkpixbuf2"
      [Andrea Dallera, Kouhei Sutou]
  * Bug fixes:
    * fix GType conversion in Gtk::ItemFactory.new on 64bit
      platform.
      [Grant McLean, Steve Wills, Kouhei Sutou]

==== Ruby/GdkPixbuf2

  * Improvements:
    * move gdk-pixbuf and cairo related methods to Ruby/GTK2.
      "[ruby-gnome2-devel-en] gtk2 dependency to gdkpixbuf2"
      [Andrea Dallera, Kouhei Sutou]
    * change .pc filename from ruby-gdkpixbuf2 to
      ruby-gdk-pixbuf2.

==== Ruby/RSVG2

  * Bug fixes:
    * add missing libcroco dependency on Windows.
      [U.Nakamura, Kouhei Sutou]

==== Ruby/Poppler

  * Improvements:
    * support Popper 0.15.0. [#3079667]
      [Mamoru Tasaka, Kouhei Sutou]

  * Bug fixes:
    * add missing libjpeg dependency on Windows.
      [U.Nakamura, Kouhei Sutou]
    * fix installed Ruby/GLib2 gem can't be detected.
      [kdmsnr, Kouhei Sutou]

=== Thanks

  * U.Nakamura
  * kdmsnr
  * Mamoru Tasaka
  * Guillaume Cottenceau
  * Vincent Carmona
  * Grant McLean
  * Steve Wills
  * Andrea Dallera
  * Nobuyoshi Nakada
  * Neil Roberts

== Ruby-GNOME2 0.90.2: 2010-09-26

NOTE: 0.90.x releases are for 1.0.0 major release.

A RubyGems package fix release.

=== Changes

==== All

  * fix path.
    [kimura wataru, Kouhei Sutou]

==== Ruby/GTK2

  * Bug fixes:
    * fix gtk2/base.rb is missing in gem.
      [S.Kitagawa, Kouhei Sutou]

==== Ruby/GIO2

  * Bug fixes:
    * fix a typo in .pc name. [#3075619]
      [O01eg, Kouhei Sutou]

==== Ruby/RSVG2

  * Bug fixes:
    * also check rb_cairo.h availability. [#3075617]
      [O01eg, Kouhei Sutou]

=== Thanks

  * S.Kitagawa
  * O01eg
  * kimura wataru
2010-10-23 12:45:08 +00:00
drochner
00777082f7 update to 2.20.11
changes:
-Switch buttons "Make Default" and "Just For This Session" for better
 usability
-minor fixes
2010-10-22 19:27:07 +00:00
drochner
de0ace7dd5 update to 2.30.2
changes:
-Add session service activation file
-Don't crash on systems that don't support XF86VM or XRANDR gamma fad
-build fixes
-translation updates
2010-10-22 19:24:57 +00:00
drochner
bed796e98b update to 2.20.2
changes:
-minor fixes
-translation updates
2010-10-22 19:02:43 +00:00
drochner
b4f85b505f update to 2.10.5
changes: translation updates
2010-10-22 19:01:26 +00:00
ghen
ba6d60a855 Use official X.org master site (now in a subdir), noted by reed.
Fixes PR#43985.
2010-10-22 11:46:59 +00:00
wiz
74a7ff7c59 Update to 2.24.2:
2010-05-11  Mike Kestner  <mkestner@novell.com>

	* configure.in.in: work around removal of Mono.GetOptions.dll
	in mono trunk (2.8).

2009-03-16  Mike Kestner  <mkestner@novell.com>

	* Makefile.include: parallel make fix.
	* gconf/GConf/Makefile.am: parallel make fix.
	* gconf/GConf.PropertyEditors/Makefile.am: parallel make fix.
	Patch from Peter Alfredsen.  [Fixes #483251]
2010-10-16 16:13:55 +00:00