Commit Graph

62 Commits

Author SHA1 Message Date
landry
82cf911e49 Better fix, instead of using ONLY_FOR_ARCHS-cups, let's make the
graphics/colord dependency arch-dependent, ie only enabled on archs
where devel/spidermonkey is available. Disable colord support on other
archs. gtk+3-cups will now build on all archs where gtk+3 builds.
ok ajacoutot@ (MAINTAINER) jasper@
2012-12-12 18:53:08 +00:00
jasper
06cac66408 actually, use ONLY_FOR_ARCHS-cups; prompted by landry@
ok aja@
2012-12-06 15:43:21 +00:00
jasper
13211f227d mark -cups as not for mips64el, since it'll try to build spidermonkey otherwise.
ok aja@
2012-12-06 15:12:10 +00:00
ajacoutot
77c251c641 Minor update to gtk+3-3.6.2. 2012-11-11 09:13:16 +00:00
ajacoutot
e96fad620e Maintenance update to gtk+3-3.6.1. 2012-10-16 12:37:06 +00:00
ajacoutot
ba8a7e44e8 Tweak after recent docbook changes. 2012-09-27 17:38:17 +00:00
ajacoutot
afa8709a25 Update to stable gtk+3-3.6.0. 2012-09-26 21:38:48 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
ajacoutot
ef9b0fb5ee Update to gtk+3-3.5.18. 2012-09-21 13:20:19 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
ajacoutot
157354a27b Merge -docs into -main. 2012-08-30 14:27:03 +00:00
ajacoutot
ec391b8666 Fix dependencies after recent colord-gtk split and cups update. 2012-08-04 15:03:05 +00:00
ajacoutot
6569228df9 Update to gtk+3-3.4.4. 2012-07-16 06:36:01 +00:00
ajacoutot
ed0363ea1f Committed upstream. 2012-07-09 17:21:27 +00:00
ajacoutot
55068d7c41 Use G_N_ELEMENTS from GLib instead of nitems. 2012-07-09 16:33:03 +00:00
ajacoutot
a32f40fddf BZ links. 2012-07-08 18:03:39 +00:00
sthen
ddc61472cb don't rely on param.h for nitems(), ok ajacoutot@ 2012-07-08 17:09:17 +00:00
ajacoutot
3fca82ecfb Seems I still don't quite understand the ports framework... with help
from espie@
2012-05-28 16:38:35 +00:00
ajacoutot
9485ddb2f1 Minor update to gtk+3-3.4.3. 2012-05-12 06:22:37 +00:00
ajacoutot
085bd1d961 Bugfix update to gtk+ 3.4.2. 2012-05-03 05:59:58 +00:00
ajacoutot
65a7bacffe Remove uneeded patch. 2012-04-23 07:34:43 +00:00
ajacoutot
22f06860bc Minor update to gtk+3-3.4.1. 2012-04-14 07:48:32 +00:00
ajacoutot
5df1120aa2 Update to stable gtk+3-3.4.0. 2012-03-26 22:58:45 +00:00
ajacoutot
67ea4d93d3 Update to gtk+3-3.3.20. 2012-03-23 15:49:11 +00:00
ajacoutot
818ff6468f Update to gtk+3-3.3.18. 2012-03-23 13:21:27 +00:00
ajacoutot
1d62083427 Minor update to gtk+ 3.2.4. 2012-03-12 07:21:32 +00:00
ajacoutot
ae06859d56 Forgot to add this in previous; from upstream:
Fix natural/min widht calculations for empty grids

https://bugzilla.gnome.org/show_bug.cgi?id=660139
2011-12-29 14:51:16 +00:00
ajacoutot
636c44737f Bugfix update to gtk+3-3.2.3 which fixes a hard crash with gtk-chooser. 2011-12-29 14:12:31 +00:00
ajacoutot
a7dafe446e Tweak BUILD_DEPENDS, no pkg change. 2011-12-08 10:02:34 +00:00
ajacoutot
ea6ed8fe38 Adapt after x11/gtk+2,-guic addition. 2011-12-03 18:31:18 +00:00
ajacoutot
a60fd6f3f8 Bugfix update to gtk+3-3.2.2. 2011-11-12 14:40:05 +00:00
ajacoutot
f5f5630dcb Enable colord support for the -cups subpackage. 2011-11-02 16:41:46 +00:00
ajacoutot
b74e90abc5 Fix path to immodules.cache.
Use a SUBST_VARS for GTK_BINARY_VERSION.
2011-10-19 17:41:40 +00:00
ajacoutot
82b75792b7 Sync, no pkg change. 2011-10-17 17:08:06 +00:00
ajacoutot
0fcc916d16 Update to gtk+3-3.2.1.
While here, move away from kvm(3) to use sysctl(3) instead and don't
link to libkvm anymore.
inputs and ok robert@ jmatthew@
2011-10-15 12:03:52 +00:00
ajacoutot
bcef340055 Better patch. 2011-10-03 07:13:50 +00:00
ajacoutot
746448fdda Protect __SIZEOF_INT__ and __SIZEOF_POINTER__ with an ifdef tp prevent
warnings when including gtktextattributes.h.
2011-10-01 09:38:44 +00:00
ajacoutot
ccbe6e882a Update to stable gtk+3-3.2.0. 2011-09-26 07:14:49 +00:00
ajacoutot
50047b1c79 Sync patch. 2011-09-21 14:05:58 +00:00
ajacoutot
c738dea819 Update to gtk+3-3.1.92.
ok jasper@ robert@
2011-09-20 21:12:09 +00:00
espie
346b5bc6dc normalize pkgpath 2011-09-16 12:29:12 +00:00
ajacoutot
457d489c72 trayicon-x11: Fix warnings when visual is not available, from upstream. 2011-08-29 09:26:49 +00:00
ajacoutot
1583bea603 Bugfix update to gtk+3-3.0.12. 2011-07-28 06:51:16 +00:00
ajacoutot
e0356deaad Remove unneeded chunk. 2011-07-08 04:15:40 +00:00
ajacoutot
bf13b857ed Bugfix update to gtk+3-3.0.11. 2011-06-07 06:54:27 +00:00
kili
27f99a5541 --disable-silent-rules is now added to CONFIGURE_ARGS per default,
if CONFIGURE_STYLE = gnu.
2011-06-02 17:09:31 +00:00
ajacoutot
028b16b2ef Bring a couple of patches from upstream git that fix a crash in (at
least) notification-daemon and a loop in gtkchooser.
2011-05-28 15:20:46 +00:00
ajacoutot
81c428a12d Redirect the glib-compile-schemas goo stdout to /dev/null, no need to
be chatty here.
2011-05-28 08:15:33 +00:00
ajacoutot
7249c01905 Tweak, no pkg change. 2011-05-27 13:32:02 +00:00
ajacoutot
5115468c62 Update to gtk+3-3.0.10.
Bug fixed:
* GtkEntry icon tooltip is never appearing
* GtkLabel does not honor width-chars anymore
* Mnemonics don't show under some letters
* Add missing gtk_widget_override_* annotations
* GtkButton uses wrong values in grab
2011-05-23 06:11:21 +00:00