From 1fff1ec0f2794dba9113138b468ae10b11dbef1c Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Tue, 17 Mar 2015 13:34:40 +0300 Subject: [PATCH] FilWip: update to the lastest commit with vector icon --- haiku-apps/filwip/filwip-1.0.0.recipe | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/haiku-apps/filwip/filwip-1.0.0.recipe b/haiku-apps/filwip/filwip-1.0.0.recipe index b99403691..dd2a2873b 100644 --- a/haiku-apps/filwip/filwip-1.0.0.recipe +++ b/haiku-apps/filwip/filwip-1.0.0.recipe @@ -6,8 +6,8 @@ works with easy to write text files that include information about where the \ files to delete are. " HOMEPAGE="https://sites.google.com/site/appfilwip/home" -SRC_URI="git://github.com/HaikuArchives/FilWip.git#386cf38" -REVISION="3" +SRC_URI="git://github.com/HaikuArchives/FilWip.git#af3bcbe" +REVISION="4" LICENSE="SPL" COPYRIGHT="2002 Ramshankar" @@ -27,9 +27,11 @@ REQUIRES=" BUILD_PREREQUIRES=" cmd:g++ cmd:xres + cmd:make " BUILD_REQUIRES=" haiku_devel + makefile_engine " USER_SETTINGS_FILES=" @@ -38,11 +40,7 @@ USER_SETTINGS_FILES=" BUILD() { - cd Source - g++ -o ../FilWip -lbe -ltranslation -ltracker *.cpp */*.cpp - rc -o ../FilWip.rsrc FilWip.rdef - xres -o ../FilWip ../FilWip.rsrc - mimeset -f ../FilWip + make $jobArgs -C Source } INSTALL()