From de3688e783a1e314dce0b5fdb681257f66a3af74 Mon Sep 17 00:00:00 2001 From: Puck Meerburg Date: Fri, 13 Dec 2013 16:01:36 +0000 Subject: [PATCH 1/2] Add FontBoy recipe --- haiku-apps/fontboy/fontboy-0.9.7.recipe | 48 +++++++++++++++++++++++++ haiku-apps/fontboy/licenses/FontBoy | 1 + 2 files changed, 49 insertions(+) create mode 100644 haiku-apps/fontboy/fontboy-0.9.7.recipe create mode 100644 haiku-apps/fontboy/licenses/FontBoy diff --git a/haiku-apps/fontboy/fontboy-0.9.7.recipe b/haiku-apps/fontboy/fontboy-0.9.7.recipe new file mode 100644 index 000000000..575d9cf2c --- /dev/null +++ b/haiku-apps/fontboy/fontboy-0.9.7.recipe @@ -0,0 +1,48 @@ +SUMMARY="A small application to show your installed fonts in Haiku." +DESCRIPTION=" + Fontboy is a small application to show your installed fonts in Haiku. You can get + additional information of the selected font and a preview of the complete Unicode + charset. Fontboy allows you to adjust the appearence to your desired needs + and it's fast because Haiku is. + " +HOMEPAGE="https://github.com/puckipedia/FontBoy" +SRC_URI="git://github.com/puckipedia/FontBoy.git#2195924e69096a5e7a9774cfaec8fdc277045ecf" +REVISION="1" +LICENSE="FontBoy" +COPYRIGHT="1999-2003 Oliver 'Madison' Kohl" + +ARCHITECTURES="x86 x86_gcc2" + +PROVIDES=" + fontboy = $portVersion + app:fontboy = $portVersion + " +REQUIRES=" + haiku >= $haikuVersion + " +BUILD_PREREQUIRES=" + makefile_engine + cmd:g++ + cmd:xres + cmd:mkdepend + cmd:make + " +BUILD_REQUIRES=" + haiku_devel >= $haikuVersion + " +USER_SETTINGS_FILES=" + settings/Fontboy_prefs + " + +BUILD() +{ + cd src + make +} + +INSTALL() +{ + cd src + make install INSTALL_DIR=$appsDir/ + addAppDeskbarSymlink $appsDir/FontBoy +} diff --git a/haiku-apps/fontboy/licenses/FontBoy b/haiku-apps/fontboy/licenses/FontBoy new file mode 100644 index 000000000..db7d4cc26 --- /dev/null +++ b/haiku-apps/fontboy/licenses/FontBoy @@ -0,0 +1 @@ +Feel free to copy and distribute this version of Fontboy as you want, as long as the original archive remains unchanged. In no event shall I be held liable for any damages arising from the use of this software. Be and BeOS are registered trademarks of Palm Inc. All other trademarks mentioned belong to their respective owners. From b628669fd52fa7b2f1ff395dfdea4043f2b8ea10 Mon Sep 17 00:00:00 2001 From: puckipedia Date: Sat, 14 Dec 2013 11:00:09 +0000 Subject: [PATCH 2/2] FontBoy: Repo moved from my own to HaikuArchives --- haiku-apps/fontboy/fontboy-0.9.7.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haiku-apps/fontboy/fontboy-0.9.7.recipe b/haiku-apps/fontboy/fontboy-0.9.7.recipe index 575d9cf2c..dea22c075 100644 --- a/haiku-apps/fontboy/fontboy-0.9.7.recipe +++ b/haiku-apps/fontboy/fontboy-0.9.7.recipe @@ -5,8 +5,8 @@ DESCRIPTION=" charset. Fontboy allows you to adjust the appearence to your desired needs and it's fast because Haiku is. " -HOMEPAGE="https://github.com/puckipedia/FontBoy" -SRC_URI="git://github.com/puckipedia/FontBoy.git#2195924e69096a5e7a9774cfaec8fdc277045ecf" +HOMEPAGE="https://github.com/HaikuArchives/FontBoy" +SRC_URI="git://github.com/HaikuArchives/FontBoy.git#2195924e69096a5e7a9774cfaec8fdc277045ecf" REVISION="1" LICENSE="FontBoy" COPYRIGHT="1999-2003 Oliver 'Madison' Kohl"