From 671d876ab54a97001c244dc863d812fe07e0968d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 24 Dec 2020 21:16:06 +0700 Subject: [PATCH] tomb: not provide gtk-2 tray --- srcpkgs/tomb/template | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/srcpkgs/tomb/template b/srcpkgs/tomb/template index 274fff1c109..1173ce3df86 100644 --- a/srcpkgs/tomb/template +++ b/srcpkgs/tomb/template @@ -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 " @@ -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 }