tomb: not provide gtk-2 tray

This commit is contained in:
Đoàn Trần Công Danh 2020-12-24 21:16:06 +07:00
parent b645a33514
commit 7c18879ba5

View file

@ -1,11 +1,10 @@
# Template file for 'tomb'
pkgname=tomb
version=2.8.1
revision=1
revision=2
wrksrc=Tomb-${version}
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="libnotify-devel gtk+-devel"
depends="sudo gnupg cryptsetup pinentry zsh"
short_desc="Minimalistic commandline tool to manage encrypted volumes"
maintainer="Diogo Leal <diogo@diogoleal.com>"
@ -14,8 +13,8 @@ homepage="https://www.dyne.org/software/tomb/"
distfiles="https://files.dyne.org/tomb/releases/Tomb-${version}.tar.gz"
checksum=74865ea3364706323a3ebe12886d5816dd86c90a100bc3b49fae6e60cbb7be16
pre_build() {
sed -i extras/gtk-tray/Makefile \
post_patch() {
vsed -i extras/gtk-tray/Makefile \
-e's;$(CC) ;$(CC) $(CFLAGS) $(LDFLAGS) ;'
}
@ -30,9 +29,4 @@ do_install() {
vdoc doc/TODO.org
vdoc doc/bertini_thesis.pdf
vdoc doc/tomb_manpage.pdf
# tomb-gtk-tray
cd extras/gtk-tray
make
vbin tomb-gtk-tray
}