Commit graph

890 commits

Author SHA1 Message Date
wiz
75b1a38f55 Update to 2.26.2nb1: Update some patterns now that more stuff is in pkgsrc. 2009-08-21 15:37:42 +00:00
jdc
1e889af39c Regenerate for new patch-ad. 2009-08-21 15:13:45 +00:00
jdc
f8cdfef828 Add sparc* to the list of architectures where we don't want to try and use
builtins like __sync_fetch_and_add(), when they don't exist.
2009-08-21 15:12:19 +00:00
adam
da9e564356 Fixed detection of threads on NetBSD 2009-08-21 14:54:30 +00:00
tnn
29447f01c4 not for python-2.4, because support was dropped from py-gtk2 2009-08-19 11:34:34 +00:00
obache
b728468db7 Update ruby-gnome2 to 0.19.1.
This release is a bug fix release of 0.19.0.

=== Changes

==== Ruby/GTK2

  * use RUBYARCHDIR
    [OBATA Akio]
  * #2814953: install missing headers
    [Mamoru Tasaka]

==== Ruby/GLib2

  * Bug fixes:
    * avoid object allocation while GC
      [OBATA Akio, Kouhei Sutou]
  * use RUBYARCHDIR
    [OBATA Akio]
  * mkmf-gnome2.rb add "-I$(vendorarchdir)" to $CPPFLAGS.
    [OBATA Akio, Kouhei Sutou]

==== Ruby/ATK

  * use RUBYARCHDIR
    [OBATA Akio]

==== Ruby/Pango

  * use RUBYARCHDIR
    [OBATA Akio]
  * use gem version rcairo as fallback
    [OBATA Akio]

==== Ruby/Libart

  * use RUBYARCHDIR
    [OBATA Akio]

==== Ruby/GdkPixbuf

  * use gem version rcairo as fallback
    [OBATA Akio]

==== Ruby/GnomePrint

  * install rblibgnomeprintversion.h
    [OBATA Akio, Kouhei Sutou]

==== Ruby/GtkMozEmbeded

  * fix header generation error caused by missing file
    [OBATA Akio]

==== Ruby/VTE

  * support VTE 0.20
    [Kouhei Sutou]

==== Ruby/PanelApplet

  * #2815036: re-support Ruby 1.8.6.
    [Mamoru Tasaka, Kouhei Sutou]

==== Ruby/Libglade2

  * Debian#519786: fix GC related SEGV when a widget in
    glade is removed by hand.
    [Arnaud Cornet, Kouhei Sutou]

=== Thanks

  * OBATA Akio
  * Mamoru Tasaka
  * Arnaud Cornet
2009-08-12 12:43:08 +00:00
markd
dad35281a7 Update to gnuradio 3.2
many new features and bugfixes.
2009-08-12 12:20:04 +00:00
tnn
44e77c096b fix p5-Gtk2-GladeXML dependency 2009-08-08 06:33:11 +00:00
tnn
bca0fd8418 switch to the latest firefox, bump version to 0.3 2009-08-05 13:57:03 +00:00
wiz
6f7c23cfe5 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00
wiz
fa359a7c89 Bump version to 1.4 for Robert Elz (PR 41714). 2009-07-18 10:19:08 +00:00
joerg
77578ed74a php-sqlite no longer support PHP 4. Bump revision. 2009-07-13 14:49:15 +00:00
drochner
677ea2d308 update for gnome-2.26.3 2009-07-09 17:38:55 +00:00
drochner
db2f47e0b9 correct for two more pkgs which were already up-to-date 2009-06-23 19:41:36 +00:00
drochner
4dc1a741f5 sync with reality, call it 2.26.2 2009-06-22 16:18:10 +00:00
hasso
27d86729f9 Remove x11/xf86-video-via, it doesn't build, it's deprecated and
x11/xf86-video-openchrome replaces it.
2009-06-15 11:05:15 +00:00
hasso
ff7da83f5f Mark x11/xf86-video-cyrix and x11/xf86-video-imstt broken. 2009-06-15 10:49:15 +00:00
wiz
6bec174e7f Bump PKGREVISION for vte-0.20.5. 2009-06-11 08:10:25 +00:00
ahoka
4ce2a3482a Add pkgin for easy package management. 2009-06-08 22:49:22 +00:00
obache
98c6736c1b Update ruby-gnome2 to 0.19.0.
== Ruby-GNOME2 0.19.0: 2009-05-29

