From 5121c0f10af4e2cb6a08a670de1087ac26ddbed3 Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 9 Mar 2021 19:20:16 +0100 Subject: [PATCH] mozjs60: re-add as meta to allow people to upgrade their systems people with old installations who are upgrading may run into mozjs60 blocking updates, as mozjs60 depends on old ICU, while old polkit depends on mozjs60 - ICU needs updating in order to allow installation of mozjs78, which is needed in order to upgrade polkit, but mozjs60 is blocking upgrade of ICU - and can't remove mozjs60 manually, because installed polkit depends on it --- srcpkgs/mozjs60/INSTALL.msg | 1 + srcpkgs/mozjs60/template | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 srcpkgs/mozjs60/INSTALL.msg create mode 100644 srcpkgs/mozjs60/template diff --git a/srcpkgs/mozjs60/INSTALL.msg b/srcpkgs/mozjs60/INSTALL.msg new file mode 100644 index 00000000000..b88d0b829b0 --- /dev/null +++ b/srcpkgs/mozjs60/INSTALL.msg @@ -0,0 +1 @@ +mozjs60 is no longer provided by Void Linux diff --git a/srcpkgs/mozjs60/template b/srcpkgs/mozjs60/template new file mode 100644 index 00000000000..10795e929e5 --- /dev/null +++ b/srcpkgs/mozjs60/template @@ -0,0 +1,9 @@ +# Template file for 'mozjs60' +pkgname=mozjs60 +version=60.8.0 +revision=6 +build_style=meta +short_desc="Mozilla JavaScript interpreter and library (60.x series) (removed package)" +maintainer="q66 " +license="metapackage" +homepage="https://www.mozilla.org/firefox/"