mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-02 21:18:51 +02:00
FilWip: update to the lastest commit with vector icon
This commit is contained in:
@@ -6,8 +6,8 @@ works with easy to write text files that include information about where the \
|
|||||||
files to delete are.
|
files to delete are.
|
||||||
"
|
"
|
||||||
HOMEPAGE="https://sites.google.com/site/appfilwip/home"
|
HOMEPAGE="https://sites.google.com/site/appfilwip/home"
|
||||||
SRC_URI="git://github.com/HaikuArchives/FilWip.git#386cf38"
|
SRC_URI="git://github.com/HaikuArchives/FilWip.git#af3bcbe"
|
||||||
REVISION="3"
|
REVISION="4"
|
||||||
|
|
||||||
LICENSE="SPL"
|
LICENSE="SPL"
|
||||||
COPYRIGHT="2002 Ramshankar"
|
COPYRIGHT="2002 Ramshankar"
|
||||||
@@ -27,9 +27,11 @@ REQUIRES="
|
|||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
cmd:g++
|
cmd:g++
|
||||||
cmd:xres
|
cmd:xres
|
||||||
|
cmd:make
|
||||||
"
|
"
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku_devel
|
haiku_devel
|
||||||
|
makefile_engine
|
||||||
"
|
"
|
||||||
|
|
||||||
USER_SETTINGS_FILES="
|
USER_SETTINGS_FILES="
|
||||||
@@ -38,11 +40,7 @@ USER_SETTINGS_FILES="
|
|||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
cd Source
|
make $jobArgs -C Source
|
||||||
g++ -o ../FilWip -lbe -ltranslation -ltracker *.cpp */*.cpp
|
|
||||||
rc -o ../FilWip.rsrc FilWip.rdef
|
|
||||||
xres -o ../FilWip ../FilWip.rsrc
|
|
||||||
mimeset -f ../FilWip
|
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
|
|||||||
Reference in New Issue
Block a user