diff options
author | olivierd <olivierd@FreeBSD.org> | 2015-10-08 03:46:16 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2015-10-08 03:46:16 +0800 |
commit | 3e37841379f0bbe7f629f833eddeef55c3661d8b (patch) | |
tree | d8e8451702f225c649e4f34b4ba34aa08001592a /net-im | |
parent | e9b748f05833285bf152ea573715110030e2eb0d (diff) | |
download | freebsd-ports-gnome-3e37841379f0bbe7f629f833eddeef55c3661d8b.tar.gz freebsd-ports-gnome-3e37841379f0bbe7f629f833eddeef55c3661d8b.tar.zst freebsd-ports-gnome-3e37841379f0bbe7f629f833eddeef55c3661d8b.zip |
- Update to 1.1 [1]
- Remove GSTREAMER_DESC (description is already in Mk/bsd.options.desc.mk)
- Rewrite options helper
Changelog: https://github.com/baedert/corebird/releases/tag/1.1
PR: 203612 [1]
Submitted by: Carlos Puga Medina (maintainer)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/corebird/Makefile | 14 | ||||
-rw-r--r-- | net-im/corebird/distinfo | 4 | ||||
-rw-r--r-- | net-im/corebird/pkg-plist | 4 |
3 files changed, 9 insertions, 13 deletions
diff --git a/net-im/corebird/Makefile b/net-im/corebird/Makefile index 08876ba9b0b2..c6cc85acfaf7 100644 --- a/net-im/corebird/Makefile +++ b/net-im/corebird/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= corebird -PORTVERSION= 1.0.1 +PORTVERSION= 1.1 CATEGORIES= net-im MAINTAINER= cpm@fbsd.es @@ -28,23 +28,15 @@ INSTALLS_ICONS= yes OPTIONS_DEFINE= GSTREAMER OPTIONS_DEFAULT= GSTREAMER - -GSTREAMER_DESC= Gstreamer support +GSTREAMER_USE= gstreamer1=yes,bad,good,libav,x,ximagesrc +GSTREAMER_CONFIGURE_OFF= --disable-video GLIB_SCHEMAS= org.baedert.corebird.gschema.xml -.include <bsd.port.options.mk> - post-extract: cd ${WRKSRC}/data && ${MV} org.baedert.corebird.desktop.in.in \ corebird.desktop.in.in -.if ${PORT_OPTIONS:MGSTREAMER} -USE_GSTREAMER1= yes bad good libav x ximagesrc -.else -CONFIGURE_ARGS+= --disable-video -.endif - pre-configure: ${MKDIR} ${WRKSRC}/m4 diff --git a/net-im/corebird/distinfo b/net-im/corebird/distinfo index 824b8042b163..f863c90d9b06 100644 --- a/net-im/corebird/distinfo +++ b/net-im/corebird/distinfo @@ -1,2 +1,2 @@ -SHA256 (baedert-corebird-1.0.1_GH0.tar.gz) = f469250fd0f4fcdefbd496fa04ecae44ee41e154f29d4be2003ba03e64d24d81 -SIZE (baedert-corebird-1.0.1_GH0.tar.gz) = 1697506 +SHA256 (baedert-corebird-1.1_GH0.tar.gz) = f6109cc2bdc7ee5893c28861a73df4eeaec4b76b99222a90aec381b03b19c8a7 +SIZE (baedert-corebird-1.1_GH0.tar.gz) = 1757414 diff --git a/net-im/corebird/pkg-plist b/net-im/corebird/pkg-plist index f1d86e2c2289..56558c4cd9d8 100644 --- a/net-im/corebird/pkg-plist +++ b/net-im/corebird/pkg-plist @@ -5,7 +5,9 @@ share/applications/corebird.desktop %%DATADIR%%/sql/accounts/Create.1.sql %%DATADIR%%/sql/accounts/Create.2.sql %%DATADIR%%/sql/init/Create.1.sql +%%DATADIR%%/sql/init/Create.2.sql share/dbus-1/services/org.baedert.corebird.service +share/icons/hicolor/256x256/apps/corebird.png share/icons/hicolor/128x128/apps/corebird.png share/icons/hicolor/16x16/apps/corebird.png share/icons/hicolor/24x24/apps/corebird.png @@ -16,9 +18,11 @@ share/icons/hicolor/96x96/apps/corebird.png share/locale/ar/LC_MESSAGES/corebird.mo share/locale/ast/LC_MESSAGES/corebird.mo share/locale/ca/LC_MESSAGES/corebird.mo +share/locale/ca@valencia/LC_MESSAGES/corebird.mo share/locale/de/LC_MESSAGES/corebird.mo share/locale/en_AU/LC_MESSAGES/corebird.mo share/locale/es/LC_MESSAGES/corebird.mo +share/locale/es_VE/LC_MESSAGES/corebird.mo share/locale/fa/LC_MESSAGES/corebird.mo share/locale/fi/LC_MESSAGES/corebird.mo share/locale/fr/LC_MESSAGES/corebird.mo |