Commit Graph

9876 Commits

Author SHA1 Message Date
ajacoutot
8334fc5654 Import gnome-video-arcade-0.8.0.
GNOME Video Arcade is a clean and simple MAME front-end for the GNOME
Desktop Environment.

GNOME Video Arcade recognizes that the frontend is not the point, the
games are. As such, its chief design goal is to help you quickly find a
game to play and then get out of the way. Its purpose is not to help you
manage your ROM collection, nor to provide a confusing graphical
interface for MAME's plethora of configuration options.
It can utilize third-party data files like arcade history and game
categories.

ok jasper@
2011-05-16 09:44:33 +00:00
jasper
d7b671ee79 tweak comments 2011-05-16 09:40:44 +00:00
jasper
0b5b0d1982 fix LIB_DEPENDS/WANTLIB
spotted by landry@
2011-05-16 08:42:45 +00:00
ajacoutot
4e2b6df1b3 Add the EPOCH to the webkit dependency.
spotted by landry@
2011-05-16 08:24:31 +00:00
jasper
0bc83b4283 - disable mpfr module, this needs mpfr 3.x after all. 2011-05-15 14:35:58 +00:00
jasper
f5a1e59407 - fix REPL by linking with termcap where we link with readline
- regen WANTLIB accordingly
2011-05-15 14:11:52 +00:00
sebastia
dda38efe9d enable affiche 2011-05-15 13:06:47 +00:00
sebastia
bc40b6794a Import Affiche: GNUstep sticky notes
Affiche is a little application that allows people to "stick" little
notes on their computer desktop.

OK sthen@
2011-05-15 13:05:54 +00:00
sebastia
7731a20298 use PKGNAME ?= ${DISTNAME:L} in Makefile.inc, and remove it from the gnustep ports that use it.
OK sthen@
2011-05-15 13:03:26 +00:00
jasper
901fd28288 force dependency on latest gucharmap (with gtk3 enabled) 2011-05-15 09:25:01 +00:00
jasper
d176dcc25a hookup ze gtk2 flavor for gucharmap 2011-05-15 09:24:12 +00:00
jasper
8bdad66971 depend on gucharmap,gtk2 2011-05-15 09:23:01 +00:00
jasper
fd95f9b2d1 - switch by default to gtk3, and add a gtk2 flavor for current users of gucharmap.
discussed with/ok aja@
2011-05-15 09:22:36 +00:00
jasper
a56e42a351 plug a few leaks, from upstream 2011-05-14 22:46:50 +00:00
jasper
61849a4d47 add explicit run dependency on gsettings-desktop-schemas
remove bogus build dep,

pointed out by aja@
2011-05-14 22:43:48 +00:00
jasper
dbc28b72b4 add commented gedit-plugins entry 2011-05-14 22:35:06 +00:00
jasper
8bdb62f8d2 import gedit-plugins
Bunch of additional plug-ins for Gedit.

This also has issues (libpeas/gedit related?), so also not hooking it up yet.
2011-05-14 22:34:30 +00:00
jasper
397df9c300 point homepage to the "old" plugins page for gedit based on gtk2. 2011-05-14 22:23:26 +00:00
ajacoutot
3647d3b2fd Add commented tweak-tool. 2011-05-14 22:23:15 +00:00
ajacoutot
2a00b3c4b6 Import gnome-tweak-tool-3.0.3.
The gnome-tweak-tools allows tweaking hidden gtk+3/GNOME3 settings.

There's an issue with g-o-i / py-gobject, so not hooked up yet.
ok jasper@
2011-05-14 22:22:00 +00:00
ajacoutot
23ad560af3 Build and run depends on the gtk2 FLAVOR of gconf2,-gtk. 2011-05-14 22:19:13 +00:00
jasper
15c970bc86 add commented gedit entry 2011-05-14 22:17:38 +00:00
jasper
359fe89ec2 import gedit 3.0.2, still has some issues so not hooking it up yet 2011-05-14 22:17:15 +00:00
jasper
ed7cfcb5e6 comment the .la files 2011-05-14 22:10:08 +00:00
jasper
cb74d2eb95 USE_LIBTOOL=Yes is already implied by gnome.port.mk 2011-05-14 21:56:18 +00:00
ajacoutot
c28783742f Explicitely add x11/gtk+2 as a LIB_DEPENDS and add devel/gconf2,-gtk to
RUN_DEPENDS.
2011-05-14 21:35:08 +00:00
ajacoutot
8e6304f974 deve/gconf2 is about to loose its dependency on x11/gtk+2 so explicitely
register x11/gtk+2 for ports depending on gconf2 that don't have another
dependency that would bring it.

