- Set MOZILLA_USE_GTK3 = Yes to properly depend on Gtk+3 (reported by ajacoutot@)
- Bump REVISION-main, better be on the safe side after such a clusterfuck
- Remove BROKEN-i386 marker while here, last i tried 2.46rc on i386 it built and
ran fine, so it should be unfucked.
ended up not building/packaging 2.46 final, and thus build failed.
Note that as stated in the upstream release notes, chatzilla and dom
inspector are not shipped anymore (temporarly, due to repacking issues?),
install them from addons.mozilla.org if you rely on them.
Failure reported by naddy@ and nigel@
It's not clear how useful the assembler code is on arm, and it's
detected using MSVC __emit() or Linux /proc/cpuinfo; let's just disable
it.
ok czarkoff@ (maintainer)
spoted by ajacoutot & fcambus
- MODGCC_ARCHS changed to MODGCC4_ARCHS
- MODGCC_LANGS removed as language 'c' is the default
so setting this variable is not needed here
- Updated patch-premake4_lua to use variable substitution
instead of hard-coded paths
- Added share/tome4/ and share/tome4/game/ to PLIST-data
and remove it from PLIST-main. Without it removing tome4
would error out informing about non empty directories
- Simplified the RUN_DEPENDS-main line, the way it was
done previously prevented REVISION bumps from working
- bumped REVISION of both packages to 0
OK ajacoutot@
OK fcambus@
note: upstream is known to re-roll tarballs silently see
http://forums.te4.org/viewtopic.php?f=42&t=47073
for details.
$ cat pkg/DESCR-main
Tales of Maj'Eyal (ToME) is a free, open source roguelike RPG,
featuring tactical turn-based combat and advanced character building.
Play as one of many unique races and classes in the lore-filled world
of Eyal, exploring random dungeons, facing challenging battles, and
developing characters with your own tailored mix of abilities and
powers. With a modern graphical and customisable interface, intuitive
mouse control, streamlined mechanics and deep, challenging combat,
Tales of Maj'Eyal offers engaging roguelike gameplay for the 21st
century.
This package contains the engine of the game.
port changes:
- upstream now provides proper tarballs so we switch
from GH_* vars to MASTER_SITES
- we no longer need autoconf as the upstream rolled
tarball includes the generated build files
- devel/libtool & textproc/intltool no longer needed
(spotted by fcambus@)
- simplified license comment (spotted by fcambus@)
upstream changelog:
---
Version 1.3.3 (2016-10-01)
Changelog:
- Support longer tweets in a few more places
- Properly escape ampersand characters in user mentions to fix
GtkLabel warnings about wrong escape characters in tooltips
- Fix tweet length calculations for whitespace-only tweets
- Check for duplicated entries in media arrays. This is apparently a
problem on Twitter's side but led to crashes in Corebird (see #627)
- Use the correct nsfw status of a tweet, i.e. the one that can
actually show images.
- Fix a crash when sending a tweet with multiple images attached
- Fix tweet length calculation of quote tweets. This previously led to
tweets getting rejected by the server even though Corebird claimed
they were fine. See #628
Version 1.3.2 (2016-09-25)
Changelog:
- Cope with the tweet length changes introduced by Twitter
- Fix a problem with malformed media URLs
---
OK juanfra@, fcambus@
lowdown is just another Markdown translator. It can output traditional HTML or a
document for your troff type-setter of choice, such as groff(1), Heirloom troff,
or even mandoc(1).