From 5e7a802b80de8798b982851f363a81640ebba20c Mon Sep 17 00:00:00 2001 From: Logen Kain Date: Sun, 16 Nov 2014 10:06:34 -0600 Subject: [PATCH] stfl: fixed depends and patch --- srcpkgs/stfl/{files => patches}/stfl-void.patch | 12 ++++++------ srcpkgs/stfl/template | 7 +------ 2 files changed, 7 insertions(+), 12 deletions(-) rename srcpkgs/stfl/{files => patches}/stfl-void.patch (66%) diff --git a/srcpkgs/stfl/files/stfl-void.patch b/srcpkgs/stfl/patches/stfl-void.patch similarity index 66% rename from srcpkgs/stfl/files/stfl-void.patch rename to srcpkgs/stfl/patches/stfl-void.patch index 9e88a369ca7..1458285e9d8 100644 --- a/srcpkgs/stfl/files/stfl-void.patch +++ b/srcpkgs/stfl/patches/stfl-void.patch @@ -1,6 +1,6 @@ -diff -rupN orig-stfl-0.21/Makefile.cfg stfl-0.23/Makefile.cfg ---- orig-stfl-0.21/Makefile.cfg 2009-05-31 13:20:39.000000000 -0500 -+++ stfl-0.23/Makefile.cfg 2014-11-13 22:42:41.460682486 -0600 +diff -rupN Makefile.cfg Makefile.cfg +--- Makefile.cfg 2009-05-31 13:20:39.000000000 -0500 ++++ Makefile.cfg 2014-11-13 22:42:41.460682486 -0600 @@ -19,11 +19,11 @@ # @@ -38,9 +38,9 @@ diff -rupN orig-stfl-0.21/Makefile.cfg stfl-0.23/Makefile.cfg else FOUND_RUBY = 0 endif -diff -rupN orig-stfl-0.21/stfl_internals.h stfl-0.23/stfl_internals.h ---- orig-stfl-0.21/stfl_internals.h 2014-04-25 06:36:07.000000000 -0500 -+++ stfl-0.23/stfl_internals.h 2014-11-13 22:41:38.413685526 -0600 +diff -rupN stfl_internals.h stfl_internals.h +--- stfl_internals.h 2014-04-25 06:36:07.000000000 -0500 ++++ stfl_internals.h 2014-11-13 22:41:38.413685526 -0600 @@ -28,7 +28,7 @@ extern "C" { #endif diff --git a/srcpkgs/stfl/template b/srcpkgs/stfl/template index 6cde428130d..c15baa7e259 100644 --- a/srcpkgs/stfl/template +++ b/srcpkgs/stfl/template @@ -3,9 +3,8 @@ pkgname=stfl version=0.23 revision=1 build_style=gnu-makefile -hostmakedepends="swig patch" +hostmakedepends="swig" makedepends="ncurses-devel" -depends="ncurses" short_desc="Curses-based widget set for text terminals" maintainer="Logen K " license="GPL-3" @@ -13,10 +12,6 @@ homepage="http://www.clifford.at/stfl/" distfiles="http://www.clifford.at/${pkgname}/${pkgname}-${version}.tar.gz" checksum=e75ed8427905ad50faf43ed5fefd0cf7b16ee0c1ca87e15d33e360bb92aedfde -post_extract(){ - patch -Np1 -i ${FILESDIR}/stfl-void.patch - -} do_build(){ unset LDFLAGS }