sakura: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:54 +02:00
parent f945e284f9
commit 1e58a9a4e3
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 39 deletions

View File

@ -1,11 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/sakura
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/sakura.desktop
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/sakura.1.gz
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/terminal-tango.svg

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36WCX/pZGxZ0T2le8sPp3ABAY7otCx77Jh5qC3BuSoKKpaeYVuEGSex1/fsf434uuPZL5oaYCuhFnLmypcWyIgA=
SHA256 (Pkgfile) = 6d9c7de2aeac16ec3a9d66fc9b5f377afbaf3cb71711fc767103b7c31e52ca26
SHA256 (.footprint) = 329496cfa310c07f4b8f63ec1a6a69e2dbcc82825f430df777108d134d8a6979
SHA256 (sakura-3.8.7.tar.bz2) = ba7009ff03cacc19149d82f280413defb019540d2409e6cb9243f0d7ac812922

View File

@ -1,23 +0,0 @@
# Description: A terminal emulator based on GTK and VTE
# URL: https://www.pleyades.net/david/projects/sakura
# Maintainer: unmaintained
# Depends on: vte3
name=sakura
version=3.8.7
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 --build build
DESTDIR=$PKG cmake --install build
rm -r $PKG/usr/share/{locale,doc}
}