gplugin/gplugin

Parents a5e62c0d4ac6
Children c22ccfbcecfb
Remove a dependency that we don't actually need and clean up the PKGBUILD for mingw cross compiles
--- a/gplugin/tests/dynamic-type/meson.build Thu Aug 29 17:33:28 2019 -0500
+++ b/gplugin/tests/dynamic-type/meson.build Sun Sep 01 21:25:46 2019 -0500
@@ -5,12 +5,8 @@
name_prefix : '',
dependencies : [gplugin_dep, GLIB])
-dtp_dep = declare_dependency(
- link_with: dynamic_type_provider,
-)
-
shared_module('dynamic-type-user', 'dynamic-type-user.c',
name_prefix : '',
- dependencies : [gplugin_dep, GLIB, dtp_dep])
+ dependencies : [gplugin_dep, GLIB])
endif
--- a/packaging/mingw-cross/PKGBUILD Thu Aug 29 17:33:28 2019 -0500
+++ b/packaging/mingw-cross/PKGBUILD Sun Sep 01 21:25:46 2019 -0500
@@ -9,17 +9,9 @@
arch=('any')
url="https://bitbucket.org/gplugin/gplugin/"
license=('LGPL2+')
-makedepends=("${MINGW_PACKAGE_PREFIX}-pkg-config"
- "${MINGW_PACKAGE_PREFIX}-gobject-introspection"
- )
-depends=("${MINGW_PACKAGE_PREFIX}-gobject-introspection"
- "${MINGW_PACKAGE_PREFIX}-gobject-introspection-runtime"
- "${MINGW_PACKAGE_PREFIX}-glib2"
- "${MINGW_PACKAGE_PREFIX}-gtk3"
- "${MINGW_PACKAGE_PREFIX}-python3"
- "${MINGW_PACKAGE_PREFIX}-pygobject-devel"
- "${MINGW_PACKAGE_PREFIX}-lua51"
- "${MINGW_PACKAGE_PREFIX}-lua51-lgi")
+makedepends=("${MINGW_PACKAGE_PREFIX}-pkg-config")
+depends=("${MINGW_PACKAGE_PREFIX}-glib2"
+ "${MINGW_PACKAGE_PREFIX}-gtk3")
options=(!libtool strip staticlibs)