diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-03-03 06:56:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-03-03 07:00:55 +0100 |
commit | bd091932f757bb2f7b4eac4068e5b1d9d25fd13b (patch) | |
tree | 42d452550f4e10c3d5f08e32865b3f61488645d8 /package/pango | |
parent | 92ab1f5a9b8413e15b8cc6f5a896354f88a47f87 (diff) |
remove midori, it needs libpeas, which needs gobject-introspection
I am not able to cross-compile gobject-introspection and not ever
willing to try it again. It's a mess. Update all packages required
on the way to midori, which now will be removed. sorry.
Diffstat (limited to 'package/pango')
-rw-r--r-- | package/pango/Makefile | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/package/pango/Makefile b/package/pango/Makefile index 352edeb4d..44fac2f88 100644 --- a/package/pango/Makefile +++ b/package/pango/Makefile @@ -4,14 +4,14 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= pango -PKG_VERSION:= 1.40.3 -PKG_EXTRAVER:= 1.40 +PKG_VERSION:= 1.50.4 +PKG_EXTRAVER:= 1.50 PKG_RELEASE:= 1 -PKG_HASH:= abba8b5ce728520c3a0f1535eab19eac3c14aeef7faa5aded90017ceac2711d3 +PKG_HASH:= f4ad63e87dc2b145300542a4fb004d07a9f91b34152fae0ddbe50ecdd851c162 PKG_DESCR:= library for laying out and rendering of text PKG_SECTION:= libs/fonts -PKG_BUILDDEP:= libXft glib cairo harfbuzz fontconfig -HOST_BUILDDEP:= cairo-host harfbuzz-host +PKG_BUILDDEP:= libXft glib cairo harfbuzz fontconfig fribidi +HOST_BUILDDEP:= cairo-host harfbuzz-host glib-host meson-host PKG_NEEDS:= c++ PKG_URL:= http://www.pango.org/ PKG_SITES:= $(MASTER_SITE_GNOME:=pango/$(PKG_EXTRAVER)/) @@ -23,10 +23,12 @@ include $(ADK_TOPDIR)/mk/package.mk $(eval $(call HOST_template,PANGO,pango,$(PKG_VERSION)-$(PKG_RELEASE))) $(eval $(call PKG_template,PANGO,pango,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS))) -HOST_LDFLAGS+= -lffi -HOST_STYLE:= auto -AUTOTOOLS_STYLE:= autoreconf -CONFIGURE_ARGS+= --disable-man +WRKBUILD= $(WRKDIR)/$(PKG_NAME)-obj + +HOST_STYLE:= meson +CONFIG_STYLE:= meson +BUILD_STYLE:= meson +INSTALL_STYLE:= meson pango-install: $(INSTALL_DIR) $(IDIR_PANGO)/etc/pango $(IDIR_PANGO)/usr/lib |