ajacoutot
3522e1dd36
Some rewordings and remove mention of GDM for now.
2011-09-14 08:38:40 +00:00
ajacoutot
b509a978f0
Add a build dependency on gnome-menus. Normally this should have been
...
taken care of automatically because alacarte depends on gnome-panel
(which itself depends on gnome-menus); however this dependency is not
enforced: it can either be gnome-panel or exo (for XFCE users).
missing dependency spotted by Josh Grosse, thanks.
2011-09-14 06:25:06 +00:00
ajacoutot
6b737a552f
Remove gratuitous patch.
2011-09-14 05:52:04 +00:00
gsoares
c443db73c7
update x11/dwm to 5.9
...
ok jim@ ( maintainer )
2011-09-13 14:02:53 +00:00
ajacoutot
ac7e98c62d
+gdl1
2011-09-13 13:01:32 +00:00
ajacoutot
c6b81d8c72
RE-import gdl-2.30.1 as x11/gnome/gdl1 since a stupid map viewer still
...
needs this oldie.
2011-09-13 13:01:11 +00:00
ajacoutot
46ff0b4aa8
Really fix the symlink mess; hackish but works.
2011-09-13 11:07:32 +00:00
dcoppa
15bab017a1
Various bugfixes from upstream git:
...
Fix a bug causing argb32 application icons to appear garbled
Remap keysyms to keycodes after 'MappingNotify' (fix keybindings
with non-qwerty keyboard layouts)
Do not change workspaces when using NextWindow / PrevWindow buttons
in toolbar
Fix a race condition between copying the default config files
to ~/.fluxbox/ and executing 'fluxbox-update_configs'
2011-09-13 09:31:47 +00:00
jasper
93206a8377
Fix horrible symlink mess
2011-09-13 09:20:54 +00:00
ajacoutot
69a6ffa57e
+evolution-rss
2011-09-13 09:15:25 +00:00
ajacoutot
26c940874e
GTK+2 -> GTK+
2011-09-13 09:00:40 +00:00
jasper
7dd2b33389
- missing bump
2011-09-13 08:55:28 +00:00
jasper
5b4cbb0785
libgda is needed by the symbol-db plugin, which we don't build on OpenBSD.
...
though GDA_CFLAGS is used in various Makefile's. So instead of changing
dozens of files, we just drop the LIB_DEPENDS and keep the BUILD_DEPENDS.
2011-09-13 08:37:47 +00:00
ajacoutot
4f25505f72
gnome-icon-theme-symbolic is already part of the dep chain when installing
...
gnome-session.
2011-09-13 08:15:38 +00:00
ajacoutot
685d7a79aa
Tweak RUN_DEPENDS.
2011-09-13 08:07:22 +00:00
ajacoutot
9004dd72d5
No more gnome-themes-extras.
2011-09-13 07:38:33 +00:00
ajacoutot
7b98dc97f2
Fix Alacarte on GNOME 3 and add missing category to the desktop file.
2011-09-13 07:20:37 +00:00
ajacoutot
4dc8e8e039
No need to check for libcanberra-gtk3; sound support is disabled because
...
we don't have pulseaudio.
2011-09-13 06:39:11 +00:00
ajacoutot
7d9a8ea1c1
Do not force EXTRACT_SUFX.
2011-09-13 05:55:00 +00:00
ajacoutot
ab46311ff9
Remove bogus EXTRACT_SUFX.
2011-09-13 05:44:43 +00:00
jasper
c0dc2a95b0
- update to 3.1.91 and remove BROKEN now that we have a new vala
2011-09-12 20:20:18 +00:00
ajacoutot
e21fa0e877
Sort and some rewording.
2011-09-12 18:55:43 +00:00
ajacoutot
19276f4888
No more gnome-audio.
2011-09-12 18:35:44 +00:00
naddy
1e2bbe8777
bump all (sub)packages that depend on db/v4; requested by and help from espie@
2011-09-12 18:02:34 +00:00
ajacoutot
25b61e0b8f
Sync README.
2011-09-12 17:41:13 +00:00
ajacoutot
4c5989e186
Fix build with cups >=1.5.0.
2011-09-12 17:24:56 +00:00
jasper
98f99334dd
fix extract_sufx, spotted by naddy@
2011-09-12 15:50:04 +00:00
ajacoutot
85538e5a0f
Update to libgdamm-4.99.3.
2011-09-12 15:32:14 +00:00
ajacoutot
1415cb09fb
Update to libgda-4.99.4.
...
Remove useless mdb support.
ok jasper@
2011-09-12 15:31:15 +00:00
ajacoutot
3ebd0ae3e5
Temporarily mark BROKEN.
2011-09-12 15:03:16 +00:00
jasper
c293ac09f7
bump to a git checkout that uses gtk3 and new panel-applet.
2011-09-12 14:48:15 +00:00
ajacoutot
42d643f361
Forgot in previous.
2011-09-12 14:38:38 +00:00
ajacoutot
ed5ecdb150
Remove GNOME 2 themes.
...
ok jasper@
2011-09-12 14:36:27 +00:00
ajacoutot
2d75533784
I wasn't expecting we could remove this lib so early but it seems we can,
...
do DIE deprecated lib!
ok jasper@
2011-09-12 14:14:23 +00:00
ajacoutot
4d260ad5c8
Remove libgnomecups; unused and deprecated.
2011-09-12 13:46:53 +00:00
ajacoutot
e85afb1b14
Start deprecating libgnomeprint; remove support for cups.
2011-09-12 13:44:45 +00:00
ajacoutot
687a511d70
Add a small comment.
2011-09-12 13:21:59 +00:00
jasper
ad2a9c291c
switch the rest of the ports using gnome.port.mk over to .tar.xz where applicable.
2011-09-12 12:07:24 +00:00
jasper
9d1eccb70a
switch to using .tar.xz by default
2011-09-12 12:04:16 +00:00
jasper
fdb723c2fa
- switch to .tar.xz as the default EXTRACT_SUFX.
...
most new distfiles on gnome master sites have been using this for a while now, and
soon no new .tar.bz2/tar.gz distfiles are allowed anymore upstream
as discussed with aja@
2011-09-12 12:02:39 +00:00
jasper
fce9bd8960
fix after gtk2 flavor removal
2011-09-12 09:17:11 +00:00
jasper
1f5ed97e71
missed in previous, it's old deprecated etcetc
2011-09-12 09:16:36 +00:00
ajacoutot
7119861ec9
Sync, only list the most usefull apps.
2011-09-12 09:10:53 +00:00
ajacoutot
7614c0dc98
Update to gnome-common-3.1.0.
2011-09-12 08:56:14 +00:00
ajacoutot
76e622a696
Cosmetic.
2011-09-12 08:53:54 +00:00
ajacoutot
aa59131c2e
No more gtk-vnc,gtk2.
2011-09-12 08:49:06 +00:00
ajacoutot
8a1d90bafd
No more gucharmap,gtk2.
2011-09-12 08:48:42 +00:00
ajacoutot
2ef87f1040
Drop the gtk2 FLAVOR.
2011-09-12 08:47:23 +00:00
jasper
d85dc5ddf6
- drop gtk2 flavor
2011-09-12 08:46:10 +00:00
jasper
8015435307
- mark this broken for now as it badly needs an update to stop depending
...
on deprecated gnome shitz.
2011-09-12 08:44:56 +00:00