- Update to 1.4.1
- Remove USES=compiler:c++11-lang after FreeBSD 9 EOL - Disable spellchecking which depends on gspell >= 1.0.x Changelog: https://github.com/baedert/corebird/releases/tag/1.4.1
This commit is contained in:
parent
d2db6cc6b4
commit
ae304fd058
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431146
3 changed files with 9 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= corebird
|
||||
PORTVERSION= 1.3.3
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= net-im
|
||||
|
||||
MAINTAINER= cpm@FreeBSD.org
|
||||
|
@ -20,12 +20,14 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= baedert
|
||||
|
||||
USES= autoreconf compiler:c++11-lang gmake libtool pkgconfig sqlite
|
||||
USES= autoreconf gmake libtool pkgconfig sqlite
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 intltool libxml2 pango
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
CONFIGURE_ARGS= --disable-spellcheck # spellchecking depends on gspell >= 1.0.x
|
||||
|
||||
OPTIONS_DEFINE= GSTREAMER NLS
|
||||
OPTIONS_DEFAULT= GSTREAMER
|
||||
OPTIONS_SUB= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1475744774
|
||||
SHA256 (baedert-corebird-1.3.3_GH0.tar.gz) = 4331fe49c1c3eba5dcfaad77f470084ede237972aea8d7e7b080d76cf02abd13
|
||||
SIZE (baedert-corebird-1.3.3_GH0.tar.gz) = 437996
|
||||
TIMESTAMP = 1483988587
|
||||
SHA256 (baedert-corebird-1.4.1_GH0.tar.gz) = 1756fc452392cbfe5ab02350673711a6a60b4e6772e8e7d0257f7a0dd01e55df
|
||||
SIZE (baedert-corebird-1.4.1_GH0.tar.gz) = 461979
|
||||
|
|
|
@ -24,6 +24,7 @@ share/icons/hicolor/96x96/apps/corebird.png
|
|||
%%NLS%%share/locale/fa/LC_MESSAGES/corebird.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/corebird.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/corebird.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/corebird.mo
|
||||
%%NLS%%share/locale/hi/LC_MESSAGES/corebird.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/corebird.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/corebird.mo
|
||||
|
@ -31,6 +32,7 @@ share/icons/hicolor/96x96/apps/corebird.png
|
|||
%%NLS%%share/locale/ja/LC_MESSAGES/corebird.mo
|
||||
%%NLS%%share/locale/ko/LC_MESSAGES/corebird.mo
|
||||
%%NLS%%share/locale/lt/LC_MESSAGES/corebird.mo
|
||||
%%NLS%%share/locale/nb/LC_MESSAGES/corebird.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/corebird.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/corebird.mo
|
||||
%%NLS%%share/locale/pt/LC_MESSAGES/corebird.mo
|
||||
|
|
Loading…
Reference in a new issue