From bd091932f757bb2f7b4eac4068e5b1d9d25fd13b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 3 Mar 2022 06:56:03 +0100 Subject: 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. --- package/midori/Makefile | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 package/midori/Makefile (limited to 'package/midori/Makefile') diff --git a/package/midori/Makefile b/package/midori/Makefile deleted file mode 100644 index 6f45300e0..000000000 --- a/package/midori/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -include $(ADK_TOPDIR)/rules.mk - -PKG_NAME:= midori -PKG_VERSION:= 0.5.11 -PKG_RELEASE:= 2 -PKG_HASH:= 3b8f3a0fe8283fcbb0f9c88b2165e2689d3e18f7c1b5d275fff97cf20e7be198 -PKG_DESCR:= graphical web browser -PKG_SECTION:= x11/apps -PKG_DEPENDS:= libnotify webkitgtk gcr pango libatk cairo libsqlite -PKG_DEPENDS+= gdk-pixbuf libgtk3 p11-kit libxcomposite at-spi2-atk -PKG_DEPENDS+= libpng icu4c gstreamer gst-plugins-base dbus libgnutls -PKG_DEPENDS+= libxslt libjpeg-turbo libtasn1 libnettle enchant -PKG_DEPENDS+= libgmp at-spi2-core libxext -PKG_BUILDDEP:= cmake-host vala-host libnotify webkitgtk gcr -PKG_BUILDDEP+= librsvg-host librsvg pango atk cairo sqlite -PKG_BUILDDEP+= gdk-pixbuf libgtk3 p11-kit libpng icu4c gstreamer -PKG_BUILDDEP+= libXext -PKG_URL:= http://www.midori-browser.org -PKG_SITES:= http://distfiles.openadk.org/ - -PKG_ARCH_DEPENDS:= !mips - -WRKBUILD= ${WRKDIR}/${PKG_NAME}-obj - -include $(ADK_TOPDIR)/mk/package.mk - -$(eval $(call PKG_template,MIDORI,midori,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) - -CONFIG_STYLE:= cmake -CMAKE_FLAGS+= -DUSE_GTK3=ON \ - -DHALF_BRO_INCOM_WEBKIT2=ON \ - -DENABLE_NLS=OFF \ - -DUSE_ZEITGEIST=OFF - -midori-install: - $(INSTALL_DIR) $(IDIR_MIDORI)/usr/lib - $(CP) $(WRKINST)/usr/lib/* \ - $(IDIR_MIDORI)/usr/lib - $(INSTALL_DIR) $(IDIR_MIDORI)/usr/share - $(CP) $(WRKINST)/usr/share/* \ - $(IDIR_MIDORI)/usr/share - $(INSTALL_DIR) $(IDIR_MIDORI)/usr/bin - $(INSTALL_BIN) $(WRKINST)/usr/bin/midori \ - $(IDIR_MIDORI)/usr/bin - -include ${ADK_TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3