From 22f6039da4a17be19bbfec45cd51c43c75e855a4 Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Mon, 31 Jul 2023 16:44:08 -0600 Subject: [PATCH] Add terminfo dependency to yaft and add /opt/etc/profile to /etc/profile.d --- package/toltec-base/package | 3 ++- package/yaft/package | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package/toltec-base/package b/package/toltec-base/package index be161fc8a..b7ab3084b 100644 --- a/package/toltec-base/package +++ b/package/toltec-base/package @@ -6,7 +6,7 @@ archs=(rm1 rm2) pkgnames=(toltec-base) pkgdesc="Metapackage defining the base set of packages in a Toltec install" url=https://toltec-dev.org/ -pkgver=1.2-1 +pkgver=1.2-2 timestamp=2023-05-08T19:31Z section="utils" maintainer="Eeems " @@ -24,6 +24,7 @@ package() { } configure() { + ln -sf /opt/etc/profile /etc/profile.d/toltec if is-enabled "update-engine.service"; then echo "Disabling automatic update" systemctl disable --now update-engine diff --git a/package/yaft/package b/package/yaft/package index fc26750fb..877462bcf 100644 --- a/package/yaft/package +++ b/package/yaft/package @@ -5,13 +5,13 @@ pkgnames=(yaft) pkgdesc="Yet another framebuffer terminal" url=https://github.com/timower/rM2-stuff/tree/master/apps/yaft -pkgver=0.0.7-1 +pkgver=0.0.7-2 timestamp=2021-05-02T09:23Z maintainer="Mattéo Delabre " license=GPL-3.0 section="admin" image=base:v2.3 -installdepends=(display) +installdepends=(display terminfo) source=( https://github.com/timower/rM2-stuff/archive/refs/tags/v0.0.7.zip