This commit is contained in:
Gerben Jan Dijkman
2021-07-01 11:08:59 +02:00
parent 2f7df5e7c7
commit 3526116b43
10 changed files with 148 additions and 1692 deletions

View File

@@ -30,15 +30,20 @@ DEPEND="
RDEPEND="${DEPEND}"
PATCHES=(
${FILESDIR}/18.patch
${FILESDIR}/15.patch
# ${FILESDIR}/11.patch
# ${FILESDIR}/12.patch
)
src_install() {
meson_src_install
systemd_dounit "${FILESDIR}"/eg25-manager.service
insinto /etc/eg25-manager
newins "${FILESDIR}"/eg25-pinephone-1.0.toml pine64,pinephone-1.0.toml
newins "${FILESDIR}"/eg25-pinephone-1.1.toml pine64,pinephone-1.1.toml
newins "${FILESDIR}"/eg25-pinephone-1.2.toml pine64,pinephone-1.2.toml
}
pkg_postinst() {
systemd_reenable --all eg25-manager
}