fbrosson
68e88ad2b2
mdds: convert to "any" arch, drop devel subpackage. ( #2666 )
2018-06-08 10:31:09 +00:00
fbrosson
8bf54bd450
LibreOffice: drop --with-theme= and add back --with-distro=... ( #2665 )
...
It seems we can't pass "breeze sifr" as arguments to --with-theme
from the recipe, so add back the --with-distro=LibreOfficeHaiku
and let autogen.sh find in distro-configs/LibreOfficeHaiku.conf
the "--with-theme=breeze sifr" parameter as it did previously.
2018-06-08 06:09:53 +00:00
fbrosson
91ae162601
mbedtls: bump to 2.10.0, drop debuginfo package. ( #2664 )
...
* Creating the debuginfo package was not appropriate because "-g"
is not being passed to the compiler. Bye defineDebugInfoPackage!
* Fix the shebang line of all perl scripts which use /usr/bin/perl
because one of the scripts is called at the end of the build.
* Add a patchset to fix a wrapper script which assumed incorrect
paths for 2 runtimes.
2018-06-08 04:51:00 +00:00
kwyxz
5c76c94350
snes9x_libretro: Super NES emulator core for libretro ( #2662 )
2018-06-07 18:17:23 +00:00
fbrosson
6f2732852f
LibreOffice: pass quoted "breeze sifr" to --with-theme.
2018-06-07 17:07:01 +00:00
fbrosson
44ad104c82
ixion: "devel:mdds" += "$secondaryArchSuffix" in BUILD_REQUIRES.
2018-06-07 16:38:14 +00:00
fbrosson
6c0c5741f7
orcus: "devel:mdds" += "$secondaryArchSuffix" in BUILD_REQUIRES.
2018-06-07 16:27:40 +00:00
fbrosson
19971303a0
LibreOffice: fix build on secondary arch. Minor changes. ( #2661 )
...
* LibreOffice: fix build on secondary arch. Minor changes. (#2661 )
* Depend on boost >= 1.65.0 as suggested by @kallisti5 in #2657 .
* Add missing devel:liboost_* to BUILD_REQUIRES.
* Do not use --with-distro=LibreOfficeHaiku but, instead, copy
upstream's distro-configs/LibreOfficeHaiku.conf to the recipe.
* Add --with-system-libepubgen to config options.
* LibreOffice: use our own vendor string.
* LibreOffice: some alphabetical sorting.
BTW, there was (only) one duplicate switch: --with-system-clucene
2018-06-07 18:51:22 +03:00
humdinger
0660ee256e
libreoffice: add to description ( #2659 )
...
LibreOffice deserves a few more lines of description. :)
Taken from their website.
Remove full-stop at the end of COPYRIGHT.
2018-06-07 14:31:41 +00:00
Gerasim Troeglazov
511e3c5f2e
llvm: fix header dir suffix for secondary arch
2018-06-07 21:49:56 +10:00
fbrosson
0eb2783ad0
re2: bump to 2018.04.01, fix TEST. ( #2658 )
2018-06-06 22:56:25 +00:00
fbrosson
d5c05336d5
re2: drop old recipe. ( #2658 )
2018-06-06 22:56:09 +00:00
fbrosson
8fd9217dc4
harfbuzz: bump to 1.8.0, rework patchset, enable on x86. ( #2656 )
2018-06-06 21:13:32 +00:00
fbrosson
8f5426557e
ragel: Mark as broken on x86_gcc2, drop commandBinDir.
...
Unlike ragel 6.9, which builds on x86_gcc2 primary arch, 7.0.0.10
BUILD_REQUIRES devel:libcolm which is not available on x86_gcc2.
We therefore need to keep 6.9 for x86_gcc2.
So, in order to allow x86_gcc2 hybrid to be able to activate both
ragel-6.9 and ragel_x86-7.0.0.10, we cannot install cmd:ragel in
$commandBinDir; we need to install it in $binDir.
Minor change: drop the call to autoreconf as it is not needed.
2018-06-06 21:04:46 +00:00
fbrosson
0e0bc69e12
colm: enable on x86, mark as broken on x86_gcc2.
2018-06-06 20:48:37 +00:00
fbrosson
24a9e05925
mdds: "devel:mdds" += "$secondaryArchSuffix" in PROVIDES_devel.
2018-06-06 13:00:49 +00:00
fbrosson
2d5e2e29f3
LibreOffice: try to trigger a build for x86 secondary arch.
2018-06-06 12:43:32 +00:00
fbrosson
0af403b4f4
libzmf: enable secondary arch, switch SOURCE_URI to tar.xz. ( #2653 )
2018-06-06 12:31:50 +00:00
fbrosson
af347ccf5b
LibreOffice: rebuild after soname change in libepubgen. ( #2652 )
2018-06-06 11:54:02 +00:00
fbrosson
e69938ba07
libepubgen: bump to 0.1.1, depend on libxml2, add debuginfo. ( #2652 )
...
* Drop lib:libcppunit from REQUIRES as it is not needed.
* lib:librevenge_{stream,generators} do not seem to be needed, but
we can keep them, since lib:librevenge already pulls librevenge.
* Add libxml2 because libepubgen now needs it.
* Sort {BUILD_,}REQUIRES.
* Switch SOURCE_URI to tar.xz.
2018-06-06 11:53:28 +00:00
Sergei Reznikov
117e1477db
ixion: enable secondary arch
2018-06-06 12:30:25 +03:00
Sergei Reznikov
1026fa3a1e
orcus: enable secondary arch
2018-06-06 09:08:52 +03:00
Gerasim Troeglazov
f646bd54b6
Telegram: bump revision
2018-06-06 05:23:22 +00:00
Gerasim Troeglazov
fe115ba074
QtHaikuPlugins: bump revision
2018-06-06 05:21:53 +00:00
Gerasim Troeglazov
69d6bac948
Qt5: bump revision
2018-06-06 04:23:54 +00:00
kwyxz
f65b3850af
scummvm_libretro: port of ScummVM to the libretro API ( #2650 )
2018-06-05 23:15:10 +00:00
Sergei Reznikov
7c60f6dc45
LibreOffice: fix rdef path
2018-06-06 01:01:59 +03:00
fbrosson
1b3313c03d
libp11: bump to 0.4.7, add debuginfo, add gcc2 patch. ( #2649 )
2018-06-05 16:40:42 +00:00
fbrosson
4eaa8d3d95
softhsm: bump to 2.4.0, fix TEST. ( #2648 )
...
Also move GLOBAL_WRITABLE_FILES and USER_SETTINGS_FILES to the
recommended location, just before PROVIDES.
2018-06-05 16:08:53 +00:00
Sergei Reznikov
2e8f31bad0
LibreOffice: enable secondary arch
2018-06-05 17:18:08 +03:00
Sergei Reznikov
18f36ed44f
LibreOffice: rename patchset
2018-06-05 16:59:02 +03:00
Sergei Reznikov
5430094280
LibreOffice: actually enable recipe
2018-06-05 16:49:21 +03:00
fbrosson
f2fe18efcc
tig: bump to 2.3.3, add TEST_REQUIRES.
...
Also drop outdated HOMEPAGE and refresh DESCRIPTION.
2018-06-05 13:45:31 +00:00
Sergei Reznikov
932a2ac909
LibreOffice: enable recipe
...
* bump version
* fix missing lables
* bundle with additional icon themes
* correct profile path
2018-06-05 16:40:21 +03:00
fbrosson
ea042ac1bb
exiftool: bump to 10.99 (development release)
2018-06-05 11:16:07 +00:00
fbrosson
80feddc7a7
bash: bump to 4.4.023, avoid hardcoded paths in PATCH(). ( #2645 )
...
Avoid ../../sources-$i/ and, instead, use \$sourceDir$i/ with eval.
2018-06-05 10:00:21 +00:00
fbrosson
6271534508
SQLite: bump to 3.24.0.
2018-06-05 08:21:59 +00:00
Jérôme Duval
cb3850e11f
iperf: bump revision.
2018-06-04 19:29:52 +02:00
Sergei Reznikov
ec0f9294ee
mc: bump version
2018-06-04 17:21:32 +03:00
Alexander von Gluck IV
b5d23289f8
grafx2: Add x86_64 arch (works here) and fix checksum
2018-06-03 20:46:57 -05:00
fbrosson
b473e526b2
axel: install-strip cmd:axel in commandBinDir for x86_gcc2. ( #2642 )
2018-06-04 01:42:50 +00:00
Schrijvers Luc
c4b22f2b30
axel, bump version, add support for x86 secondary arch ( #2636 )
2018-06-04 01:16:57 +00:00
Niels Sascha Reedijk
3582a04140
Rust: add recipe for Rust 1.20.0
...
This recipe stops building the src tarball, which means that our dependency
on cargo-vendor is not necessary anymore.
2018-06-03 20:43:12 +00:00
Niels Sascha Reedijk
a4f6f21436
Rust: add recipe for 1.19.0
2018-06-03 20:43:12 +00:00
Niels Sascha Reedijk
225d02851c
Rust: add recipe for Rust 1.18.0
2018-06-03 20:43:12 +00:00
Niels Sascha Reedijk
aba5767078
Rust 1.17.0: update the git2 dependency of cargo to prevent crashes
2018-06-03 20:43:12 +00:00
fbrosson
9809d4ce46
lighttpd: select the libuuid from util-linux. ( #2641 )
2018-06-03 17:35:27 +00:00
Schrijvers Luc
6d815cbb9c
bakefile, bump version ( #2609 )
2018-06-03 16:04:50 +00:00
fbrosson
f21b32aebe
iec16022: bump to 0.3.0, add debuginfo, simplify BUILD. ( #2639 )
...
Also update HOMEPAGE and switch SOURCE_URI to tar.xz.
2018-06-03 11:57:36 +00:00
Gerasim Troeglazov
dd043bfa2b
Telegram: bump version to 1.3.0
2018-06-03 10:29:02 +10:00