From 4ebf0255854bef3513a8c5451397cb635424af32 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 15 Jun 2017 00:33:22 +0200 Subject: [PATCH] Remove firefox dependency from postmarketos-demos. firefox-esr is not apackaged on Alpine for aarch64 right now. As firefox is just a demo in the current state, it will be left to the user to add it to his installation with the --add flag, so this will not break the install step anymore. --- postmarketos-demos/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postmarketos-demos/APKBUILD b/postmarketos-demos/APKBUILD index f27e37d9c..afa503987 100644 --- a/postmarketos-demos/APKBUILD +++ b/postmarketos-demos/APKBUILD @@ -1,11 +1,11 @@ pkgname=postmarketos-demos -pkgver=3 +pkgver=4 pkgrel=2 pkgdesc="Simple touch menu for a few demo programs" url="https://github.com/postmarketOS" arch="all" license="GPL3+" -depends="weston-clients firefox-esr" +depends="weston-clients" makedepends="gtk+3.0-dev" subpackages="" source="main.c Makefile"