Commit graph

758 commits

Author SHA1 Message Date
rh
966671f5ff Update the gnustep meta-package to 2.0.8. This reflects the recent GNUstep
package updates and filesystem layout changes.
2009-04-13 12:47:43 +00:00
wiz
3220d156ab Add vinagre dependency. 2009-04-06 10:20:59 +00:00
he
43cafc3804 Bump PKGREVISION following the update of textproc/icu, and the
corresponding change of ABI.

OK'ed by wiz@ (as was the textproc/icu update).
2009-03-25 22:37:12 +00:00
wiz
1349acce15 Update some patterns. 2009-03-22 20:10:32 +00:00
snj
c7bb22accc Reflect py-gtksourceview-2.6.0 which went in a minute before. 2009-03-22 16:12:11 +00:00
wiz
27cea5ab04 Update some patterns, and note missing updates. 2009-03-22 16:07:51 +00:00
wiz
9e1a23e822 Update patterns, still two unpackaged. 2009-03-22 12:29:04 +00:00
wiz
87e4ba7b8e Update patterns. Still nothing packaged. 2009-03-22 12:24:02 +00:00
wiz
c38076d248 Update to 2.26.0. 2009-03-22 12:21:26 +00:00
wiz
3d69824a72 Update to 2.26.0. 2009-03-22 10:13:32 +00:00
wiz
185bdc6617 Update to 2.26.0. 2009-03-22 10:12:16 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
drochner
216397de53 update for gnome-2.26.0 2009-03-19 11:34:20 +00:00
jmcneill
0400524ea4 Re-add FAM message. 2009-03-17 14:46:39 +00:00
jmcneill
3601e2920d Pull in resindvd plugin 2009-03-16 11:43:14 +00:00
jmcneill
063c965bf4 gamin is now the default instead of FAM, so remove one step from
post-install configuration
2009-03-16 08:50:43 +00:00
hasso
a56975d504 Restore some patches removed during last package update to make it compile
again on DragonFly. patch-af is probably merge error from upstream,
patch-aq is a temporary workaround and not for inclusion to upstream as
such.
2009-03-13 07:48:57 +00:00
jmmv
1bb4f73043 Update boost to 1.38.0. Patches from Brook Milligan in private mail.
Lots of changes to list here.  As usual, some new libraries have been
added and there have been improvements all around.  Of special interest
is that we can now erase most of our local patches because they have
been imported upstream.
2009-03-03 08:57:57 +00:00
ahoka
60be936149 add desktop-gnome 2009-02-23 17:53:07 +00:00
ahoka
84dc3df49b Import desktop-gnome-0.1 as meta-pkgs/desktop-gnome.
Primary goal for the desktop project:

Given a NetBSD CD and a reasonably modern x86 computer, make it
possible to install a useful desktop system in under 15 minutes,
responding to only a few prompts in the process.

The package collects the required software for the project.
It's the gnome based version, a KDE based version is planned in the future.
2009-02-23 17:52:25 +00:00
wiz
f17e1e8fd4 Depend on p5-Gtk2-GladeXML. Bump version. 2009-02-23 08:59:14 +00:00
tron
adcd638949 We don't need to set "DISTFILES" for a meta package. 2009-02-18 11:17:31 +00:00
joerg
3c645bb7fc Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
2009-02-09 22:56:21 +00:00
wiz
4a2bf04f93 Add accerciser DEPENDS. Welcome to 2.24.3. 2009-01-16 23:40:15 +00:00
wiz
5e71425a98 2.24.2.91: Add gnome-devel-docs dependency. 2009-01-16 15:04:53 +00:00
wiz
3553c9ff5b Update to GNOME 2.24.3. 2009-01-16 14:40:32 +00:00
wiz
91b583984b Update to GNOME 2.24.3. 2009-01-16 14:40:31 +00:00
wiz
fcec0acc6f All dependencies updated -- welcome to 2.24.2! 2009-01-12 15:59:16 +00:00
wiz
ffae7ac5f0 Depend on proper gtk2 version. Bump to 2.24.1.91. 2009-01-12 12:44:11 +00:00
wiz
a68713d006 Depend on proper gtk2 version. Bump to 2.24.2! 2009-01-12 12:43:47 +00:00
wiz
a8c963db45 Update DEPENDS, p5-gtk2 is now new enough. 2009-01-11 22:06:01 +00:00
obache
1551dff009 Sort. 2009-01-01 06:45:42 +00:00
ahoka
4aa4cf990d +pulseaudio-tools 2008-12-29 16:04:03 +00:00
ahoka
6bdb8a1c56 Import pulsaudio-tools-0.9 as meta-pkgs/pulseaudio-tools.
PulseAudio is a sound server for POSIX and Win32 systems. A sound server is
basically a proxy for your sound applications. It allows you to do advanced
operations on your sound data as it passes between your application and your
hardware. Things like transferring the audio to a different machine, changing
the sample format or channel count and mixing several sounds into one are
easily achieved using a sound server.

This meta package provides the applications for managing PulseAudio.
2008-12-29 16:02:44 +00:00
jmcneill
a3f75b3e42 orca depends on gnome-mag; give it the same treatment on XFree86 2008-12-25 01:28:15 +00:00
jmcneill
39db59f1dc Disable mousetweaks if X11_TYPE == native and xtst.pc isn't found 2008-12-25 00:56:34 +00:00
jmcneill
98faf4c6ab gnome-power-manager insists on xrandr 1.2, so don't bother pulling it
in if the .pc isn't found (like with XFree86)
2008-12-24 21:46:22 +00:00
jmcneill
78ca0aca86 Don't attempt to build gnome-mag if X11_TYPE=native and libXdamage isn't
provided.
2008-12-24 21:26:13 +00:00
jmcneill
684843fa3e Remove net/ekiga dependency, as ekiga needs opal -> ffmpeg -> lame, which
has a special license.
2008-12-24 11:47:43 +00:00
jmcneill
202db4430b Since we use pulseaudio by default for GNOME, we should probably pull in
gst-plugins0.10-pulse here.
2008-12-22 12:21:12 +00:00
jmcneill
32c9a7fcda Add a note about how to start avahidaemon if it has been installed. 2008-12-20 23:38:56 +00:00
hira
0fb2909916 Bump PKGREVISION for updating sysutils/xfce4-thunar and x11/xfce4-session. 2008-12-20 00:12:34 +00:00
jmcneill
df9f264194 Add gst-plugins0.10-pulse, bump PKGREVISION 2008-12-18 17:35:18 +00:00
hira
49f92de031 Bump PKGREVISION for updates of Xfce packages. 2008-12-18 17:01:37 +00:00
hira
9bd4d8b349 Update Xfce to 4.4.3. This is bug fix release.
Changes since 4.4.2:

x11/xfce4-panel:
  * Quite a bit code changed in the dnd code. Mostly to fix a segfault
    in FreeBSD-amd64, but more problems were discovered and a lot of
    code was simplified.
  * Don't respond the uri drags, we don't use it and it only causes
    problems like hiding the panel when a file was dragged over the
    panel (Bug #3815).
  * Fix crash with xrandr 1.2 (Bug #3620)

x11/xfce4-desktop:
  * Make menu panel plugin honor CustomizeDesktopMenu kiosk setting
    (Bug #1026).
  * Fix incorrect initial desktop font size when setting custom font
    size if a custom font was never set before (Bug #3957).

wm/xfce4-wm:
  * Fix automaximize on move
  * Remove trailing \0 in UTF-8 strings, that causes libwnck to
    rightfully complain that NET_WM_NAME contains invalid UTF-8
  * Exit on SelectionClear event so that xfwm4 exits even with WM who
    do not send a ClientMessage event such as Openbox (Bug #2374)
  * Backport overlay and compositor support from trunk (Bug #3849)
  * Filter out grab/ungrab events so we don't end up redrawing the
    frame twice
  * Set monitor when positionning menu (Bug #4162)
  * Reduce flickering during resize (Bug #4283)
  * Fix NET_WM_STATE claiming maximization vertical and horizontal even
    if only horizontal of vertical is actually set (Should fix Bug #3969)
  * Loosen the rule that prevents an application from iconifying itself
    when skip_taskbar is set (Bug #4434)
  * Rework visual depth selection of the frame window (Bug #4452)
  * Add support for NET_MOVERESIZE_WINDOW
  * Take gravity bit into account in configure resize only requests to
    comply with standard (Bug #3634)
  * Add client windows to save set to avoid loosing all windows in case
    of crash
  * Use guint32 instead of Time internally to avoid potential issues in
    64bits
  * Add a "--replace" command line option to replace ICCCM2 compliant
    window managers (Bug #3731)

x11/libxfce4gui:
  * Fix format-string vulnerability in dialog code

x11/xfce4-terminal:
  * Update to latest trunk translations.

sysutils/xfce4-thunar:
  * Update to latest trunk translations.

editors/xfce4-mousepad:
  * Sort recent items by most recently used.

x11/xfce4-utils:
  * Fix missing translated chars (Bug #3543)

Updated translations:
  * Basque
  * Brazilian Portuguese
  * Catalan
  * Chinese Traditional
  * Danish
  * Estonian
  * Finnish
  * French
  * Galician
  * German
  * Indonesian
  * Japanese
  * Korean
  * Kurdish
  * Latvian
  * Norwegian
  * Polish
  * Sinhala
  * Slovak
  * Slovene
  * Spanish
  * Turkish
  * Urdu
2008-12-17 12:50:02 +00:00
wiz
cdd691f6d9 Depend on correct anjuta version, bump version. 2008-12-04 17:32:36 +00:00
wiz
f0717e29e8 Fix PKGNAME. 2008-12-04 16:57:10 +00:00
wiz
cd21f86555 Add tomboy dependency, bump version. 2008-12-04 16:47:59 +00:00
wiz
1970d78ae9 Note that vinagre is packaged in wip because it does not work. 2008-12-04 16:10:15 +00:00
wiz
04246b06e1 Depend on new py-gtksourceview package. Bump version.
I wonder why upstream does not put this in the py-bindings set instead...
2008-12-03 09:45:26 +00:00