Giter Club home page Giter Club logo

esption-overlay's People

Contributors

esption avatar

Watchers

 avatar  avatar

esption-overlay's Issues

Correct ricin ebuild

I wrote more correct version of Ricin ebuild, that makes use of waf-utils eclass.

# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

PYTHON_COMPAT=(python3_4 python3_5)
PYTHON_REQ_USE='threads(+),ssl(+)'
inherit python-any-r1 waf-utils git-r3

DESCRIPTION="A Tox client written in Vala/GTK+3"
HOMEPAGE="https://ricin.im/"
EGIT_REPO_URI="https://github.com/RicinApp/Ricin.git"

LICENSE="GPLv3"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="dev-lang/vala:0.32
    >=dev-libs/json-glib-1.0
    dev-libs/glib:2
    dev-util/intltool
    >=x11-libs/libnotify-0.7.6
    >=net-libs/libsoup-2.4
    net-libs/tox
    x11-libs/gtk+:3
"
RDEPEND="${DEPEND}"

src_configure() {
    export VALAC=/usr/bin/valac-0.32
    waf-utils_src_configure
}

src_install() {
    waf-utils_src_install
    # The name of the binary is capitalised by default.
    mv ${D}/usr/bin/Ricin ${D}/usr/bin/ricin
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.