This release supports new versions of panel-applet and xulrunner
and fixes various bugs including some GC issues

=== Changes

Ruby/GLib2:
  * add 'const' to name argument of rbgerr_define_gerror()
    [Nikolai Weibull, Kouhei Sutou]
  * Bug fixes:
    * #2420281: Failed to build
      [troels knak-nielsen, Kouhei Sutou]
    * #2493874: glib/rbglib_maincontext.c error in "RUBY_UBF_IO"
      [boo, Kouhei Sutou]
    * wrong priority conversion in GLib::Timeout.add and
      GLib::Timeout.add_seconds.
      [Nikolai Weibull]
    * fixed limits of basic types
      [Pascal Terjan]

Ruby/GTK2:
  * Bug fixes:
    * fixed initialize function is deleted.
      [kimura wataru, Kouhei Sutou]
    * checked GTK_FILE_SYSTEM_ERROR availability. GTK+ 2.15.x
      doesn't have it.
      [Kouhei Sutou]
    * fixed GC problems.
      [Kouhei Sutou]
    * #2195432: Gtk::RCStyle.set_color_flags wrong conversion
      [Jesse van den Kieboom, Kouhei Sutou]
    * #2318481: gtkselectiondata_set Drag and Drop API problem
      [dave foster, Kouhei Sutou]
    * #2420281: Failed to build
      [troels knak-nielsen, Kouhei Sutou]

Ruby/Pango:
  * added Pango::Attribute#start_index= and Pango::Attribute#end_index=.
    [Geoff Youngs, Kouhei Sutou]

Ruby/Poppler:
  * removed 0.6.x support. 0.8.0 or later is required.
    [Kouhei Sutou]

Ruby/RSVG2:
  * fixed broken cairo integration.
    [James Healy, Kouhei Sutou]

Ruby/PanelApplet:
  * #2466921: fixed build failure with libpanel-applet >= 2.25
    [Mamoru Tasaka, Kouhei Sutou]
  * fixed incomplete install.
    [Pascal Terjan, Kouhei Sutou]

Ruby/GtkMozEmbed:
  * supported XULRunner 1.9.0.
    [Arnaud Cornet, Kouhei Sutou]

Ruby/GNOME2:
  * supported MinGW.
    [id:luna_8bit, Kouhei Sutou]

Ruby/Bonobo2:
  * moved Bonobo.setup_x_error_handler to Ruby/BonoboUI2.
    [id:luna_8bit, Kouhei Sutou]

Ruby/BonoboUI2:
  * moved Bonobo.setup_x_error_handler from Ruby/Bonobo2.
    [id:luna_8bit, Kouhei Sutou]

Ruby/GnomeVFS:
  * format security error.
    [Pascal Terjan]

=== Thanks

  * kimura wataru
  * Philipp Götzinger
  * Andrew S. Townley
  * Jesse van den Kieboom
  * James Healy
  * dave foster
  * troels knak-nielsen
  * boo
  * Geoff Youngs
  * Arnaud Cornet
  * id:luna_8bit
  * ...
