diff options
author | obache <obache@pkgsrc.org> | 2014-12-06 09:14:11 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-12-06 09:14:11 +0000 |
commit | 2cb87ac2f6521dce27fa18c05d836e9300127602 (patch) | |
tree | 07d90d802e1e1ae443f660f87ca0ea0aac97eff8 /net/corebird | |
parent | cdace54e7579d92a0fd151be830218cf9f34c3e8 (diff) | |
download | pkgsrc-2cb87ac2f6521dce27fa18c05d836e9300127602.tar.gz |
Import corebird-0.9 as net/corebird.
Corebird is a modern, easy and fun Twitter client, just what you were looking
for, right?
Diffstat (limited to 'net/corebird')
-rw-r--r-- | net/corebird/DESCR | 2 | ||||
-rw-r--r-- | net/corebird/Makefile | 32 | ||||
-rw-r--r-- | net/corebird/PLIST | 37 | ||||
-rw-r--r-- | net/corebird/distinfo | 5 | ||||
-rw-r--r-- | net/corebird/options.mk | 18 |
5 files changed, 94 insertions, 0 deletions
diff --git a/net/corebird/DESCR b/net/corebird/DESCR new file mode 100644 index 00000000000..6c9951b32a9 --- /dev/null +++ b/net/corebird/DESCR @@ -0,0 +1,2 @@ +Corebird is a modern, easy and fun Twitter client, just what you were looking +for, right? diff --git a/net/corebird/Makefile b/net/corebird/Makefile new file mode 100644 index 00000000000..c4ee569d7d0 --- /dev/null +++ b/net/corebird/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1 2014/12/06 09:14:11 obache Exp $ + +DISTNAME= corebird-0.9 +CATEGORIES= net +MASTER_SITES= -https://github.com/baedert/corebird/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX} + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://corebird.baedert.org/ +COMMENT= Native Gtk+ Twitter Client +LICENSE= gnu-gpl-v3 + +USE_LANGUAGES= c +GNU_CONFIGURE= yes +CONFIGURE_SCRIPT= autogen.sh +USE_TOOLS+= autoconf automake intltool gettext-m4 pkg-config gmake msgfmt + +.include "options.mk" + +TEST_TARGET= check + +.include "../../x11/gtk3/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../www/librest07/buildlink3.mk" +.include "../../textproc/json-glib/buildlink3.mk" +.include "../../databases/sqlite3/buildlink3.mk" +.include "../../net/libsoup24/buildlink3.mk" +.include "../../devel/libgee/buildlink3.mk" +BUILDLINK_DEPMETHOD.vala= build +.include "../../lang/vala/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../devel/glib2/schemas.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/corebird/PLIST b/net/corebird/PLIST new file mode 100644 index 00000000000..37d59c4749f --- /dev/null +++ b/net/corebird/PLIST @@ -0,0 +1,37 @@ +@comment $NetBSD: PLIST,v 1.1 2014/12/06 09:14:11 obache Exp $ +bin/corebird +man/man1/corebird.1 +share/appdata/org.baedert.corebird.appdata.xml +share/applications/org.baedert.corebird.desktop +share/corebird/assets/hicolor/scalable/actions/corebird-compose-symbolic.svg +share/corebird/assets/hicolor/scalable/actions/corebird-conversation-symbolic.svg +share/corebird/assets/hicolor/scalable/actions/corebird-filter-symbolic.svg +share/corebird/assets/hicolor/scalable/actions/corebird-mentions-symbolic.svg +share/corebird/assets/hicolor/scalable/actions/corebird-new-window-symbolic.svg +share/corebird/assets/hicolor/scalable/actions/corebird-retweet-symbolic.svg +share/corebird/no_avatar.png +share/corebird/no_banner.png +share/corebird/play.png +share/corebird/sql/accounts/Create.1.sql +share/corebird/sql/accounts/Create.2.sql +share/corebird/sql/init/Create.1.sql +share/corebird/ui/style.css +share/corebird/verified.png +share/corebird/verified_18.png +share/glib-2.0/schemas/org.baedert.corebird.gschema.xml +share/icons/hicolor/128x128/apps/corebird.png +share/icons/hicolor/16x16/apps/corebird.png +share/icons/hicolor/24x24/apps/corebird.png +share/icons/hicolor/32x32/apps/corebird.png +share/icons/hicolor/48x48/apps/corebird.png +share/icons/hicolor/64x64/apps/corebird.png +share/icons/hicolor/96x96/apps/corebird.png +share/locale/ar/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/fa/LC_MESSAGES/corebird.mo +share/locale/ja_JP/LC_MESSAGES/corebird.mo +share/locale/nl/LC_MESSAGES/corebird.mo +share/locale/pl/LC_MESSAGES/corebird.mo +share/locale/zh_CN/LC_MESSAGES/corebird.mo diff --git a/net/corebird/distinfo b/net/corebird/distinfo new file mode 100644 index 00000000000..9d24e0a9836 --- /dev/null +++ b/net/corebird/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/12/06 09:14:11 obache Exp $ + +SHA1 (corebird-0.9.tar.gz) = 4d67bbf521ac737e9c2a1b35d4a85eb4d95d975c +RMD160 (corebird-0.9.tar.gz) = 1c9a99237f12b1b6c5a0152474ff23bd7a0addab +Size (corebird-0.9.tar.gz) = 1666353 bytes diff --git a/net/corebird/options.mk b/net/corebird/options.mk new file mode 100644 index 00000000000..8e708859462 --- /dev/null +++ b/net/corebird/options.mk @@ -0,0 +1,18 @@ +# $NetBSD: options.mk,v 1.1 2014/12/06 09:14:11 obache Exp $ +# + +PKG_OPTIONS_VAR= PKG_OPTIONS.corebird +PKG_SUPPORTED_OPTIONS= gstreamer +PKG_SUGGESTED_OPTIONS= gstreamer + +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Mgstreamer) +.include "../../multimedia/gst-plugins1-base/buildlink3.mk" +DEPENDS+= gst-plugins1-bad-[0-9]*:../../multimedia/gst-plugins1-bad +DEPENDS+= gst-plugins1-good-[0-9]*:../../multimedia/gst-plugins1-good +DEPENDS+= gst-libav-[0-9]*:../../multimedia/gst-plugins1-libav +CONFIGURE_ARGS+= --enable-video +.else +CONFIGURE_ARGS+= --disable-video +.endif |