Commit graph

104048 commits

Author SHA1 Message Date
Jürgen Buchmüller
832d5f8a17 colord-gtk: always enable gir 2019-04-29 13:52:02 +02:00
Jürgen Buchmüller
6887076e64 vte290: always enable gir 2019-04-29 13:47:56 +02:00
Jürgen Buchmüller
729e13e5d5 upower: always enable gir 2019-04-29 13:26:37 +02:00
Jürgen Buchmüller
16cdacddab libimobiledevice: hint large file support for cross 2019-04-29 13:24:50 +02:00
Jürgen Buchmüller
3dc0410901 libgsf: always enable gir 2019-04-29 13:16:50 +02:00
Jürgen Buchmüller
74ad7c6a11 build helper gir: check for gobject-introspection
Do not add gobject-introspection a second time if it is already
contained in the hostmakedepends.
2019-04-29 13:14:42 +02:00
Jürgen Buchmüller
73634e93f8 libdbusmenu-glib: always enable gir 2019-04-29 13:05:59 +02:00
Jürgen Buchmüller
f362031559 gcr: broken on aarch64* (cross gir issue) 2019-04-29 12:57:43 +02:00
Jürgen Buchmüller
d9c51852c9 libcryptui: always enable gir 2019-04-29 12:55:41 +02:00
Jürgen Buchmüller
faeab4d64a avahi-discover: always enable gir 2019-04-29 12:50:00 +02:00
Jürgen Buchmüller
a1b50eeb50 clutter-gst: always enable gir 2019-04-29 12:39:48 +02:00
Jürgen Buchmüller
90c54fb6b4 libwnck2: always enable gir 2019-04-29 12:34:07 +02:00
Jürgen Buchmüller
f33e858ca2 libwnck: always enable gir 2019-04-29 12:26:44 +02:00
Jürgen Buchmüller
d664409744 gnome-todo: nocross for now 2019-04-29 12:22:37 +02:00
Jürgen Buchmüller
69af78b73a PackageKit: always enable gir and vala 2019-04-29 12:06:37 +02:00
Jürgen Buchmüller
03e0bce412 GConf: always enable gir 2019-04-29 12:00:48 +02:00
Enno Boland
94e285c86d
polkit-elogind: sync version with polkit 2019-04-29 11:46:42 +02:00
Jürgen Buchmüller
77ec7f5f16 gupnp-igd: always enable gir 2019-04-29 11:45:57 +02:00
Jürgen Buchmüller
1734701f46 ModemManager: fix cross gir and vala 2019-04-29 11:38:12 +02:00
q66
bd05206403 qemu: add patches to fix build on ppc64(le)-musl
The musl headers are laid out differently, so it needs a couple
workarounds to get access to all the definitions.

This also fixes qemu-user-static.

[ci skip]

Closes: #11373 [via git-merge-pr]
2019-04-29 11:15:00 +02:00
Jürgen Buchmüller
7a08534cbf gnome-todo: add build_helper="gir" 2019-04-29 05:19:08 +02:00
Jürgen Buchmüller
892616f336 build helper gir: hint vapigen search paths 2019-04-29 04:55:54 +02:00
Aleksander Zien
bcdbd1c720 New package: betterlockscreen-3.0.1 2019-04-28 22:10:35 -03:00
mobinmob
f1352c341d anydesk: update to 5.0.0 2019-04-28 22:10:19 -03:00
Noel Cower
8903f354cc gitea: update to 1.8.0. 2019-04-28 22:09:10 -03:00
Michael Aldridge
aa87e32da3 xlunch: update to 4.4.1. 2019-04-28 22:08:52 -03:00
mobinmob
55e818d207 uriparser: update to 0.9.3 2019-04-28 22:08:36 -03:00
q66
99a664ef0d linux5.0: update ppc64 kernel configs
This adds support for older hardware such as Power Mac G5
in the BE config and enables some extra options in the LE
config.

It also enables building on ppc64 glibc.

[ci skip]

