Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: iridium-browser-2019.04.73
@ 2019-09-28 15:14 voidlinux-github
  2019-09-28 15:36 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-28 15:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 472 bytes --]

There is a new pull request by austinriddell against master on the void-packages repository

https://github.com/austinriddell/void-packages iridium-browser
https://github.com/void-linux/void-packages/pull/14795

New package: iridium-browser-2019.04.73
Iridium is a Chromium based web browser with a focus on privacy. May be nice for people who like Chromium/Chrome without Google!

A patch file from https://github.com/void-linux/void-packages/pull/14795.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iridium-browser-14795.patch --]
[-- Type: text/x-diff, Size: 2445 bytes --]

From 8b95e2bc6d7a13e5636aa6b5b09972a7a4035064 Mon Sep 17 00:00:00 2001
From: Austin Riddell <austin.riddell@tutanota.com>
Date: Sat, 28 Sep 2019 09:57:19 -0500
Subject: [PATCH] New package: iridium-browser-2019.04.73

---
 srcpkgs/iridium-browser/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/iridium-browser/template

diff --git a/srcpkgs/iridium-browser/template b/srcpkgs/iridium-browser/template
new file mode 100644
index 00000000000..4d68db5390f
--- /dev/null
+++ b/srcpkgs/iridium-browser/template
@@ -0,0 +1,25 @@
+# Template file for 'iridium-browser'
+pkgname=iridium-browser
+version=2019.04.73
+revision=1
+archs="x86_64"
+build_style=fetch
+hostmakedepends="bison clang gperf libatomic-devel libevent-devel libglib-devel ninja python"
+makedepends="alsa-lib-devel at-spi2-atk-devel at-spi2-core-devel atk-devel cups-devel elfutils-devel eudev-libudev-devel expat-devel ffmpeg-devel fontconfig-devel freetype-devel GConf-devel gdk-pixbuf-devel glibc gtk+-devel gtk+3-devel harfbuzz-devel icu-devel json-c-devel jsoncpp-devel libcap-devel libdbus-c++-devel libdrm-devel libevent-devel libexif-devel libffi-devel libflac-devel libgcc-devel libgcrypt-devel libgnome-keyring-devel libjpeg-turbo-devel libmtp-devel libpng-devel libressl-devel libsrtp-devel libstdc++-devel libva-devel libwebp-devel libX11-devel libxcb-devel libXcomposite-devel libXcursor-devel libXdamage-devel libXext-devel libXfixes-devel libXi-devel libxkbcommon-devel libxml2-devel libXrandr-devel libXrender-devel libXScrnSaver-devel libxslt-devel libXtst-devel minizip-devel mit-krb5-devel nspr-devel nss-devel opus-devel pango-devel pciutils-devel plib-devel protobuf protobuf-devel pulseaudio-devel re2-devel snappy-devel speech-dispatcher-devel speex-devel xss-lock zlib-devel"
+depends="desktop-file-utils hicolor-icon-theme libexif xdg-utils"
+short_desc="Chromium based web browser with a focus on privacy"
+maintainer="Austin R <austin.riddell@tutanota.com>"
+license="BSD-3-Clause"
+homepage="https://iridiumbrowser.de/"
+distfiles="https://downloads.iridiumbrowser.de/deb/pool/main/i/iridium-browser/${pkgname}_${version}-1iridium0_amd64.deb"
+checksum=12c64bec477ffe5b998994bcd7f1078abff3691edc1c25cd4792e0e59b78ba90
+
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}_${version}-1iridium0_amd64.deb
+	tar xf data.tar.xz
+}
+
+do_install() {
+	vcopy etc /
+	vcopy usr /
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: iridium-browser-2019.04.73
  2019-09-28 15:14 [PR PATCH] New package: iridium-browser-2019.04.73 voidlinux-github
  2019-09-28 15:36 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-28 15:36 ` voidlinux-github
  2019-09-28 15:49 ` voidlinux-github
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-28 15:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 477 bytes --]

There is an updated pull request by austinriddell against master on the void-packages repository

https://github.com/austinriddell/void-packages iridium-browser
https://github.com/void-linux/void-packages/pull/14795

New package: iridium-browser-2019.04.73
Iridium is a Chromium based web browser with a focus on privacy. May be nice for people who like Chromium/Chrome without Google!

A patch file from https://github.com/void-linux/void-packages/pull/14795.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iridium-browser-14795.patch --]
[-- Type: text/x-diff, Size: 2515 bytes --]

From b50673d9e1d3e7ddce0f9fca2decc59f0cf37937 Mon Sep 17 00:00:00 2001
From: Austin Riddell <austin.riddell@tutanota.com>
Date: Sat, 28 Sep 2019 09:57:19 -0500
Subject: [PATCH] New package: iridium-browser-2019.04.73

---
 srcpkgs/iridium-browser/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 srcpkgs/iridium-browser/template

