From f6022303db58e4627f1ac0160e6cd6b1746aede1 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Sat, 27 Jul 2024 18:12:24 +0300 Subject: [PATCH] port to pika os 4 --- .github/release-canary-v3 | 2 +- debian/control | 2 +- main.sh | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/release-canary-v3 b/.github/release-canary-v3 index b8626c4..7ed6ff8 100644 --- a/.github/release-canary-v3 +++ b/.github/release-canary-v3 @@ -1 +1 @@ -4 +5 diff --git a/debian/control b/debian/control index ea916f9..41e4769 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: ferrreo Standards-Version: 4.6.1 Build-Depends: debhelper-compat (= 13), - node-typescript, +# node-typescript, npm, meson, libgjs-dev, diff --git a/main.sh b/main.sh index a5fa229..ff0003d 100755 --- a/main.sh +++ b/main.sh @@ -15,6 +15,8 @@ cd ./ags # Get build deps apt-get build-dep ./ -y +npm install +npm install -g typescript@latest # Build package LOGNAME=root dh_make --createorig -y -l -p ags_"$VERSION" || echo "dh-make: Ignoring Last Error"