discussed with jasper@
2011-05-14 21:29:03 +00:00
jasper
3bd54c6597 sync 2011-05-14 20:22:15 +00:00
jasper
533de1937e import gnome-backgrounds 3.0.1
This package contains a collection of wallpapers for use with GNOME.

looks fine to aja@
2011-05-14 20:21:34 +00:00
jasper
a49be8111e - no need anymore for the inline getline() implementation; it's not used anymore 2011-05-14 13:41:14 +00:00
jasper
ffa0df82c6 remove leftover patch 2011-05-14 13:06:29 +00:00
jasper
06adc6f4c0 - update gucharmap to 3.0.1 2011-05-14 12:36:18 +00:00
ajacoutot
36aea961da Unfuck dependencies. 2011-05-14 09:48:17 +00:00
ajacoutot
726a4593f2 +keyring 2011-05-14 09:42:56 +00:00
ajacoutot
fd873ed1f0 Import gnome-keyring-3.0.1.
gnome-keyring is a program that keep password and other secrets for
users. It is run as a daemon in the session, similar to ssh-agent, and
other applications can locate it by an environment variable.
 
The program can manage several keyrings, each with its own master
password, and there is also a session keyring which is never stored to
disk, but forgotten when the session ends.

ok jasper@
2011-05-14 09:42:19 +00:00
ajacoutot
f8ba010ccf Update to gnome-devel-docs-3.0.2. 2011-05-14 09:10:40 +00:00
sebastia
f8cfa51cc9 Update simpleagenda to 0.42, now supporting alarms, and making use of the dbuskit
OK landry@
2011-05-14 08:35:30 +00:00
sebastia
aa3e6e1684 Enable dbuskit 2011-05-14 08:33:52 +00:00
sebastia
cd3938e3c3 import DBusKit: GNUstep dbus interface
DBusKit is the GNUstep D-Bus bindings framework. The framework allows
Objective-C applications to access the D-Bus inter-process communication
system.

OK landry@
2011-05-14 08:32:30 +00:00
jasper
5dbbaad218 sync 2011-05-14 08:28:49 +00:00
jasper
c1495b2b0c import gnome-menus 3.0.1
The package contains an implementation of the draft "Desktop
Menu Specification" from freedesktop.org for GNOME:
  http://www.freedesktop.org/Standards/menu-spec
Also contained here are the GNOME menu layout configuration
files, .directory files and assorted menu related utility programs.

ok aja@
2011-05-14 08:27:47 +00:00
jasper
71a5d8aace import libgweather 3.0.0
libgweather is a library to access weather information from online
services for numerous locations.

ok aja@
2011-05-14 08:27:05 +00:00
ajacoutot
d1ba7954b8 +libgnome-keyring 2011-05-13 23:18:10 +00:00
ajacoutot
68f9e1e481 Import libgnome-keyring-3.0.1.
gnome-keyring is a program that keep password and other secrets for
users. The library libgnome-keyring is used by applications to integrate
with the gnome keyring system.

ok jasper@
2011-05-13 23:17:25 +00:00
ajacoutot
c2d4e1344f +settings-daemon 2011-05-13 23:16:24 +00:00
ajacoutot
b488239e0d Import gnome-settings-daemon-3.0.1.
GNOME settings daemon to control settings and preferences throughout the
desktop.

ok jasper@
2011-05-13 23:15:13 +00:00
jasper
a84cbb033f sync 2011-05-13 23:09:00 +00:00
jasper
0f30b523ba import gnome-terminal 3.0.1
gnome-terminal is a terminal emulator program that is part of the GNOME
project.  gnome-terminal supports color displays and provides mouse
support to applications that are aware of mouse events for xterm-like
terminals.

ok aja@
2011-05-13 23:08:32 +00:00
ajacoutot
97fb855db5 +libgnomekbd 2011-05-13 21:46:10 +00:00
ajacoutot
955ef0b04e Import libgnomekbd-3.0.0.1.
GNOME keyboard configuration library.

ok jasper@
2011-05-13 21:45:30 +00:00