diff --git a/srcpkgs/iridium-browser/template b/srcpkgs/iridium-browser/template
new file mode 100644
index 00000000000..c510d56cf03
--- /dev/null
+++ b/srcpkgs/iridium-browser/template
@@ -0,0 +1,30 @@
+# Template file for 'iridium-browser'
+pkgname=iridium-browser
+version=2019.04.73
+revision=1
+archs="x86_64"
+build_style=fetch
+hostmakedepends="bison clang gperf libatomic-devel libevent-devel libglib-devel ninja python"
+makedepends="alsa-lib-devel at-spi2-atk-devel at-spi2-core-devel atk-devel cups-devel elfutils-devel eudev-libudev-devel expat-devel ffmpeg-devel fontconfig-devel freetype-devel GConf-devel gdk-pixbuf-devel glibc gtk+-devel gtk+3-devel harfbuzz-devel icu-devel json-c-devel jsoncpp-devel libcap-devel libdbus-c++-devel libdrm-devel libevent-devel libexif-devel libffi-devel libflac-devel libgcc-devel libgcrypt-devel libgnome-keyring-devel libjpeg-turbo-devel libmtp-devel libpng-devel libressl-devel libsrtp-devel libstdc++-devel libva-devel libwebp-devel libX11-devel libxcb-devel libXcomposite-devel libXcursor-devel libXdamage-devel libXext-devel libXfixes-devel libXi-devel libxkbcommon-devel libxml2-devel libXrandr-devel libXrender-devel libXScrnSaver-devel libxslt-devel libXtst-devel minizip-devel mit-krb5-devel nspr-devel nss-devel opus-devel pango-devel pciutils-devel plib-devel protobuf protobuf-devel pulseaudio-devel re2-devel snappy-devel speech-dispatcher-devel speex-devel xss-lock zlib-devel"
+depends="desktop-file-utils hicolor-icon-theme libexif xdg-utils"
+short_desc="Chromium based web browser with a focus on privacy"
+maintainer="Austin R <austin.riddell@tutanota.com>"
+license="BSD-3-Clause"
+homepage="https://iridiumbrowser.de/"
+distfiles="https://downloads.iridiumbrowser.de/deb/pool/main/i/iridium-browser/${pkgname}_${version}-1iridium0_amd64.deb"
+checksum=12c64bec477ffe5b998994bcd7f1078abff3691edc1c25cd4792e0e59b78ba90
+
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}_${version}-1iridium0_amd64.deb
+	tar xf data.tar.xz
+}
+
+do_install() {
+	vcopy etc /
+	vcopy usr /
+}
+
+post_install() {
+	vlicense LICENSE
+	vlicense LICENSE.BSD
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Updated] New package: iridium-browser-2019.04.73
  2019-09-28 15:14 [PR PATCH] New package: iridium-browser-2019.04.73 voidlinux-github
@ 2019-09-28 15:36 ` voidlinux-github
  2019-09-28 15:36 ` voidlinux-github
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-28 15:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 477 bytes --]

There is an updated pull request by austinriddell against master on the void-packages repository

https://github.com/austinriddell/void-packages iridium-browser
https://github.com/void-linux/void-packages/pull/14795

New package: iridium-browser-2019.04.73
Iridium is a Chromium based web browser with a focus on privacy. May be nice for people who like Chromium/Chrome without Google!

A patch file from https://github.com/void-linux/void-packages/pull/14795.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-iridium-browser-14795.patch --]
[-- Type: text/x-diff, Size: 2515 bytes --]

From b50673d9e1d3e7ddce0f9fca2decc59f0cf37937 Mon Sep 17 00:00:00 2001
From: Austin Riddell <austin.riddell@tutanota.com>
Date: Sat, 28 Sep 2019 09:57:19 -0500
Subject: [PATCH] New package: iridium-browser-2019.04.73

---
 srcpkgs/iridium-browser/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 srcpkgs/iridium-browser/template

