From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8445313888F for ; Fri, 16 Oct 2015 18:54:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FF6CE07F9; Fri, 16 Oct 2015 18:54:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89308E07F9 for ; Fri, 16 Oct 2015 18:54:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59AD333BF0C for ; Fri, 16 Oct 2015 18:54:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11BB210AA for ; Fri, 16 Oct 2015 18:54:44 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1445021682.032c2042236157ab34593e405d47a139aec32461.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/synapse/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/synapse/Manifest gnome-extra/synapse/synapse-0.2.99.1.ebuild X-VCS-Directories: gnome-extra/synapse/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 032c2042236157ab34593e405d47a139aec32461 X-VCS-Branch: master Date: Fri, 16 Oct 2015 18:54:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 65d2dad9-ce45-4d52-b583-e7afddf49d4d X-Archives-Hash: 18b1366d76b73a357d8208725522fb2b commit: 032c2042236157ab34593e405d47a139aec32461 Author: Justin Lecher gentoo org> AuthorDate: Fri Oct 16 18:54:31 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Oct 16 18:54:42 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032c2042 gnome-extra/synapse: Version Bump Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> gnome-extra/synapse/Manifest | 1 + gnome-extra/synapse/synapse-0.2.99.1.ebuild | 62 +++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) diff --git a/gnome-extra/synapse/Manifest b/gnome-extra/synapse/Manifest index 86bd467..f6a41c6 100644 --- a/gnome-extra/synapse/Manifest +++ b/gnome-extra/synapse/Manifest @@ -1 +1,2 @@ DIST synapse-0.2.10.tar.gz 625327 SHA256 d94f724be51f20e2085ead203495d398c5fece24071ffed7e805108be2219540 SHA512 e21e30b7b180642d3102aa17b5135917f2380a6a656e304ec4077f19021d65750f73c49a0c837e2761d4acb9ecad49db97e02f4d2a82a9f255af61efe4b0adc6 WHIRLPOOL 5ecf09168ec04f4bc7ebb0f955bd7490c10b053d5c0ab1cd1662ccb21f773fb72369682edcb0c7c0ff95a680885eb23b4361f08fe36af71f29734ba371ccbe68 +DIST synapse-0.2.99.1.tar.xz 427128 SHA256 846d8a5130580bb47c754bb7f20dc76311e589c00a18b02370a5d78b52409220 SHA512 7f91588759afd950d264b068eb11cd6971b86161f198735897405051a85c6d408d29ca2914c4546899a858673c6830290d63a26bc5e8060df1c821305af3eb92 WHIRLPOOL 1c077eb15c1d5710ccd9066bcc7a51170a4d8cca28d7d50245cbba1e944bb83e60764812de70e5b9f4801fc99d6100cbb2011aa708075f0eea0074fd69154344 diff --git a/gnome-extra/synapse/synapse-0.2.99.1.ebuild b/gnome-extra/synapse/synapse-0.2.99.1.ebuild new file mode 100644 index 0000000..5c8b577 --- /dev/null +++ b/gnome-extra/synapse/synapse-0.2.99.1.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +GCONF_DEBUG="no" # gnome2_src_configure is not being used +AUTOTOOLS_AUTORECONF=true + +inherit gnome2 autotools-utils vala + +DESCRIPTION="A program launcher in the style of GNOME Do" +HOMEPAGE="https://launchpad.net/synapse-project/" +SRC_URI="https://launchpad.net/synapse-project/0.3/${PV}/+download/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +# "ayatana" support pending on GTK+-3.x version of synapse wrt #411613 +IUSE="plugins +zeitgeist" + +RDEPEND=" + dev-libs/libgee:0.8 + >=dev-libs/glib-2.28.0:2 + dev-libs/json-glib + dev-libs/keybinder:3 + dev-libs/libunique:1 + sys-apps/dbus + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/gtkhotkey + >=x11-libs/gtk+-3.0.0:3 + x11-libs/libnotify + x11-libs/pango + x11-themes/gnome-icon-theme + plugins? ( >=net-libs/rest-0.7 ) + zeitgeist? ( + dev-libs/libzeitgeist + >=gnome-extra/zeitgeist-0.9.14 + gnome-extra/zeitgeist-extensions + || ( gnome-extra/zeitgeist[fts] gnome-extra/zeitgeist-extensions[fts] ) + )" + #ayatana? ( dev-libs/libappindicator ) +DEPEND="${RDEPEND} + $(vala_depend) + dev-util/intltool + virtual/pkgconfig" + +src_prepare() { + sed -i -e 's/GNOME/GNOME;GTK/' data/synapse.desktop.in || die + vala_src_prepare + autotools-utils_src_prepare +} + +src_configure() { + local myeconfargs=( + --enable-indicator=no + $(use_enable plugins librest yes) + $(use_enable zeitgeist) + ) + autotools-utils_src_configure +}