From 6f323d077aa13529dcde602e90fd42ce3cd371b8 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 17 Nov 2018 07:18:22 -0200 Subject: [PATCH] nheko: remove --- srcpkgs/nheko/INSTALL.msg | 1 + srcpkgs/nheko/template | 41 +++++---------------------------------- 2 files changed, 6 insertions(+), 36 deletions(-) create mode 100644 srcpkgs/nheko/INSTALL.msg diff --git a/srcpkgs/nheko/INSTALL.msg b/srcpkgs/nheko/INSTALL.msg new file mode 100644 index 00000000000..de4f526eee4 --- /dev/null +++ b/srcpkgs/nheko/INSTALL.msg @@ -0,0 +1 @@ +nheko is no longer provided by Void Linux, and will be fully removed from the repos on 2019/02/17 diff --git a/srcpkgs/nheko/template b/srcpkgs/nheko/template index 80efa639c6a..6cb3f664465 100644 --- a/srcpkgs/nheko/template +++ b/srcpkgs/nheko/template @@ -1,40 +1,9 @@ # Template file for 'nheko' pkgname=nheko version=0.6.2 -revision=1 -build_style=cmake -configure_args="-DTWEENY_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include/tweeny - -DCMAKE_SKIP_RPATH=TRUE" -hostmakedepends="git qt5-host-tools qt5-qmake pkg-config" -makedepends="lmdb-devel qt5-multimedia-devel qt5-svg-devel qt5-tools-devel - tweeny spdlog mtxclient-devel boost-devel cmark-devel olm-devel json-c++ - lmdb++ libsodium-devel" -short_desc="Desktop client for the Matrix protocol" -maintainer="Orphaned " -license="GPL-3.0-or-later" +revision=2 +noarch=yes +build_style=meta +short_desc="Desktop client for the Matrix protocol (removed package)" +license="metapackage" homepage="https://github.com/mujx/nheko" -distfiles="https://github.com/mujx/nheko/archive/v${version}.tar.gz" -checksum=869dea68ad53258cbff4e41bb3e2894742ef90568779787d8eb5391112eb3d48 - -pre_build() { - # Fix up includes to nlohmann json - grep -rl '#include ' | xargs sed -i 's|#include |#include |' - grep -rl '#include "json.hpp"' | xargs sed -i 's|#include "json.hpp"|#include |' -} - -do_install() { - vmkdir usr/share/pixmaps - vmkdir usr/share/applications - - vbin build/nheko - - vinstall resources/nheko-256.png 644 usr/share/pixmaps - vinstall resources/nheko.desktop 644 usr/share/applications - - local icon_size icon_dir - for icon_size in 16 32 48 64 128 256 512; do - icon_dir="usr/share/icons/hicolor/${icon_size}x${icon_size}/apps" - vmkdir "$icon_dir" - vinstall resources/nheko-${icon_size}.png 644 $icon_dir/nheko.png - done -}