69 Commits

Author SHA1 Message Date
ajacoutot
7db7805d52 PERMIT_PACKAGE_CDROM -> PERMIT_PACKAGE 2019-07-07 11:20:50 +00:00
ajacoutot
1c78b9b6f2 Update to gnome-color-manager-3.32.0. 2019-05-08 12:07:17 +00:00
ajacoutot
cbfb590123 Update to gnome-color-manager-3.30.0. 2019-01-01 16:51:13 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
espie
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
ajacoutot
265e033f50 Update to gnome-color-manager-3.28.0. 2018-04-23 16:34:05 +00:00
ajacoutot
5f1902c820 Update to gnome-color-manager-3.26.0. 2017-10-30 10:27:42 +00:00
sthen
cd095cec5e Handle pthread-stubs removal. 2017-10-23 17:11:02 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
ajacoutot
0d00277061 Update to gnome-color-manager-3.24.0. 2017-04-17 10:59:55 +00:00
ajacoutot
73177d4bf3 Stop setting CONFIGURE_STYLE in Makefile.inc but explicitely add it to ports
that need it; in the future more and more ports will move to meson build anyway.
I first though I'd set CONFIGURE_STYLE in gnome.port.mk but it's too fragile
(MODULES list must be sorted very carefully).
Less magic is good.

discussed with jasper@
2017-04-13 07:38:44 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
ajacoutot
a4751d331b Missed bump. 2017-02-18 17:33:51 +00:00
ajacoutot
1722249aa0 idn -> idn2 after gnutls WANTLIB change. 2017-02-18 17:32:37 +00:00
ajacoutot
abf7b02259 Update to gnome-color-manager-3.22.2. 2016-11-07 10:44:15 +00:00
ajacoutot
d944119b02 Bump GNOME ports that have pcre2 in WANTLIB so that they get updated. 2016-11-01 22:26:34 +00:00
ajacoutot
1f462c7182 Update to gnome-color-manager-3.22.1. 2016-10-31 10:34:16 +00:00
ajacoutot
3a3b9d6774 Update to gnome-color-manager-3.20.0. 2016-04-25 15:11:58 +00:00
ajacoutot
d01bb7a2ba Update to gnome-color-manager-3.18.0. 2015-10-12 05:45:46 +00:00
ajacoutot
27b971fd1e Move to sed -i.
ok jasper@
2015-07-18 22:29:56 +00:00
ajacoutot
5b82703d86 Bump after libepoxy moved from ports to xenocara. 2015-04-15 09:40:52 +00:00
ajacoutot
aa988913b0 Bump after the recent changes in packaging dbus and dconf. 2015-04-04 09:20:59 +00:00
ajacoutot
3b367d16c4 No need for --disable-appstream-util anymore. 2015-04-03 22:37:18 +00:00
ajacoutot
10a183262d Update to gnome-color-manager-3.16.0. 2015-04-03 11:33:39 +00:00
ajacoutot
893323e150 x11/gtk+2,-guic -> x11/gtk+3,-guic && bump 2015-03-27 08:16:15 +00:00
ajacoutot
0d1b842d91 Update to gnome-color-manager-3.14.2. 2014-11-13 17:27:31 +00:00
ajacoutot
b421b186b9 Update to gnome-color-manager-3.14.1. 2014-10-12 09:54:17 +00:00
ajacoutot
dc8341983b Update to gnome-color-manager-3.14.0. 2014-10-06 08:27:06 +00:00
ajacoutot
d8a0045c02 Update to gnome-color-manager-3.12.3. 2014-07-08 14:37:19 +00:00
ajacoutot
57732d45ca Update to gnome-color-manager-3.12.2. 2014-05-12 13:39:40 +00:00
ajacoutot
38d701ea96 Update to gnome-color-manager-3.12.1. 2014-04-11 14:54:39 +00:00
ajacoutot
443bff2ecc Put back yelp which got removed. 2014-04-02 14:00:25 +00:00
jasper
012f7978a4 cleanup double spaces and sort MODGNOME_TOOLS 2014-04-02 09:36:09 +00:00
jasper
43b19ca734 merge various MODGNOME_TOOLS lines into a single line (or two if it would
exceed 80 chars); no functional change intended..
2014-04-01 18:06:28 +00:00
jasper
64ebb01f71 move more bits and bobs into MODGNOME_TOOLS to make it more clear which
tools are actually used.

This commit replaces
MODGNOME_DESKTOP_FILE with MODGNOME_TOOLS += desktop-file-utils
MODGNOME_MIME_FILE with MODGNOME_TOOLS += shared-mime-info
MODGNOME_ICON_CACHE with MODGNOME_TOOLS += gtk-update-icon-cache

(some prettyfication will follow shortly)
2014-04-01 17:03:13 +00:00
ajacoutot
d203fe1ef2 No point is maintaining a list of all the warnings our old gcc does not
support; just disable them.

prodded by jasper@
2014-03-31 09:38:25 +00:00
ajacoutot
59bb39a397 Update to gnome-color-manager-3.12.0. 2014-03-27 12:39:08 +00:00
ajacoutot
d5088ad5b7 Update to gnome-color-manager-3.10.1. 2013-10-14 10:56:19 +00:00
ajacoutot
ea93efd05f Remove hardcoded HOMEPAGE and use the one from the x11/gnome MODULE
instead. It is just too hard to maintain a coherent list of still
reachable homepages for GNOME projects so use wiki.gnome.org which is
the entry point for *all* GNOME apps.
2013-09-28 08:50:34 +00:00
ajacoutot
3f9959ecae Update to gnome-color-manager-3.10.0. 2013-09-26 16:23:52 +00:00
ajacoutot
67b19dc296 Bump after argyll got renamed to argyllcms. 2013-09-16 15:49:19 +00:00
ajacoutot
c287210297 Update to gnome-color-manager-3.8.3. 2013-09-13 14:18:38 +00:00
ajacoutot
3de9758da8 Sync WANTLIB and bump after the recent harfbuzz update; icu libs are not
needed anymore. This is a mecanical commit, there might be dragons :-)
2013-05-31 15:34:39 +00:00
ajacoutot
8ce42ebe53 Update to gnome-color-manager-3.8.2. 2013-05-13 09:33:21 +00:00
ajacoutot
f47a99ef9f Tweak. 2013-05-08 09:07:03 +00:00
ajacoutot
a83755438e Don't try to access /proc/cmdline 2013-05-08 09:03:07 +00:00
ajacoutot
5f6351f592 Minor update to gnome-color-manager-3.8.1. 2013-04-15 09:36:41 +00:00
ajacoutot
0cf6d15436 Update to gnome-color-manager-3.8.0. 2013-03-29 16:54:37 +00:00