diff --git a/haiku-apps/bafx/bafx-0.0.1.recipe b/haiku-apps/bafx/bafx-0.2.3.recipe similarity index 60% rename from haiku-apps/bafx/bafx-0.0.1.recipe rename to haiku-apps/bafx/bafx-0.2.3.recipe index 2070acb24..b3b8581b9 100644 --- a/haiku-apps/bafx/bafx-0.0.1.recipe +++ b/haiku-apps/bafx/bafx-0.2.3.recipe @@ -1,12 +1,13 @@ SUMMARY="A file manager for Haiku." -DESCRIPTION=" -BAfx is a file manager for Haiku. -" +DESCRIPTION="BAfx is a file manager for BeOS/Haiku. It uses a single window \ +with two panes for source and destination folder. \ +The file manager is still in early stages of development. \ +A built-in text and image viewer are planned for future releases." HOMEPAGE="https://github.com/marbocub/BAfx" -SRC_URI="git+https://github.com/marbocub/BAfx#4b14a8ba4c" +SRC_URI="git+https://github.com/marbocub/BAfx#ebd3db8a22" COPYRIGHT="2012 @marbocub" LICENSE="MIT" -REVISION="2" +REVISION="1" ARCHITECTURES="x86_gcc2 x86 ?x86_64" PROVIDES=" @@ -25,8 +26,6 @@ BUILD_PREREQUIRES=" cmd:mkdepend " -PATCHES="bafx-0.0.1.patchset" - BUILD() { make OBJ_DIR=objects \ diff --git a/haiku-apps/bafx/patches/bafx-0.0.1.patchset b/haiku-apps/bafx/patches/bafx-0.0.1.patchset deleted file mode 100644 index f5c0c7ee4..000000000 --- a/haiku-apps/bafx/patches/bafx-0.0.1.patchset +++ /dev/null @@ -1,22 +0,0 @@ -From 7c5605074b639c6daa54275d1ced9720555da3d1 Mon Sep 17 00:00:00 2001 -From: Chris Roberts -Date: Mon, 2 Dec 2013 17:37:11 -0700 -Subject: Fix makefile stdc++ libs - - -diff --git a/Makefile b/Makefile -index 6f14782..50893a9 100755 ---- a/Makefile -+++ b/Makefile -@@ -56,7 +56,7 @@ RSRCS= - # naming scheme you need to specify the path to the library - # and it's name - # library: my_lib.a entry: my_lib.a or path/my_lib.a --LIBS= be -+LIBS= be $(STDCPPLIBS) - - # specify additional paths to directories following the standard - # libXXX.so or libXXX.a naming scheme. You can specify full paths --- -1.8.3.4 - diff --git a/haiku-apps/takenotes/takenotes-1.0.0.recipe b/haiku-apps/takenotes/takenotes-1.0.0.recipe index c00265afc..05df96c52 100644 --- a/haiku-apps/takenotes/takenotes-1.0.0.recipe +++ b/haiku-apps/takenotes/takenotes-1.0.0.recipe @@ -1,6 +1,6 @@ SUMMARY="A note taking application" DESCRIPTION=" -With this application you can: +With TakeNotes you can: - Write a note - Edit the font family, color and size - Change the color of your note @@ -12,9 +12,10 @@ With this application you can: COPYRIGHT="Copyright 2009, Ilio Catallo, Stefano Celentano, Eleonora Ciceri, all rights reserved" LICENSE="GNU GPL v2" HOMEPAGE="https://github.com/HaikuArchives/TakeNotes" -SRC_URI="git+https://github.com/HaikuArchives/TakeNotes#3ee7d80b53" -REVISION="2" +SRC_URI="git+https://github.com/HaikuArchives/TakeNotes#7f84d8f50e" +REVISION="3" ARCHITECTURES="x86_gcc2 x86 ?x86_64" +SOURCE_DIR="takesnotes-1.0.0/source" PROVIDES=" takenotes=$portVersion @@ -36,8 +37,6 @@ BUILD_PREREQUIRES=" cmd:mkdepend " -PATCHES="takenotes-1.0.0.patchset" - BUILD() { make OBJ_DIR=objects \ @@ -49,4 +48,4 @@ INSTALL() mkdir -p $appsDir cp objects/TakeNotes $appsDir addAppDeskbarSymlink $appsDir/TakeNotes -} +} \ No newline at end of file