mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/fyi: upgrade to 1.0.4
This commit is contained in:
parent
44f4db7c98
commit
69c2353bfd
@ -1,22 +0,0 @@
|
|||||||
From 93ce3ef5a23ec34fde1ee07990329cfa398b3503 Mon Sep 17 00:00:00 2001
|
|
||||||
From: q66 <q66@chimera-linux.org>
|
|
||||||
Date: Fri, 2 Aug 2024 21:23:30 +0200
|
|
||||||
Subject: [PATCH] main: add missing include
|
|
||||||
|
|
||||||
This is needed to get declarations for close/read.
|
|
||||||
---
|
|
||||||
main.c | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/main.c b/main.c
|
|
||||||
index 55300f9..b9e396d 100644
|
|
||||||
--- a/main.c
|
|
||||||
+++ b/main.c
|
|
||||||
@@ -10,6 +10,7 @@
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
|
||||||
+#include <unistd.h>
|
|
||||||
|
|
||||||
#include <sys/stat.h>
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
# Maintainer: Willow Barraco <contact@willowbarraco.fr>
|
# Maintainer: Willow Barraco <contact@willowbarraco.fr>
|
||||||
pkgname=fyi
|
pkgname=fyi
|
||||||
pkgver=1.0.2
|
pkgver=1.0.4
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="A notify-send alternative"
|
pkgdesc="A notify-send alternative"
|
||||||
url="https://codeberg.org/dnkl/fyi"
|
url="https://codeberg.org/dnkl/fyi"
|
||||||
@ -15,12 +15,11 @@ subpackages="
|
|||||||
options="!check"
|
options="!check"
|
||||||
source="
|
source="
|
||||||
$pkgname-$pkgver.tar.gz::https://codeberg.org/dnkl/fyi/archive/$pkgver.tar.gz
|
$pkgname-$pkgver.tar.gz::https://codeberg.org/dnkl/fyi/archive/$pkgver.tar.gz
|
||||||
0001-main-add-missing-include.patch
|
|
||||||
"
|
"
|
||||||
builddir="$srcdir/fyi"
|
builddir="$srcdir/fyi"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
meson setup build --prefix /usr
|
abuild-meson -Ddocs=enabled build
|
||||||
meson compile -C build
|
meson compile -C build
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -29,6 +28,5 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
fe4f676c4683a9368d60d62f8679b343fdc14fe661ec2d60ebc3d5bb6f865a26bad1d247d00cbf3d04d558598cccf114a29184c2b3d8c3570ad0327220b97f78 fyi-1.0.2.tar.gz
|
f6d22cdd8bdbbf6cac4fd00f831b110c98af3510864ffa1b473fa706403daf300405fcc4e582ef5c709e40c43cb359a3f38941e9229631a1c683054e829b96fd fyi-1.0.4.tar.gz
|
||||||
3858ef0b310874faba1422cc8cd1d7ee4805ef720f2f57c2d5139960a537f2eb47f026a72b817acffebfb444f113b4f2f5473bc5ac4426f06d45a274a41f0be9 0001-main-add-missing-include.patch
|
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user