diff --git a/app-mobilephone/mobile-config-firefox/Manifest b/app-mobilephone/mobile-config-firefox/Manifest new file mode 100644 index 0000000..cb6ab83 --- /dev/null +++ b/app-mobilephone/mobile-config-firefox/Manifest @@ -0,0 +1 @@ +DIST mobile-config-firefox-2.2.0.tar.gz 21193 BLAKE2B 8958a2bd9e780e788497f4ec33ef70ede51fe1c4e174365fd14ac04ad14f3fa987a1801de6ce247ff36fda078d6ff060810072ff094b3e5cfb6134dcd072ce96 SHA512 673517b5048a9fd89b1dc7b199811ca6ff60dff7e75820291fe9bfacbed5f944192fc9c0262e11ab12d83b52197326a5022ec2af7405a8e964594d87a7146e9b diff --git a/app-mobilephone/mobile-config-firefox/metadata.xml b/app-mobilephone/mobile-config-firefox/metadata.xml new file mode 100644 index 0000000..4fdf310 --- /dev/null +++ b/app-mobilephone/mobile-config-firefox/metadata.xml @@ -0,0 +1,8 @@ + + + + + gjdijkman@gjdwebserver.nl + Gerben Jan Dijkman + + diff --git a/app-mobilephone/mobile-config-firefox/mobile-config-firefox-2.2.0.ebuild b/app-mobilephone/mobile-config-firefox/mobile-config-firefox-2.2.0.ebuild new file mode 100644 index 0000000..297f97c --- /dev/null +++ b/app-mobilephone/mobile-config-firefox/mobile-config-firefox-2.2.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Mobile and privacy friendly configuration for Firefox" +HOMEPAGE="https://gitlab.com/postmarketOS/mobile-config-firefox" +SRC_URI="https://gitlab.com/postmarketOS/mobile-config-firefox/-/archive/${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~arm64 ~arm" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + + +src_install() { + default + mv ${D}/usr/lib ${D}/usr/lib64 +} + +pkg_postinst() { + elog "You will need to copy /etc/mobile-config-firefox/userChrome.css file to" + elog "your firefox profile's chrome folder ~/.mozilla/firefox/XXXX/chrome/ " + elog "to enable firefox mobile layout, you might need to create the chrome " + elog "folder if it's not there" +}