public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/synapse/
Date: Sun, 14 Oct 2018 12:46:45 +0000 (UTC)	[thread overview]
Message-ID: <1539521201.3a111ec801447789eeb4b4309a568a849dda0534.jer@gentoo> (raw)

commit:     3a111ec801447789eeb4b4309a568a849dda0534
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 14 12:40:38 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Oct 14 12:46:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a111ec8

gnome-extra/synapse: Version 0.2.99.4

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 gnome-extra/synapse/Manifest                |  1 +
 gnome-extra/synapse/synapse-0.2.99.4.ebuild | 50 +++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/gnome-extra/synapse/Manifest b/gnome-extra/synapse/Manifest
index d64abe2e437..21a27bc1b04 100644
--- a/gnome-extra/synapse/Manifest
+++ b/gnome-extra/synapse/Manifest
@@ -1 +1,2 @@
 DIST synapse-0.2.99.2.tar.xz 444156 BLAKE2B b1fccaecf6ea0d8623e305852e3ae21bb0f95b38a086152643bfb15f82c59a27fc499487ad9a3dba56378f260eea26a43a76bef11220b9e24b2027b1a1a8f8ca SHA512 e4b6e0399a83fc7880d786e8cff6360850d5ce1ac2eabccb5ce6d3989e4356c42adf1155905b39bb6b10887c02844dad01cdf8d556bc4bd6c7cd11956f8116c7
+DIST synapse-0.2.99.4.tar.xz 538476 BLAKE2B 27de41362ca53c06ba70d9b0df728aa64e72f19b726b5e5cb4797c85bf296c43969b58491430c585887e0a74339c49399bbe415c13827fa2b0243e8b1bdd8598 SHA512 d9668fb9dd18d97da89bf5f0a9864f843c629f91751b326b4e97de74c6db64a59dbcd221f1b6ed0fc199a683ed511d86f280756fe4c21195d6169d2977315325

diff --git a/gnome-extra/synapse/synapse-0.2.99.4.ebuild b/gnome-extra/synapse/synapse-0.2.99.4.ebuild
new file mode 100644
index 00000000000..2340f03e460
--- /dev/null
+++ b/gnome-extra/synapse/synapse-0.2.99.4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit 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"
+IUSE="nls plugins"
+
+RDEPEND="
+	>=dev-libs/glib-2.28.0:2
+	>=x11-libs/gtk+-3.0.0:3
+	dev-libs/json-glib
+	dev-libs/keybinder:3
+	dev-libs/libgee:0.8
+	sys-apps/dbus
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/libnotify
+	x11-libs/pango
+	x11-themes/adwaita-icon-theme
+	nls? ( virtual/libintl )
+	plugins? ( >=net-libs/rest-0.7 )
+"
+DEPEND="
+	$(vala_depend)
+	${RDEPEND}
+	nls? ( sys-devel/gettext )
+	virtual/pkgconfig
+"
+
+src_prepare() {
+	default
+	sed -i -e 's/GNOME/GNOME;GTK/' data/synapse.desktop.in || die
+	vala_src_prepare
+}
+
+src_configure() {
+	econf \
+		$(use_enable plugins librest yes) \
+		$(use_enable nls) \
+		--disable-zeitgeist \
+		--enable-indicator=no
+}


             reply	other threads:[~2018-10-14 12:46 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-14 12:46 Jeroen Roovers [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: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
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=1539521201.3a111ec801447789eeb4b4309a568a849dda0534.jer@gentoo \
    --to=jer@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