2009-05-31 09:00:48 +00:00
wiz
8286c5b2ad Update to 2.26.1.91, patterns updated for sno's p5 updates. 2009-05-21 20:40:03 +00:00
wiz
a6f66a8326 Update pattern, package was already up-to-date. 2009-05-21 15:51:13 +00:00
wiz
67c469370b Update for Gnome 2.26.2. 2009-05-21 13:52:05 +00:00
wiz
8e36da1463 Update to 2.26.1.90, update patterns. 2009-05-21 13:48:11 +00:00
wiz
b0c038b2c9 2.26.1.99: update as far as pkgsrc is current -- two updates missing
and two completely new packages.
2009-05-21 11:41:18 +00:00
wiz
d4e012af8d Update as far as pkgsrc is current -> 2.26.1.99. 2009-05-21 11:38:50 +00:00
wiz
f0f59b4f5b Update comments. 2009-05-21 10:56:03 +00:00
wiz
c35df74b82 Update to 2.26.2. 2009-05-21 10:55:02 +00:00
wiz
6ac11147ab Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
reed
4bc25606f5 Improve dewey pattern. 2009-05-05 12:53:50 +00:00
reed
676e059275 Add PREV_PKGPATH and/or SUPERSEDES for various packages that
were moved or renamed.

This was for some from 2008 and 2009 and one from 2001.

Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
2009-05-02 16:21:43 +00:00
drochner
51ffefdb16 update for gnome-2.26.1 2009-04-16 18:55:23 +00:00
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
wiz
73dfafdd04 Fix paths. 2008-12-03 09:27:46 +00:00
wiz
379895be5d Add mousetweaks dependency. Bump version. 2008-12-03 09:27:19 +00:00
wiz
5df9c6d50d Add two more newly packaged dependencies. Bump version. 2008-12-02 23:09:07 +00:00
wiz
05d73ee09d Updated two more, bump version. 2008-12-02 20:33:53 +00:00
wiz
0a2fcda9e2 Pull in some more of the now updated GNOME-2.24.2 packages.
Bump version.
2008-12-02 17:33:46 +00:00
wiz
9c2670f0dc + gnome-mobile. 2008-11-29 08:57:47 +00:00
wiz
668c0537d0 Import gnome-admin-2.24.1.90 as meta-pkgs/gnome-mobile.
GNOME is the GNU Network Object Model Environment.

The GNOME project intends to build a complete, easy-to-use desktop
environment for the user, and a powerful application framework for
the software developer.

This is a meta package for the second major version of the GNOME
project.  It provides the GNOME mobile support, defined
by the project as the "GNOME mobile".
2008-11-29 08:57:03 +00:00
wiz
7c0f1feb60 Update for GNOME 2.24.2. A few done, quite a few to do. 2008-11-29 08:51:38 +00:00
wiz
2ecba7a9e5 Update for 2.24.2 -- one TODO, gtk2. 2008-11-29 08:39:52 +00:00
wiz
86fd059906 Update for 2.24.2 -- one more todo than before. 2008-11-29 08:37:25 +00:00
wiz
143e1a5a63 Update for 2.24.2 -- nothing to do. 2008-11-29 08:36:08 +00:00
wiz
f3be984504 Update for 2.24.2, no changes -- still lots to do here. 2008-11-29 08:35:42 +00:00
wiz
9c4505c53b Update comment with URL. 2008-11-29 08:34:48 +00:00
wiz
76161c99f7 Update for GNOME-2.24.2 (complete -- only one package ;) ). 2008-11-29 08:34:29 +00:00
wiz
bd5076a6cb Update for GNOME 2.24.2 -- still many packages need updating. 2008-11-29 08:33:41 +00:00
wiz
cc1724aef9 No changes for 2.24.2, but nothing packaged yet. Update URL. 2008-11-29 08:32:13 +00:00
jmcneill
88830b8410 Add a note on how to setup the hal daemon. 2008-11-28 18:22:45 +00:00
wiz
b60109aeb7 Depend on gnome-power-manager and gnome-volume-manager. Bump version. 2008-11-24 13:12:37 +00:00
joerg
49d37ffcf4 Fix spelling of variable and dependency. 2008-11-19 01:16:24 +00:00
wiz
9ed3fa5067 Depend on py-gnome2-desktop again, python support should work again. 2008-11-18 23:22:23 +00:00
wiz
05edcaa392 Unrestrict python again, now that drochner fixed py-cairo to work with 2.4. 2008-11-18 23:21:41 +00:00
joerg
7aedc2dbdd Fix package name to follow Python naming convention. 2008-11-18 22:58:41 +00:00
joerg
c9ac5e36f8 Don't depend on any python bindings until the Python support is sorted
out.
2008-11-18 19:09:27 +00:00
joerg
94606859d8 Restrict to 2.5 as py-gnome is restricted. 2008-11-18 18:05:29 +00:00
wiz
a6ab217c8e Depend on proper p5-glib2 version, bump version. 2008-11-18 08:41:16 +00:00
wiz
5e17990bbd Depend on proper libgtop and gnome-system-monitor, bump version. 2008-11-15 19:39:54 +00:00
wiz
35126eea20 Depend on newly packaged liboobs as well, ride version bump. 2008-11-15 19:03:28 +00:00
jmcneill
20aa1b000c Pull in gnome-system-tools, bump version to 2.24.0.96 2008-11-15 18:38:48 +00:00
wiz
804183b70d Depend on proper gnome-screensaver version, bump version. 2008-11-15 12:22:15 +00:00
wiz
9666e2e3e6 Add empathy dependency. Bump version. 2008-11-14 23:06:33 +00:00
wiz
1633fe0746 Depend on proper cheese version, bump version. 2008-11-14 11:26:30 +00:00
jmcneill
5247c02ca3 Pull in sound-theme-freedesktop 2008-11-14 01:27:51 +00:00
hasso
93f3c65c5f Correct DISTNAME. 2008-11-11 11:15:21 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
wiz
7bfc74e3cb Finish rename of gnome-bindings-{c++,mono} to {c++,mono}-gnome-bindings. 2008-11-10 16:36:57 +00:00
wiz
82a5d2af4b Reimport of gnome-bindings-mono. 2008-11-10 16:36:05 +00:00
wiz
58f675c6ed Reimport of gnome-bindings-c++. 2008-11-10 16:35:48 +00:00
wiz
df1c5075b9 Fix pattern. 2008-11-10 11:55:54 +00:00
jnemeth
d64606a950 mark sound-juicer as too old 2008-11-10 11:09:28 +00:00
wiz
0073c7cdab Add and enable Gnome bindings packages. 2008-11-09 10:41:42 +00:00
wiz
1a5ee93014 Initial import of the Gnome bindings packages (except for the Java ones).
Names as discussed on tech-pkg.
2008-11-09 10:40:57 +00:00
wiz
f6bd88f71d Remove unmaintained and undefined gtk2-extras package. 2008-11-08 18:46:53 +00:00
wiz
10cd5fdde9 gnome-netstatus was update, depend on correct version. Bump version. 2008-11-08 18:41:56 +00:00
wiz
c322206c8e Depend on proper alacarte version. Bump version. 2008-11-08 14:13:26 +00:00
wiz
ff46659398 Mark gnome-screensaver as "too old". 2008-11-08 12:36:45 +00:00
jnemeth
a4b6fe9356 remove duplicate line and fix some more bad dependencies 2008-11-08 11:44:42 +00:00
jnemeth
39f4c5a9af depend on py-gnome2-desktop>=2.24.0; kinda hard to depend on a version
that does not exist
2008-11-07 23:33:29 +00:00
jnemeth
be1fbedff4 move META_PACKAGE above include pyversion.mk which includes other things
that will cause a build failure otherwise
2008-11-07 21:54:58 +00:00
wiz
369cbe41a2 + gnome-devtool, - gnome-devel. 2008-11-07 15:27:03 +00:00
wiz
c7a1b5014d Remove gnome-devel, no upstream equivalent. 2008-11-07 15:26:36 +00:00
wiz
6a8915c8b7 Import gnome-devtools-2.24.0.90 as meta-pkgs/gnome-devtools.
XXX: two packages missing

