jasper
14b6fe4cc4
- update gbdfed to 1.6
...
* unbreaking after glib2/gtk2 update
2010-04-27 20:41:37 +00:00
ajacoutot
6c6f5a4b43
Fix build of the gdk_pixbuf FLAVOR after gtk update.
2010-04-27 20:35:08 +00:00
ajacoutot
c7848dc5ed
Fix build after recent gtkmm update.
...
While here, link with -pthread, not -lpthread.
This port could probably use an update...
2010-04-27 20:20:55 +00:00
jasper
c24b87a433
- fix build with new gtk1
2010-04-27 20:20:45 +00:00
landry
56cca704cf
Grrr..
2010-04-27 20:07:41 +00:00
landry
1dd697606e
Unbreak emerillon after gtk+2 update by updating to 0.1.1 and backport
...
the upstream commit that fixes the use of deprecated gtk macros.
2010-04-27 20:06:59 +00:00
jasper
05aece0a8e
- fix build with latest gtk2
2010-04-27 20:05:05 +00:00
landry
64fed7a073
Don't add --as-needed to LDFLAGS, apparently fixes a fallout of the
...
gtk+2 update. (apps complaining about missing pthread syms at startup
and crashing)
2010-04-27 19:53:28 +00:00
naddy
33530c12a2
fix after XPrint removal
2010-04-27 19:45:48 +00:00
naddy
a625b3d19e
fix build with OpenMotif 2.3.3
2010-04-27 19:27:41 +00:00
ajacoutot
aec1b4a201
Bugfix up date to anjuta-2.30.1.0.
2010-04-27 18:09:35 +00:00
jasper
ab87a3933b
- bump lib depends of gnome-desktop, ensures proper upgrade
2010-04-27 17:28:03 +00:00
landry
d8f7ab2b33
Really depend on libxklavier-5.0, should fix problems with users having
...
-4.0 and running make update here.
2010-04-27 16:20:16 +00:00
landry
5640be627d
@comment back xulrunner-{plugin,js,gtkmozembed}.pc, they conflict with the
...
ones in xulrunner/1.8,-devel. Spotted by naddy@.
2010-04-27 16:08:21 +00:00
ajacoutot
24c88dd209
Missed bump.
...
spotted by naddy@, thanks.
2010-04-27 15:38:40 +00:00
jasper
3dda6fd01d
- fix build on an empty machine
2010-04-27 15:20:21 +00:00
ajacoutot
cddeded7ff
"brown paper bag release" update to evolution-2.30.1.2.
...
* add missing icons
2010-04-27 15:07:50 +00:00
ajacoutot
3ce907bfac
Update to gnome-icon-theme-2.30.2.
2010-04-27 14:44:09 +00:00
pea
f37604bdb9
Update to 2.0.0
...
ok jasper@
2010-04-27 14:40:12 +00:00
ajacoutot
fe20528756
Bring translations back using patch provided upstream.
2010-04-27 14:29:44 +00:00
ajacoutot
10ba7c1182
Fix build on a clean machine by not checking for a file converter.
...
breakage reported by jasper@
While here:
* remove the ppr stuffs
* remove bundled strlcpy / strlcat
2010-04-27 14:01:43 +00:00
jasper
46b18002b5
- use the history.dat file provided by sdlmame
2010-04-27 13:00:51 +00:00
jasper
a1c8855a55
- install a history.dat file
...
ok MAINTAINER
2010-04-27 13:00:25 +00:00
robert
5d24fb6f79
Update to mono 2.6.4;
...
(a lot of patches are in upstream now)
2010-04-27 12:39:49 +00:00
ajacoutot
5f912fab1d
Update to gnome-games-2.30.1.
2010-04-27 12:32:01 +00:00
ajacoutot
bbbb738756
Maintainance update to desktop-file-utils-0.16.
2010-04-27 11:51:03 +00:00
ajacoutot
a6cb9c68c6
Bugfix update to shared-mime-info-0.71.
2010-04-27 11:08:09 +00:00
sthen
31e9638b56
update to 5.1.46, from Brad
2010-04-27 11:03:52 +00:00
ajacoutot
4bb45f1087
Don't install libtool files from modules.
2010-04-27 09:30:21 +00:00
ajacoutot
b60585519d
Don't install libtool files for modules.
2010-04-27 08:21:35 +00:00
ajacoutot
97951a7d2b
Bugfix update to seahorse-plugins-2.30.1.
...
Bring epiphany support back.
No need to run depends on gedit and epiphany.
2010-04-27 08:14:38 +00:00
ajacoutot
dd46a3143f
Don't install libtool files for modules.
2010-04-27 08:11:23 +00:00
ajacoutot
e52250a348
Bugfix update to file-roller-2.30.1.1.
2010-04-27 08:10:33 +00:00
ajacoutot
aff4d06cdb
Move some stuffs around and add a comment about API_V.
2010-04-27 07:46:39 +00:00
ajacoutot
280ecf472b
Expend commented list of applications that depend on
...
lib/nautilus/extensions-2.0.
2010-04-27 07:33:03 +00:00
ajacoutot
f361fb5a9d
Remove the beforesubst file in PREFIX.
2010-04-27 07:26:34 +00:00
ajacoutot
dffcf907b6
Minor update to seahorse-2.30.1.
2010-04-27 06:51:54 +00:00
landry
de100a1ff9
Firefox uses its own libpng (for animated png support), and apparently
...
it breaks loading png icons through gdk_pixbuf_new_from_file as gtk is
linked with systemwide png. This went unnoticed so far as firefox always
shipped a fallback xpm icon, but this is not the case anymore, so now
gtk_window_set_icon_list() is not called anymore, and the window manager
shows the default icon for firefox windows in taskbar/tasklists..
So add graphics/netpbm as a build dependency, do the necessary netpbm
magic in do-install to create the default.xpm from mozicon128.png, and
patch widget/src/gtk2/nsWindow.cpp to not try to load png icons.
While here fix icon path in desktop file, and add a comment about why we
don't use systemwide png.
2010-04-26 22:14:37 +00:00
ajacoutot
4af51c83c8
Bugfix update to libsoup-2.30.1.
2010-04-26 21:28:22 +00:00
ajacoutot
72d23004d3
Fix build with newer gtk versions.
...
from Pierre Riteau (maintainer)
breakage spotted by naddy@
2010-04-26 21:02:26 +00:00
ajacoutot
69dd1e66a1
Maintainance update to eog-2.30.1.
2010-04-26 20:45:19 +00:00
ajacoutot
4602d75b7d
Minor update to libgnome-keyring-2.30.1.
2010-04-26 20:34:50 +00:00
ajacoutot
67023068e0
Bugfix update to gnome-keyring-2.30.1.
2010-04-26 20:29:30 +00:00
landry
3a92f01227
Remove www/firefox36 WIP, it was not linked to the build and has been
...
merged into www/mozilla-firefox
2010-04-26 20:29:14 +00:00
sthen
8470f35a2b
update to 2010.04.04, sync with youtube changes. ok pirofti@
2010-04-26 20:23:56 +00:00
steven
c1e90ca01a
use gnu libtool here for now
2010-04-26 20:09:18 +00:00
steven
506c2d6910
fix libtool option syntax
2010-04-26 20:01:25 +00:00
landry
3cc8d4b443
Update to firefox-i18n 3.6.3, adds some new language packs.
2010-04-26 19:57:04 +00:00
landry
ad076fd40f
Update www/mozilla-firefox from 3.0.19 to 3.6.3, merging the wip done in
...
www/firefox36 mostly by martynas@ and naddy@.
Note that the java plugin from devel/jdk currently doesn't work with this
version of firefox, in the meantime users really needed it will have to
use www/firefox35.
ok naddy@
2010-04-26 19:55:58 +00:00
ajacoutot
2b17a5c9b7
Update the (in)famous evolution to version 2.30.1.1.
2010-04-26 19:52:25 +00:00