From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/dillo/
Date: Sun, 9 Feb 2020 12:37:08 +0000 (UTC) [thread overview]
Message-ID: <1581251826.c151c61dd8ed40011226b5470eaeb87273192103.jer@gentoo> (raw)
commit: c151c61dd8ed40011226b5470eaeb87273192103
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 9 12:34:59 2020 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 12:37:06 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c151c61d
www-client/dillo: Version 3.1_p20181005
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
www-client/dillo/Manifest | 1 +
www-client/dillo/dillo-3.1_p20181005.ebuild | 66 +++++++++++++++++++++++++++++
www-client/dillo/metadata.xml | 3 ++
3 files changed, 70 insertions(+)
diff --git a/www-client/dillo/Manifest b/www-client/dillo/Manifest
index 2f5ad7a39c1..120e924472d 100644
--- a/www-client/dillo/Manifest
+++ b/www-client/dillo/Manifest
@@ -1,2 +1,3 @@
DIST dillo-3.0.5.tar.bz2 734472 BLAKE2B c8a7ac3a875740d2d64269b0d368e6f9395c89a56737dda9d6dcb013f5d46631e4f6f68e251f7104c0ec9bbb14bcc10b67a7f519558f857743d7cf15976f197c SHA512 d0e86f57e50da762debf592b6deb94de5ee58f84e0cae1159890262540a463aea8143d2b99c634021c1f273f91c2fe0918f30d72c3eaf91fdb541e741469b155
+DIST dillo-3.1_p20181005.tar.xz 907520 BLAKE2B 1349ca1de53b294b5c31088ce36b3f9a86c3e628cfce41fa4fcfa30a3b4d9ed05b0be836fbc2ea2f2c37fce3ff28b17766d0717949d1ec66430149049751fa50 SHA512 1accbf200bd17a04d3b758037e11b0c21924c93d7857fa5c880af471cf180d45d5c772c6d800b4b899cf5b43bde640d28b37ce82fcf6b916c9adee5800e57d29
DIST dillo.png 6135 BLAKE2B 63aa76000934123420d0704317309639bf5dcd22c61b09406a7ec67018b17044a417209954d67f22e2000b0871d315a25388bacffab9599230fc9615877a2f08 SHA512 cfc9bcf1bfd0fff7fc625c7d288c92d0f33418b963a4e344844fd2bcb33823b3215a8a1a86162dcd1c614eea2323bb361c11bd8bd15859b771c63943c1b40833
diff --git a/www-client/dillo/dillo-3.1_p20181005.ebuild b/www-client/dillo/dillo-3.1_p20181005.ebuild
new file mode 100644
index 00000000000..80b64368557
--- /dev/null
+++ b/www-client/dillo/dillo-3.1_p20181005.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools desktop toolchain-funcs
+
+DESCRIPTION="Lean FLTK based web browser"
+HOMEPAGE="https://www.dillo.org/"
+SRC_URI="
+ https://dev.gentoo.org/~jer/${P}.tar.xz
+ mirror://gentoo/${PN}.png
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc +gif ipv6 +jpeg +png ssl +xembed"
+
+RDEPEND="
+ >=x11-libs/fltk-1.3
+ sys-libs/zlib
+ jpeg? ( virtual/jpeg:0 )
+ png? ( >=media-libs/libpng-1.2:0 )
+ ssl? ( net-libs/mbedtls:= )
+"
+DEPEND="
+ ${RDEPEND}
+ doc? ( app-doc/doxygen )
+"
+PATCHES=(
+ "${FILESDIR}"/${PN}2-inbuf.patch
+ "${FILESDIR}"/${PN}-3.0.5-fno-common.patch
+)
+DOCS="AUTHORS ChangeLog README NEWS doc/*.txt doc/README"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_enable gif) \
+ $(use_enable ipv6) \
+ $(use_enable jpeg) \
+ $(use_enable png) \
+ $(use_enable ssl) \
+ $(use_enable xembed) \
+ --docdir="/usr/share/doc/${PF}"
+}
+
+src_compile() {
+ emake AR=$(tc-getAR)
+ if use doc; then
+ doxygen Doxyfile || die
+ fi
+}
+
+src_install() {
+ default
+
+ use doc && dodoc -r html
+
+ doicon "${DISTDIR}"/${PN}.png
+ make_desktop_entry ${PN} Dillo
+}
diff --git a/www-client/dillo/metadata.xml b/www-client/dillo/metadata.xml
index bc1b97e1eb7..44685422a58 100644
--- a/www-client/dillo/metadata.xml
+++ b/www-client/dillo/metadata.xml
@@ -5,4 +5,7 @@
<email>desktop-misc@gentoo.org</email>
<name>Gentoo Desktop Miscellaneous Project</name>
</maintainer>
+<use>
+<flag name='xembed'>Enable X11 XEmbed support</flag>
+</use>
</pkgmetadata>
next reply other threads:[~2020-02-09 12:37 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-09 12:37 Jeroen Roovers [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-26 22:21 [gentoo-commits] repo/gentoo:master commit in: www-client/dillo/ Matt Jolly
2025-01-31 15:08 Matt Jolly
2025-01-07 19:54 Sam James
2024-12-26 17:50 Ionen Wolkens
2024-12-12 21:26 Matt Jolly
2024-10-18 0:44 Matt Jolly
2024-06-19 6:09 Matt Jolly
2024-06-19 6:09 Matt Jolly
2024-06-19 6:09 Matt Jolly
2024-06-19 6:09 Matt Jolly
2024-06-01 0:46 Matt Jolly
2023-01-09 1:38 Jonas Stein
2022-03-26 0:01 Sam James
2021-12-07 23:50 Sam James
2021-12-07 6:26 Agostino Sarubbo
2021-12-07 0:31 Sam James
2021-12-06 15:23 Sam James
2021-12-05 18:21 Arthur Zamarin
2021-12-05 13:55 Jakov Smolić
2021-10-19 19:09 Jakov Smolić
2021-08-04 8:15 Yixun Lan
2021-04-30 18:30 Mikle Kolyada
2021-03-30 9:27 Sam James
2021-03-28 19:53 Sam James
2021-02-06 1:00 Jonas Stein
2020-08-06 11:55 Jeroen Roovers
2020-08-06 11:50 Agostino Sarubbo
2020-08-05 14:01 Agostino Sarubbo
2020-08-03 16:58 Sergei Trofimovich
2020-08-03 6:42 Jeroen Roovers
2020-08-02 12:04 Sergei Trofimovich
2020-08-02 11:48 Sergei Trofimovich
2020-08-02 11:39 Sergei Trofimovich
2020-02-09 12:37 Jeroen Roovers
2020-02-09 11:45 Jeroen Roovers
2020-01-09 19:31 Jeroen Roovers
2018-09-26 23:01 Patrice Clement
2018-08-19 17:54 Jeroen Roovers
2018-04-15 1:41 Aaron Bauman
2018-03-16 22:50 Lars Wendler
2017-05-25 13:36 Jeroen Roovers
2015-11-23 9:25 Agostino Sarubbo
2015-11-21 7:11 Anthony G. Basile
2015-11-07 12:12 Markus Meier
2015-11-05 11:20 Agostino Sarubbo
2015-11-03 16:18 Agostino Sarubbo
2015-10-19 9:27 Agostino Sarubbo
2015-10-09 5:21 Jeroen Roovers
2015-10-02 17:21 Chí-Thanh Christopher Nguyễn
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=1581251826.c151c61dd8ed40011226b5470eaeb87273192103.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