Skip to content

Commit ec62408

Browse files
FouzREeems
andauthored
Update YAFT to v0.0.10 (#736)
* Update YAFT to v0.0.10 --------- Co-authored-by: Nathaniel van Diepen <Eeems@users.noreply.github.com>
1 parent 02d86d2 commit ec62408

File tree

2 files changed

+6
-20
lines changed

2 files changed

+6
-20
lines changed

package/yaft/bash-l.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

package/yaft/package

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
pkgnames=(yaft)
66
pkgdesc="Yet another framebuffer terminal"
77
url=https://github.com/timower/rM2-stuff/tree/master/apps/yaft
8-
_tag=0.0.8
9-
pkgver=${_tag}-2
10-
timestamp=2021-05-02T09:23Z
8+
_tag=0.0.10
9+
pkgver=${_tag}-1
10+
timestamp=2023-08-12T14:31Z
1111
maintainer="Mattéo Delabre <spam@delab.re>"
1212
license=GPL-3.0
1313
section="admin"
@@ -17,18 +17,15 @@ installdepends=(display terminfo)
1717
source=(
1818
"https://github.com/timower/rM2-stuff/archive/refs/tags/v${_tag}.zip"
1919
input.patch
20-
bash-l.patch
2120
)
2221

2322
sha256sums=(
24-
718a9fc7a8e26d587bac790fd83ad8242978b59745269b2ff213e04820bf45b8
25-
SKIP
23+
1cd4741a93cde6bd545215eb303e51219fc9901cba1c28b6206b1b5e0871a7b5
2624
SKIP
2725
)
2826

2927
build() {
3028
patch -u libs/rMlib/Device.cpp -i input.patch
31-
patch -u apps/yaft/main.cpp -i bash-l.patch
3229
mkdir build
3330
mkdir install
3431
cd build
@@ -37,6 +34,8 @@ build() {
3734
cd apps/yaft
3835
make
3936
make install
37+
cd ../../libs/libYaft
38+
make install
4039
}
4140

4241
package() {

0 commit comments

Comments
 (0)