GNOME is the GNU Network Object Model Environment.

The GNOME project intends to build a complete, easy-to-use desktop
environment for the user, and a powerful application framework for
the software developer.

This is a meta package for the second major version of the GNOME
project.  It provides tools developing application under GNOME.
2008-11-07 15:25:28 +00:00
wiz
b3e491896b Remove gnome-base, no upstream equivalent. 2008-11-07 15:20:23 +00:00
wiz
7c8b09c4c7 Import gnome-admin-2.24.0.90 as meta-pkgs/gnome-admin.
XXX:
This is mostly added to note that the two dependencies pessulus
and sabayon need to be packaged.

GNOME is the GNU Network Object Model Environment.

The GNOME project intends to build a complete, easy-to-use desktop
environment for the user, and a powerful application framework for
the software developer.

This is a meta package for the second major version of the GNOME
project.  It provides the GNOME administration applications, defined
by the project as the "GNOME admin".
2008-11-07 15:16:32 +00:00
wiz
fc47064fcb Remove gnome-keyring dependency, not needed.
I do not see how this could become a circular dependency as the comment claimed.

Bump PKGREVISION.
2008-11-07 15:14:54 +00:00
wiz
ae199471f4 On second thought, update the gnome meta package instead of creating
a meta package that has the same name as one of its components (ouch).

Depend on any version of the packages that are outdated instead of not
depending on them.
2008-11-07 15:09:42 +00:00
wiz
14d249735a + gnome-desktop. 2008-11-07 15:00:20 +00:00
wiz
b6d8f6aa8c Import gnome-desktop-2.24.0.90 as meta-pkgs/gnome-desktop.
XXX:
Marked as 2.24.0.90 because it doesn't contain all the gnome-2.24.1
packages yet. Some are not yet updated, a few are not even packaged.
Please read the Makefile to see what's to be done.

DESCR:
GNOME is the GNU Network Object Model Environment.

The GNOME project intends to build a complete, easy-to-use desktop
environment for the user, and a powerful application framework for
the software developer.

This is a meta package for the second major version of the GNOME
project.  It provides the main GNOME applications, defined by the
project as the "GNOME desktop".
2008-11-07 14:59:08 +00:00
wiz
e1eed851a4 Readd libgnomecanvas, it is still part of gnome-platform.
See http://ftp.gnome.org/pub/GNOME/platform/2.24/2.24.1/sources/

Note this URL in a comment.

Bump PKGREVISION.
2008-11-07 14:16:53 +00:00
wiz
f2eed28aa9 Update to 2.24.1. 2008-10-29 02:15:37 +00:00
obache
efd4c6c7c5 Update ruby-gnome2 to 0.18.1.
== Ruby-GNOME2 0.18.1: 2008-10-23

This release is bug fix release of 0.18.0.

=== Changes

Ruby/GTK2:
  * fix a bug that init function is deleted. [Kouhei Sutou]
2008-10-28 13:43:57 +00:00
jmcneill
93539da52a Add cheese 2008-10-28 12:18:13 +00:00
jmcneill
2c4fcb0ee2 Enable ekiga 2008-10-28 12:17:14 +00:00
wiz
3e56439498 Depend on libsoup24 instead of libsoup-devel. 2008-10-28 11:03:24 +00:00
jnemeth
4528ef3f37 nor imaginary versions of gucharmap 2008-10-26 09:07:45 +00:00
jnemeth
ecb47aca6a bah! try not to include imaginary versions 2008-10-26 09:03:19 +00:00
jnemeth
7504757563 Bump versions of dependencies so that this really does represent
Gnome 2.24 instead of a strange conglomeration of stuff from 2.18
upwards.
2008-10-26 09:00:06 +00:00
jnemeth
0620f6e691 don't forget revision bump 2008-10-24 20:56:24 +00:00
jnemeth
5e5b24d536 update to require gtkhtml314 >= 3.24.1 2008-10-24 20:55:38 +00:00