mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 18:12:39 +01:00
- Add net-im/corebird, 1.2 is not yet in portage
This commit is contained in:
3
net-im/corebird/Manifest
Normal file
3
net-im/corebird/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST corebird-1.2.tar.gz 423619 SHA256 b495f2232569a605cf3fd9c8ebc87633ba9645fb5b0a3ec00ac95736dbb15a9c SHA512 fb71ac96e0e25aeacd5311d203d8f998eed8fb7dbc1d481881159d9aa71dd0bcaa7f2c5712eaf34174793f23ff6dff0f61088e2d47f4b1a3324fa3152f9f32f1 WHIRLPOOL 6e57771cca9470dbc35e44339c6ee9bb134363b0268f1215709198f29830e076ae16f3e0a5431bd3be26144b96af0f68c59c3a7aa1a34f9eed48fdf1d92b5c6c
|
||||
EBUILD corebird-1.2.ebuild 1099 SHA256 39be015ffc844c634de5f421eb880e2ccc2a86f34f3ed3be90cbb476f93baec1 SHA512 a75d074956456c63d9f08dd79a5a7e5373f45057cc2932732ea9fb057fe7a82a06bb5f6e30096cbee1a50c6b745bff68a98d6c4f56ed1f825fa0f1d114bce408 WHIRLPOOL abbdcd2ebab11477d52155e4a096dc5eb0339bcb79773fe377dcf0c525efee6633009b4fdf3c2a29c8c36ba40bec6f2977904f5cf2d9134cabcdddde52847934
|
||||
MISC metadata.xml 747 SHA256 2f543f6ec72b2d6f6a6816930b0eb8a35487173081560b56e32f63559e90a031 SHA512 8318ac08e114ed14246b4ed85d3159bb80fa80294d18e58db4f784b849499fd6145bd2e186c9cea40b07b4edbf6721dc5d5249d0b64f713d75227e6b398e01d9 WHIRLPOOL e3d372b6ca187e4554b56ba6c91f5e7c93707984e9e56d690e959f3528fd4328c796073ffaddfc17d85462d4c69e51f1b5f42bcdcd1626ad49de6f3467b3d7d9
|
||||
50
net-im/corebird/corebird-1.2.ebuild
Normal file
50
net-im/corebird/corebird-1.2.ebuild
Normal file
@@ -0,0 +1,50 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
VALA_MIN_API_VERSION=0.26
|
||||
AUTOTOOLS_AUTORECONF=1
|
||||
AUTOTOOLS_IN_SOURCE_BUILD=1
|
||||
|
||||
inherit eutils autotools-utils gnome2 vala
|
||||
|
||||
DESCRIPTION="Native GTK+3 Twitter client"
|
||||
HOMEPAGE="http://corebird.baedert.org/"
|
||||
SRC_URI="https://github.com/baedert/corebird/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="debug gstreamer"
|
||||
|
||||
RDEPEND="
|
||||
dev-db/sqlite:3
|
||||
>=dev-libs/glib-2.44:2
|
||||
dev-libs/json-glib
|
||||
dev-libs/libgee:0.8
|
||||
gstreamer? ( media-plugins/gst-plugins-meta:1.0[X,ffmpeg] )
|
||||
>=net-libs/libsoup-2.42.3.1
|
||||
>=net-libs/rest-0.7.93:0.7
|
||||
>=x11-libs/gtk+-3.16:3
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
$(vala_depend)
|
||||
>=dev-util/intltool-0.40
|
||||
sys-apps/sed
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
sed -i -e "/manpagedir/s/manpagedir.*/&\/man1/g" data/Makefile.am || die
|
||||
autotools-utils_src_prepare
|
||||
gnome2_src_prepare
|
||||
vala_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
$(usex gstreamer "" --disable-video)
|
||||
)
|
||||
gnome2_src_configure "${myeconfargs[@]}"
|
||||
}
|
||||
24
net-im/corebird/metadata.xml
Normal file
24
net-im/corebird/metadata.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>thatslyude@gmail.com</email>
|
||||
<name>Chandler Paul</name>
|
||||
<description>Maintainer, Assign bugs</description>
|
||||
</maintainer>
|
||||
<maintainer type="person">
|
||||
<email>markpariente@gmail.com</email>
|
||||
<name>Mark R. Pariente</name>
|
||||
<description>Maintainer, Assign bugs</description>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="glade">Install glade catalogs for corebird</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">baedert/corebird</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user