Skip to content

Commit

Permalink
Add terminfo dependency to yaft and add /opt/etc/profile to /etc/prof…
Browse files Browse the repository at this point in the history
…ile.d
  • Loading branch information
Eeems committed Jul 31, 2023
1 parent d4678ef commit 22f6039
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package/toltec-base/package
Original file line number Diff line number Diff line change
Expand Up @@ -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 <eeems@eeems.email>"
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package/yaft/package
Original file line number Diff line number Diff line change
Expand Up @@ -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 <spam@delab.re>"
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
Expand Down

0 comments on commit 22f6039

Please sign in to comment.