Closes: #11369 [via git-merge-pr]
2019-04-28 17:52:05 +02:00
q66
36b6ca6927 linux4.19: update ppc64 kernel configs
This adds support for older hardware such as Power Mac G5
in the BE config and enables some extra options in the LE
config.

It also enables building on ppc64 glibc.

[ci skip]
2019-04-28 17:52:05 +02:00
Jürgen Buchmüller
b6501476ae build-helper/gir: provide host gtk+3-devel if required
When cross building a package using build_helper="gir" add the
gtk+3-devel package to the hostmakedepends in case it is
contained in the makedepends.

Remove the specific case in gcr now that this is automatic.
2019-04-28 17:40:06 +02:00
Jürgen Buchmüller
a7e310ac74 gcr: needs host gtk+3-devel for cross 2019-04-28 17:28:31 +02:00
Jürgen Buchmüller
241d2d34e0 totem-pl-parser: broken for aarch64-musl 2019-04-28 16:57:59 +02:00
Jürgen Buchmüller
4564c81ade gnome-menus: add build_helper="gir" 2019-04-28 16:45:48 +02:00
Jürgen Buchmüller
b4d7363fa1 fwupd: broken for cross arm* (gzip SIGSEGV) 2019-04-28 15:33:20 +02:00
Jürgen Buchmüller
2562b1d97b polkit-elogind: add build helper gir 2019-04-28 15:12:02 +02:00
Jürgen Buchmüller
f7107d38eb cross gir: hook to fix wrong cross install path
When cross building the gir files (*.gir, *.typelib) are installed
at ${DESTDIR}/usr/${XBPS_CROROSS_TRIPLET}/usr/* while they need to
be at ${DESTDIR}/usr/*
This hook is a temporary workaround until we can fix the cross gir
install to not insert the (as it seems) host's ${DESTDIR} into the
target's destination path.

Remove the temporary hack in polkit which is now handled by the hook.
2019-04-28 14:37:40 +02:00
Jürgen Buchmüller
2b3560f1ab vala: revbump for Gtk-3.0 gir everywhere 2019-04-28 13:10:12 +02:00
Fabio Krapohl
3fb943fb7d ardor: update to 2.2.3. 2019-04-28 02:14:41 -03:00
Jürgen Buchmüller
81e8ee2463 spice-gtk: broken also for glibc 2019-04-28 06:01:56 +02:00
Jürgen Buchmüller
f760a1f72c spice-gtk: broken for musl 2019-04-28 05:54:52 +02:00
Jürgen Buchmüller
ce81ce9419 udisks2: add gir build helper 2019-04-28 05:28:12 +02:00
Jürgen Buchmüller
0d98273af6 gcr: broken for cross (temporarily) 2019-04-28 04:11:09 +02:00
Jürgen Buchmüller
2aa750566a polkit: move gir-1.0 directory where it belongs
For some reason the gir-1.0 directory is installed into a subdirectory
${DESTDIR}/usr/${XBPS_CROSS_BASE}/usr/share/gir-1.0 while it is expected
to be at ${DESTDIR}/usr/share/gir-1.0; move it there until someone has
a better fix.
2019-04-28 03:59:59 +02:00
Jürgen Buchmüller
b59f604d23 webkit2gtk: no jit for i686 2019-04-28 03:48:07 +02:00
q66
83dd6108fc webkit2gtk: fix jit option usage
[ci skip]

Closes: #11363 [via git-merge-pr]
2019-04-28 03:38:37 +02:00
Jürgen Buchmüller
c8c0c587b2 polkit: set build_helper=gir 2019-04-28 03:19:41 +02:00
Jürgen Buchmüller
c3c9f4c53b libdazzle: enable gir/vala for all architectures 2019-04-28 03:18:14 +02:00
Jürgen Buchmüller
0be86ac768 zeitgeist: enable gir/vala for all architectures 2019-04-28 03:12:41 +02:00
Jürgen Buchmüller
9a2ba436de vte3: enable gir/vala for all architectures 2019-04-28 03:12:41 +02:00
Jürgen Buchmüller
ea7ac434bf tracker: enable gir/vala for all architectures 2019-04-28 03:12:41 +02:00