public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
Date: Mon,  7 Jun 2021 11:05:12 +0000 (UTC)	[thread overview]
Message-ID: <1623063905.7aa3ad8101eb97eb81c929f6ecc424e79ff6cce6.juippis@gentoo> (raw)

commit:     7aa3ad8101eb97eb81c929f6ecc424e79ff6cce6
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Wed May 19 07:34:37 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jun  7 11:05:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa3ad81

www-client/surf: update live

Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 www-client/surf/surf-9999.ebuild | 28 ++++++++++++++++------------
 1 file changed, 16 insertions(+), 12 deletions(-)

diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-9999.ebuild
index d6b737a623d..19c3211f609 100644
--- a/www-client/surf/surf-9999.ebuild
+++ b/www-client/surf/surf-9999.ebuild
@@ -2,40 +2,44 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit git-r3 savedconfig toolchain-funcs
+inherit savedconfig toolchain-funcs
 
 DESCRIPTION="a simple web browser based on WebKit/GTK+"
 HOMEPAGE="https://surf.suckless.org/"
-EGIT_REPO_URI="https://git.suckless.org/surf"
-EGIT_BRANCH="surf-webkit2"
+
+if [[ ${PV} == "9999" ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://git.suckless.org/surf"
+	EGIT_BRANCH="surf-webkit2"
+else
+	SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS=""
 IUSE="tabbed"
 
-COMMON_DEPEND="
+DEPEND="
 	app-crypt/gcr[gtk]
 	dev-libs/glib:2
 	net-libs/webkit-gtk:4
 	x11-libs/gtk+:3
 	x11-libs/libX11
 "
-DEPEND="
-	${COMMON_DEPEND}
-	virtual/pkgconfig
-"
-RDEPEND="
+RDEPEND="${DEPEND}
 	!sci-chemistry/surf
-	${COMMON_DEPEND}
 	!savedconfig? (
-		>=x11-misc/dmenu-4.7
 		net-misc/curl
 		x11-apps/xprop
+		x11-misc/dmenu
 		x11-terms/st
 	)
 	tabbed? ( x11-misc/tabbed )
 "
+BDEPEND="
+	virtual/pkgconfig
+"
 PATCHES=(
 	"${FILESDIR}"/${PN}-9999-gentoo.patch
 )


             reply	other threads:[~2021-06-07 11:05 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-07 11:05 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-14  9:38 [gentoo-commits] repo/gentoo:master commit in: www-client/surf/ Joonas Niilola
2023-03-14  9:23 Joonas Niilola
2023-02-10 19:18 Matt Turner
2022-10-01 17:16 Matt Turner
2022-06-09  7:38 Florian Schmaus
2022-06-09  7:38 Florian Schmaus
2021-10-13  6:02 Agostino Sarubbo
2021-10-13  5:54 Agostino Sarubbo
2021-09-28 14:53 Yixun Lan
2021-09-16 19:11 Sam James
2021-07-12 15:32 Joonas Niilola
2021-06-07 11:05 Joonas Niilola
2021-03-18 16:16 Joonas Niilola
2021-03-18 11:15 Joonas Niilola
2019-04-29  7:59 Jeroen Roovers
2019-02-07 11:16 Jeroen Roovers
2019-02-07 11:13 Jeroen Roovers
2018-07-26  5:31 Jeroen Roovers
2017-09-11 21:55 Gilles Dartiguelongue
2017-09-10 21:47 Jeroen Roovers
2017-08-31 10:33 Jeroen Roovers
2017-07-02 20:38 Jeroen Roovers
2017-03-30  7:47 Jeroen Roovers
2017-03-30  6:46 Jeroen Roovers
2017-03-30  6:46 Jeroen Roovers
2017-03-29  4:19 Jeroen Roovers
2017-02-13 15:17 Jeroen Roovers
2017-02-13  5:57 Jeroen Roovers
2015-12-28  7:38 Jeroen Roovers

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=1623063905.7aa3ad8101eb97eb81c929f6ecc424e79ff6cce6.juippis@gentoo \
    --to=juippis@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