public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/synapse/
Date: Fri, 16 Oct 2015 18:54:44 +0000 (UTC)	[thread overview]
Message-ID: <1445021682.032c2042236157ab34593e405d47a139aec32461.jlec@gentoo> (raw)

commit:     032c2042236157ab34593e405d47a139aec32461
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 18:54:31 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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
+}


             reply	other threads:[~2015-10-16 18:54 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-16 18:54 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-27 15:12 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/synapse/ Pacho Ramos
2023-01-23 18:08 Sam James
2023-01-23 17:48 Sam James
2022-09-27 23:57 Matt Turner
2021-08-11  2:05 Sam James
2021-03-29 23:00 Jonas Stein
2020-05-01 17:57 Pacho Ramos
2019-03-19 10:49 Jeroen Roovers
2019-03-19  2:03 Thomas Deutschmann
2019-03-16 21:39 Agostino Sarubbo
2018-10-14 13:29 Jeroen Roovers
2018-10-14 12:46 Jeroen Roovers
2018-10-14 12:46 Jeroen Roovers
2018-10-14 12:18 Jeroen Roovers
2018-05-02 14:41 Mikle Kolyada
2017-04-21 12:32 Pacho Ramos
2017-02-12 15:44 Agostino Sarubbo
2017-02-04 15:21 Agostino Sarubbo
2016-11-27 11:21 Pacho Ramos
2016-09-25 19:43 Jeroen Roovers
2015-11-03 16:18 Agostino Sarubbo
2015-10-27 12:18 Agostino Sarubbo
2015-10-24  6:23 Justin Lecher
2015-10-16 18:54 Justin Lecher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1445021682.032c2042236157ab34593e405d47a139aec32461.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox