20 Commits

Author SHA1 Message Date
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
awolk
bdd66fc672 net/corebird 1.5.1 => 1.7.3
OK rsadowski@

Klemens Nanni suggested the following tweaks
on ports@ (thanks!) which have been included:
 - added a missing full stop in DESCR
 - SEPARATE_BUILD now set to Yes
 - fixed indent for TEST & TEST_INTERACTIVE
 - switch HOMEPAGE to https:// (also pointed out by rsadowski@)

Port changes:
 - dropping dependency on librest
 - dropping wantlib on soup-gnome
 - appdata changed it's dwelling place
 - setting HOME for tests and interactive
   causing all tests to finally pass

upstream changelog:
---
Version 1.7.3

Changelog:
  - Increase maximum tweet length to 280 characters
  - Increase maximum name length to 50 characters and improve
    certain parts of the UI to cope better with longer names
  - Fix the emoji button not showing up in the compose window
  - Update translations

Version 1.7.2

Changelog:
 - Fix window cancel button label mixup
 - Fix potential crash when composing a tweet (#779)
 - Fix abort when trying to detect emoji support (#781)
 - Fix spell checking
 - Update translations

Release 1.7.1

Changelog:
 - Fixed a small problem with the appdata file in 1.7

Version 1.7

Changelog:
 - Hashtags and Mentions in profile desriptions are now clickable
 - The mention-completion when composing a new tweet now fetches
   unknown users from the twitter server
 - Videos larger than the screen size are now getting scaled down
   while playing
 - Profiles now indicate when an account is suspended
 - Profiles handle protected accounts better when trying to
   access followers/following users, etc.
 - The compose window now allows tweets with just media
   attached but not text
 - Improve the hashtag/mention/link detection when composing a new tweet
 - The compose dialog now shows an emoji chooser. This is
   only available starting GTK+ 3.22.19 and the emojis will only be
   rendered with color if you have the needed cairo version
   installed, as well as an emoji font.
 - Fixed a bug that led to wrong Direct Message info being
   inserted into the database
 - Fixed a bug that resulted in broken files when downloading
   instagram images

Version 1.6 (2017-08-25)

Changelog:
  - Dependencies: GTK+ 3.20 is now required, and librest is no longer
    a dependency
  - Facelift for the tweet info page
  - Lots of stability fixes
  - The compose window now starts uploading images as soon as they
    are selected
2017-11-20 21:43:48 +00:00
naddy
adfe0960ab Move BUILD_DEPENDS+=devel/gettext-tools out of the gettext module and
into those ports that actually require it.
2017-11-18 22:23:59 +00:00
ajacoutot
e97c77d745 Regen WANTLIB. 2017-10-28 18:31:41 +00:00
sthen
cd095cec5e Handle pthread-stubs removal. 2017-10-23 17:11:02 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
awolk
4d8d9711e4 net/corebird 1.5 => 1.5.1
upstream changelog:
---
Changelog:
 - Stability improvements
---

actual diff:
https://github.com/baedert/corebird/compare/1.5...1.5.1

ports wise we just bump the version and add a new translation.

OK abieber@
2017-07-20 23:22:15 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
awolk
ad026ba48e Update net/corebird 1.4.2 => 1.5
OK fcambus@

upstream changelog:
---
Changelog:
  - Media attached to tweets can be downloaded using Right Click
    and selecting "save as"
  - Profiles use the profile background color set in the Twitter
    settings if no banner is set
  - The tweet compose window now features a "favorite image" view that
    allows users to save often sent images and quickly add them to tweets
  - The media dialog now shows Previous/Next buttons to quickly switch
    between multiple media attachments of a tweet>
  - The Vine support has been removed since the project is discontinued
  - Allow text selection in Direct Messages
  - New --account parameter allows opening the window for the given
    account only
  - Support tweets with up to 50 replied-to users.
  - Add back verified icons next to user avatars
  - Redesigned account creation UI
  - Tons of bug fixes
---
2017-05-28 08:15:35 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
awolk
04735897a7 Update net/corebird 1.4.1 => 1.4.2
OK abieber@

upstream changelog:

Version 1.4.2 (2017-01-27)

Changelog:
  - Fix a crash when going back from a tweet with media to another
    tweet with media
  - Fix compilation with --disable-video
  - Decrease log level of UserStream output to debug when no internet
    connection is present
2017-02-10 18:44:56 +00:00
awolk
e99a32b781 update net/corebird 1.3.3 => 1.4.1
OK fcambus@

port changes:
  - new dependency on textproc/gspell for spellchecking
  - 2 new locale files (PLIST regenerated)
  - WANTLIB regenerated, new entries are enchant, gspell-1
    and stdc++
  - add explicit LIB_DEPENDS on databases/sqlite3

upstream changelog:

Version 1.4.1 (2017-01-08)

Changelog:
  - Lower the required gspell version to 1.0
  - Work around a binding problem in the gtk+ 3.18 vapi of vala 0.30

Version 1.4 (2017-01-06)

Changelog:
  - Images in quoted tweets now look more like they actually belong to
    the quoted tweet instead of the quoting tweet.
  - Allow deleting tweets from the tweet info page and not just from
    timelines.
  - Fix the user completion not showing all possible results
  - Focus the already opened window for an account if the account gets
    selected in the accounts popover
  - Avoid window resizing when typing in the Direct Message text box
  - Add 'q' accelerator to tweet rows for quoting
  - Add spellchecking. This add a dependency to gspell
  - Increase gtk+ dependency to 3.18 to get rid of some workarounds.
  - Increase avatar size in profiles and slightly overlap them over the
    banner. Also, always show the full banner.
  - Fix completion popup positioning under Wayland
  - Add experimental meson build files
  - Fix some videos not playing correctly
  - Add a minimal video progress indicator to the video dialog
  - Fix the retweet/favorite count updating in the tweet info page
2017-01-19 19:31:59 +00:00
awolk
c8a3d2b849 [UPDATE] net/corebird 1.3.1 => 1.3.3
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@
2016-12-28 17:10:54 +00:00
awolk
dc1028494a Update net/corebird to 1.3.1
Upstream changelog:
 - Fix muted and/or blocked tweets still showing up in timelines
 - Fix accounts not getting saved when first created
 - Fix retweets of the authenticating user not getting theiry correct
   seen status
 - Fix profiles descriptions containing ampersand characters and
   links
 - Fix profile banner fade-in transition
 - Fix doubly-escaped ampersands in link tooltips
 - Fix missing underlines in @screen_names in the profile popover
--

OK abieber@ for net/corebird
2016-09-08 00:07:10 +00:00
awolk
4f92b71911 Update net/corebird to 1.3
upstream changelog:
  - The build system will now check for gtksink
  - Remove libgee dependency
  - The compose tweet window will now a save the current text on cancel
  - Allow self-retweeting
  - Fade loaded inline media in
  - Twitter wont send mp4 urls for their videos anymore starting August 1st, so
    support HLS videos
  - Query full-length DMs
  - Support muting in profiles

OK abieber@
2016-08-07 16:01:35 +00:00
awolk
bf8b1461b7 Update net/corebird 1.2.1 => 1.2.2
OK abieber@
2016-05-25 16:46:10 +00:00
awolk
9edf356bdb Update net/corebird from 1.2 to 1.2.1
Upstream changelog:
  - Fix a11y labelling of several switches in the settings dialog
  - Fix an input window clipping bug in the tweet info page
  - Fix a few cases of overlapping widgets into window borders
  - Remove the "Save as" context menu from inline media. This ha
    not been working in a while but the context menu was still there.
  - Rename the .sidebar style class to .topbar. This was used in corebird
    before gtk+ used it, but now that the sidebar is at the top, the .sidebar
    style from gtk+ themes collides with the horizontal alignment we use,
    so use the more fitting '.topbar'.
  - Show a focus outline in the topbar again. We are setting a custom
    background color here, so we also need to set a fitting outline color.
  - Fix a coloring but in the topbar, where wildcard selectors in themes
    would overrde our foreground color.

OK abieber@
2016-05-11 16:58:33 +00:00
kili
02df3e0e6e As pointed out by sthen@, it's enough to BUILD_DEPEND on devel/libtool.
No need to set USE_LIBTOOL = gnu.
2016-03-03 15:55:08 +00:00
kili
8fa090fb22 Missing USE_LIBTOOL = gnu and textproc/intltool module.
ok abieber@, awolk@
2016-03-03 14:21:07 +00:00
awolk
21538fdc1c Initial import of net/corebird
OK abieber@
2016-03-02 16:52:57 +00:00