diff --git a/srcpkgs/iridium-browser/template b/srcpkgs/iridium-browser/template
new file mode 100644
index 00000000000..c510d56cf03
--- /dev/null
+++ b/srcpkgs/iridium-browser/template
@@ -0,0 +1,30 @@
+# Template file for 'iridium-browser'
+pkgname=iridium-browser
+version=2019.04.73
+revision=1
+archs="x86_64"
+build_style=fetch
+hostmakedepends="bison clang gperf libatomic-devel libevent-devel libglib-devel ninja python"
+makedepends="alsa-lib-devel at-spi2-atk-devel at-spi2-core-devel atk-devel cups-devel elfutils-devel eudev-libudev-devel expat-devel ffmpeg-devel fontconfig-devel freetype-devel GConf-devel gdk-pixbuf-devel glibc gtk+-devel gtk+3-devel harfbuzz-devel icu-devel json-c-devel jsoncpp-devel libcap-devel libdbus-c++-devel libdrm-devel libevent-devel libexif-devel libffi-devel libflac-devel libgcc-devel libgcrypt-devel libgnome-keyring-devel libjpeg-turbo-devel libmtp-devel libpng-devel libressl-devel libsrtp-devel libstdc++-devel libva-devel libwebp-devel libX11-devel libxcb-devel libXcomposite-devel libXcursor-devel libXdamage-devel libXext-devel libXfixes-devel libXi-devel libxkbcommon-devel libxml2-devel libXrandr-devel libXrender-devel libXScrnSaver-devel libxslt-devel libXtst-devel minizip-devel mit-krb5-devel nspr-devel nss-devel opus-devel pango-devel pciutils-devel plib-devel protobuf protobuf-devel pulseaudio-devel re2-devel snappy-devel speech-dispatcher-devel speex-devel xss-lock zlib-devel"
+depends="desktop-file-utils hicolor-icon-theme libexif xdg-utils"
+short_desc="Chromium based web browser with a focus on privacy"
+maintainer="Austin R <austin.riddell@tutanota.com>"
+license="BSD-3-Clause"
+homepage="https://iridiumbrowser.de/"
+distfiles="https://downloads.iridiumbrowser.de/deb/pool/main/i/iridium-browser/${pkgname}_${version}-1iridium0_amd64.deb"
+checksum=12c64bec477ffe5b998994bcd7f1078abff3691edc1c25cd4792e0e59b78ba90
+
+do_extract() {
+	ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/${pkgname}_${version}-1iridium0_amd64.deb
+	tar xf data.tar.xz
+}
+
+do_install() {
+	vcopy etc /
+	vcopy usr /
+}
+
+post_install() {
+	vlicense LICENSE
+	vlicense LICENSE.BSD
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: iridium-browser-2019.04.73
  2019-09-28 15:14 [PR PATCH] New package: iridium-browser-2019.04.73 voidlinux-github
  2019-09-28 15:36 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-28 15:36 ` voidlinux-github
@ 2019-09-28 15:49 ` voidlinux-github
  2019-09-28 15:50 ` [PR PATCH] [Closed]: " voidlinux-github
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-28 15:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/14795#issuecomment-536201050

Comment:
See #7562.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PR PATCH] [Closed]: New package: iridium-browser-2019.04.73
  2019-09-28 15:14 [PR PATCH] New package: iridium-browser-2019.04.73 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-28 15:49 ` voidlinux-github
@ 2019-09-28 15:50 ` voidlinux-github
  2019-09-29 19:22 ` voidlinux-github
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-28 15:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 301 bytes --]

There's a closed pull request on the void-packages repository

New package: iridium-browser-2019.04.73
https://github.com/void-linux/void-packages/pull/14795

Description:
Iridium is a Chromium based web browser with a focus on privacy. May be nice for people who like Chromium/Chrome without Google!

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: iridium-browser-2019.04.73
  2019-09-28 15:14 [PR PATCH] New package: iridium-browser-2019.04.73 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-28 15:50 ` [PR PATCH] [Closed]: " voidlinux-github
@ 2019-09-29 19:22 ` voidlinux-github
  2019-09-29 21:03 ` voidlinux-github
  2019-09-29 21:53 ` voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-29 19:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 715 bytes --]

New comment by austinriddell on void-packages repository

https://github.com/void-linux/void-packages/pull/14795#issuecomment-536332758

Comment:
@Chocimier Thank you for letting me know! So just to clarify it's because of the release cycle per #7562? Just wondering since I was using Falkon before which uses the same major version of Chromium (73.0) and seems to have even longer release cycles (2+ months between 3.0.0-3.0.1 and 9+ months between 3.0.1 and 3.1.0).

Also from looking a little further it seems that the recommendation to avoid Google is Firefox (#10664) which kind of creeps me out because of the `about:mozilla` page that remains even in forks.

Also also thank you for your quick response!

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: iridium-browser-2019.04.73
  2019-09-28 15:14 [PR PATCH] New package: iridium-browser-2019.04.73 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-09-29 19:22 ` voidlinux-github
@ 2019-09-29 21:03 ` voidlinux-github
  2019-09-29 21:53 ` voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-29 21:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 390 bytes --]

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/14795#issuecomment-536340932

Comment:
Falkon uses qt5-webengine, which is needed as a dependency by quite a few packages (~30+) and therefore is more or less required to be packaged. So Falkons release cycle has nothing to do with how up to date the used chromium version in it is.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: New package: iridium-browser-2019.04.73
  2019-09-28 15:14 [PR PATCH] New package: iridium-browser-2019.04.73 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-09-29 21:03 ` voidlinux-github
@ 2019-09-29 21:53 ` voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-09-29 21:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

New comment by austinriddell on void-packages repository

https://github.com/void-linux/void-packages/pull/14795#issuecomment-536345234

Comment:
Okay got it! Thank you so much!!

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-09-29 21:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-28 15:14 [PR PATCH] New package: iridium-browser-2019.04.73 voidlinux-github
2019-09-28 15:36 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-28 15:36 ` voidlinux-github
2019-09-28 15:49 ` voidlinux-github
2019-09-28 15:50 ` [PR PATCH] [Closed]: " voidlinux-github
2019-09-29 19:22 ` voidlinux-github
2019-09-29 21:03 ` voidlinux-github
2019-09-29 21:53 ` voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).