Oliver Tappe
80d36572c0
Cleanup fallout from cherry-picks (renaming .bep to .recipe).
2013-09-17 01:14:53 +02:00
Chris Roberts
2b21de463d
Fix typo in install section of quicklaunch bep
...
Resolves issue #10
(cherry picked from commit 4c151a4713 )
2013-09-17 01:04:00 +02:00
Chris Roberts
31c3ecec74
Update paladin patch to remove liblocale references
...
resolves issue #9
(cherry picked from commit 0bad405391 )
2013-09-17 00:51:21 +02:00
Chris Roberts
db225ef593
Remove patches from quicklaunch and ubertuber builds
...
Changes have been applied upstream by humdinger
resolves issue #3
2013-09-17 00:28:20 +02:00
Chris Roberts
1d0e9472cc
Add UberTuber 0.9.5 contributed by Humdinger
...
Patch file to fix building on gcc4 and small changes to the bep by me.
resolves issue #2
(cherry picked from commit 3cdab7114a )
2013-09-17 00:27:20 +02:00
Chris Roberts
e4feb6cecc
Add QuickLaunch 0.9.5 contributed by Humdinger
...
Patch file to fix building on gcc4 and small changes to the bep by me.
resolves issue #1
(cherry picked from commit c182159bc8 )
2013-09-17 00:26:41 +02:00
Oliver Tappe
5b6a9d5f52
Drop unneeded/wrong specification of $haikuVersion.
2013-09-16 22:30:32 +02:00
Oliver Tappe
926d435215
Add next version of Pe for x86_64
2013-09-15 23:10:38 +02:00
Oliver Tappe
42b99bdf3a
Add recipe for version of Pe that works on x86_64
2013-09-14 14:00:07 +02:00
Oliver Tappe
8ec70f6e92
Add x86_64 as supported architecture to ports required by Haiku.
2013-09-02 11:51:26 +02:00
Oliver Tappe
5b15c6bb2d
Add recipe for pe-2.4.3_hg606.
...
* this is the first version of Pe that can be built on x86_64
2013-09-02 11:51:25 +02:00
Oliver Tappe
aec3652b01
Cleanup: fix names of recipe and patch files.
...
* this fixes the wrong recipe names introduced by myself in #d525fee
* adjust patch names to match corresponding recipes
* additionally: create 'additional-files' folders as hint to some
ports that do not have a proper recipe yet
2013-08-25 23:51:08 +02:00
Oliver Tappe
096da200da
Handle InitialSettings of vision by ADDITIONAL_FILES
2013-08-25 23:51:07 +02:00
Scott McCreary
45eda090be
Delete armyknife-63, add recipe for armyknife-66
...
WIP on taglib recipes, Note that taglib-1.8 won't build with gcc2,
Thus for a gcc2 built armyknife we may need a taglib-1.7.2 library.
Fix filename for ed-1.7, still may need more work, not fully tested
yes but it is getting further than previous version.
2013-08-23 16:44:45 +00:00
Ingo Weinhold
80cdea23b3
pe: fix build on newer Haiku
...
node_ref::operator<() is now provided by <Node.h>, so don't redefine
it.
2013-08-21 16:10:08 +02:00
Ingo Weinhold
dee373938d
Add secondary arch support for wonderbrush and old mesa
2013-08-17 09:40:03 +02:00
Ingo Weinhold
d3fff39e6e
Declare most recipes stable on x86
2013-08-17 09:40:03 +02:00
Ingo Weinhold
089e141aeb
Replace ':' in package link paths by '~'
...
Also add missing libiconv requires for apr_util.
2013-08-13 13:55:32 +02:00
Oliver Tappe
39a646a289
Adjust recipes to separation of buildhost and target packages
2013-08-05 00:14:47 +02:00
Oliver Tappe
d525fee8e9
Fix names of recipe files that were non-parsable
2013-08-04 21:47:43 +02:00
Ingo Weinhold
f7b2bc97fa
bepdf: unbreak recipe
2013-07-05 11:22:46 +02:00
Ingo Weinhold
eb53e23f6c
wonderbrush: fix libz symlink
...
Spotted by Michael Schroeder. Thanks!
2013-06-19 05:06:57 +02:00
Ingo Weinhold
34b4ca0d3c
vision: update recipe
...
* Based on vision-942.recipe add new recipe vision-0.9.7.r944.recipe.
* Remove older recipes.
* Rename patch.
* Rename VisionSettings to InitialSettings as done in master.
* Add USER_SETTINGS_FILES declaration.
* Add Deskbar menu symlink.
2013-06-18 11:12:15 +02:00
Ingo Weinhold
bf2f5a0308
Add recipe for WonderBrush
...
It downloads the zip file and repackages it. The recipe also works
around the issue that libfreetype.so and libz.so are no longer
known by those names -- that broke the previous package revision.
2013-06-18 05:03:33 +02:00
Ingo Weinhold
3e4aba1a7a
pe: update recipe
...
* Declare patch explicitly.
* Update [BUILD_]REQUIRES.
* Declare USER_SETTINGS_FILES.
* Don't allow multi-job builds. They don't work reliably.
* INSTALL(): Simplify a bit. Add Deskbar menu symlink.
2013-06-18 03:02:30 +02:00
Ingo Weinhold
d073d900c3
mkdepend: update recipe
2013-06-18 01:01:52 +02:00
Ingo Weinhold
c62fcf14f6
Add recipe for keymapswitcher 1.2.7.10
...
Mostly a copy of the 1.2.7.9 recipe, but with the TODOs addressed.
Patching the makefile is still necessary.
2013-06-17 20:34:29 +02:00
Ingo Weinhold
a2faa84346
bepdf: update recipe
...
* Rename version: 1.1.1~beta5_130428 -> 1.1.1~beta5_2013_04_28
* Add Deskbar symlink for BePDF.
2013-06-16 03:53:09 +02:00
Ingo Weinhold
c0b91677ef
vision: Fix architecture check
...
variable architecture -> targetArchitecture
2013-06-04 15:00:38 +02:00
Scott McCreary
f35419c138
Updated Vision to r942
2013-06-02 01:13:18 +00:00
Ingo Weinhold
2b1ceca619
Update vision recipe
...
* Use jobArgs.
* No longer copy the settings file to settings/Vision. Rather leave
it in the apps/Vision directory for the user to copy. Ideally Vision
would just use it as a fallback, when no user settings file is
present.
2013-05-09 21:33:52 +02:00
Ingo Weinhold
b537b4b7a6
Create recipe for keymapswitcher 1.2.7.9
...
... based on 1.2.7 non-recipe. Due to some changes in Haiku the recipe
needs to be updated once the Haiku PM branch has been synchronized with
the master.
2013-05-02 17:13:47 +02:00
Oliver Tappe
87c255e9d6
Convert and adjust recipe for BePDF
2013-04-28 19:46:12 +02:00
Oliver Tappe
fde5fa3853
Fix symlink to lpe in Pe package.
2013-04-28 19:46:11 +02:00
Oliver Tappe
c906836369
Finish work on pe-2.4.3_hg602
2013-04-28 01:57:09 +02:00
Oliver Tappe
1f17202603
Add patch for pe-2.4.3_hg602
2013-04-28 01:36:26 +02:00
Oliver Tappe
fbc56b6b3a
Untested conversion of pe-2.4.3_hg602 to recipe
2013-04-28 01:35:36 +02:00
Ingo Weinhold
5a72314502
Convert mkdepend recipe to an actual recipe
2013-04-27 00:18:23 +02:00
Ingo Weinhold
95434f0173
Convert Vision recipe to an actual recipe
2013-04-22 19:11:31 +02:00
Oliver Tappe
2191f6611f
Rename all port folders containing '-' to use '_' instead.
...
* haikuporter relies on the recipe file sharing the name with the port folder
2013-04-21 18:58:18 +02:00
Oliver Tappe
4baa9ad46a
* drop old recipe of pe-2.4.3-hg (names with dashes are no longer allowed)
2013-04-19 22:25:46 +00:00
Oliver Tappe
8139b1c063
* commit incomplete conversion of pe-2.4.3_hg to recipe format
2013-04-19 22:23:29 +00:00
Oliver Tappe
37404c8730
* fix all syntactical problems in recipe files
2013-03-30 18:58:47 +00:00
Oliver Tappe
60aba35d64
* convert all .bep files to follow shell syntax
...
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00
Oliver Tappe
94cc6aaf85
Merge all changes from trunk
2013-03-29 14:04:07 +00:00
Scott McCreary
9a2c93642a
Initial .bep for for Beacon, note that it's not currently building as there seems to be an issue with gcc4
...
finding libraries, it's not finding clucene even though it's been installed.
Updated bep file for vision-933 to mark it as unstable. The current stable version of vision is r908.
2011-02-08 16:58:55 +00:00
Scott McCreary
d149409c3c
Initial bep file for libwalter
2011-01-26 20:19:51 +00:00
Scott McCreary
8a64aa5160
Initial bep file for building artpaint. It's not building yet as the
...
artpaint jam file seems to expect files to be in a hard coded path.
Need to find a clean workaround for this.
2011-01-26 01:01:58 +00:00
Ingo Weinhold
73b6131696
Some work on the BePDF build. Noticed to late that it uses liblayout and
...
therefore can't be built for gcc 4 anyway. Still needs more work for gcc 2
I guess.
2010-11-14 00:08:27 +00:00
Scott McCreary
22c46268a3
Added a patch to enable building vision with gcc4.
2010-11-04 06:14:56 +00:00