sakura: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-06 21:01:41 +02:00
parent d98e832297
commit 160ac2a079
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 13 additions and 13 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/E2IZDbKstElCwjUTEOJLyE+dJDQRoz/XfX2xJ/rZ7yqNSkg6hC145sixW3XG82R/DhkOGCX2kxq5zyGSy5YgY=
SHA256 (Pkgfile) = 39fca30e37b630510754046a66b5d54f4bd2947d1812c334eaff7e682f7dd0d7
RWSagIOpLGJF36WCX/pZGxZ0T2le8sPp3ABAY7otCx77Jh5qC3BuSoKKpaeYVuEGSex1/fsf434uuPZL5oaYCuhFnLmypcWyIgA=
SHA256 (Pkgfile) = 6d9c7de2aeac16ec3a9d66fc9b5f377afbaf3cb71711fc767103b7c31e52ca26
SHA256 (.footprint) = 329496cfa310c07f4b8f63ec1a6a69e2dbcc82825f430df777108d134d8a6979
SHA256 (sakura-3.8.7.tar.bz2) = ba7009ff03cacc19149d82f280413defb019540d2409e6cb9243f0d7ac812922

View File

@ -1,6 +1,6 @@
# Description: A terminal emulator based on GTK and VTE.
# Description: A terminal emulator based on GTK and VTE
# URL: https://www.pleyades.net/david/projects/sakura
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: unmaintained
# Depends on: vte3
name=sakura
@ -9,15 +9,15 @@ release=1
source=(https://launchpad.net/sakura/trunk/$version/+download/$name-$version.tar.bz2)
build() {
cmake -S $name-$version -B build -G Ninja \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=RELEASE \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-Wno-dev
cmake -S $name-$version -B build -G Ninja \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=RELEASE \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-Wno-dev
cmake --build build
DESTDIR=$PKG cmake --install build
cmake --build build
DESTDIR=$PKG cmake --install build
rm -r $PKG/usr/share/{locale,doc}
rm -r $PKG/usr/share/{locale,doc}
}