Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gnome-browser-connector-42.0
@ 2022-07-24 15:52 paper42
  2022-07-24 15:57 ` [PR PATCH] [Updated] " paper42
  2022-07-25  6:04 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: paper42 @ 2022-07-24 15:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gnome-browser-connector
https://github.com/void-linux/void-packages/pull/38247

New package: gnome-browser-connector-42.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From e7649a1a6fb44ee271e408cee33e0716745cc150 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 24 Jul 2022 17:50:05 +0200
Subject: [PATCH] New package: gnome-browser-connector-42.0

---
 srcpkgs/chrome-gnome-shell               |  1 +
 srcpkgs/chrome-gnome-shell/template      | 14 --------------
 srcpkgs/chrome-gnome-shell/update        |  1 -
 srcpkgs/gnome-browser-connector/template | 21 +++++++++++++++++++++
 4 files changed, 22 insertions(+), 15 deletions(-)
 create mode 120000 srcpkgs/chrome-gnome-shell
 delete mode 100644 srcpkgs/chrome-gnome-shell/template
 delete mode 100644 srcpkgs/chrome-gnome-shell/update
 create mode 100644 srcpkgs/gnome-browser-connector/template

diff --git a/srcpkgs/chrome-gnome-shell b/srcpkgs/chrome-gnome-shell
new file mode 120000
index 000000000000..3305f5c2c2c4
--- /dev/null
+++ b/srcpkgs/chrome-gnome-shell
@@ -0,0 +1 @@
+gnome-browser-connector
\ No newline at end of file
diff --git a/srcpkgs/chrome-gnome-shell/template b/srcpkgs/chrome-gnome-shell/template
deleted file mode 100644
index bdcf87a5b7c7..000000000000
--- a/srcpkgs/chrome-gnome-shell/template
+++ /dev/null
@@ -1,14 +0,0 @@
-# Template file for 'chrome-gnome-shell'
-pkgname=chrome-gnome-shell
-version=10.1
-revision=3
-build_style=cmake
-configure_args=" -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_EXTENSION=OFF ../"
-hostmakedepends="python3 jq"
-depends="python3 python3-gobject python3-requests dbus gnome-shell"
-short_desc="GNOME Shell integration for Chrome"
-maintainer="Stepan Usatiuk <stepus53@gmail.com>"
-license="GPL-3.0-or-later"
-homepage="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/"
-distfiles="${GNOME_SITE}/chrome-gnome-shell/${version}/chrome-gnome-shell-${version}.tar.xz"
-checksum=56ad4fee9078ba62c43d2439f15a93d4b87881fab35900d7f5038d5a95efa438
diff --git a/srcpkgs/chrome-gnome-shell/update b/srcpkgs/chrome-gnome-shell/update
deleted file mode 100644
index 2d72611e53a1..000000000000
--- a/srcpkgs/chrome-gnome-shell/update
+++ /dev/null
@@ -1 +0,0 @@
-pattern="\Q$pkgname\E-\K[0-9.]+(?=\.tar)"
diff --git a/srcpkgs/gnome-browser-connector/template b/srcpkgs/gnome-browser-connector/template
new file mode 100644
index 000000000000..a3cbdd39b4bd
--- /dev/null
+++ b/srcpkgs/gnome-browser-connector/template
@@ -0,0 +1,21 @@
+# Template file for 'chrome-gnome-shell'
+pkgname=gnome-browser-connector
+version=42.0
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=meson
+hostmakedepends="python3-gobject"
+depends="python3-gobject dbus gnome-shell"
+short_desc="GNOME Shell integration for browsers"
+maintainer="Stepan Usatiuk <stepus53@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/"
+changelog="https://gitlab.gnome.org/nE0sIghT/gnome-browser-connector/-/raw/master/NEWS"
+distfiles="https://gitlab.gnome.org/nE0sIghT/gnome-browser-connector/-/archive/v${version}/gnome-browser-connector-v${version}.tar.gz"
+checksum=149bc39e56c6a8667cf1ae419076f00fda7d27f637eb53b640c04d67a5db27cc
+
+chrome-gnome-shell_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - transitional dummy package"
+	build_style=meta
+}

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

* Re: [PR PATCH] [Updated] New package: gnome-browser-connector-42.0
  2022-07-24 15:52 [PR PATCH] New package: gnome-browser-connector-42.0 paper42
@ 2022-07-24 15:57 ` paper42
  2022-07-25  6:04 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2022-07-24 15:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages gnome-browser-connector
https://github.com/void-linux/void-packages/pull/38247

New package: gnome-browser-connector-42.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From fb31c21002a06d13ad29baec0d1480b789081266 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sun, 24 Jul 2022 17:50:05 +0200
Subject: [PATCH] New package: gnome-browser-connector-42.0

---
 srcpkgs/chrome-gnome-shell               |  1 +
 srcpkgs/chrome-gnome-shell/template      | 14 --------------
 srcpkgs/chrome-gnome-shell/update        |  1 -
 srcpkgs/gnome-browser-connector/template | 21 +++++++++++++++++++++
 4 files changed, 22 insertions(+), 15 deletions(-)
 create mode 120000 srcpkgs/chrome-gnome-shell
 delete mode 100644 srcpkgs/chrome-gnome-shell/template
 delete mode 100644 srcpkgs/chrome-gnome-shell/update
 create mode 100644 srcpkgs/gnome-browser-connector/template

diff --git a/srcpkgs/chrome-gnome-shell b/srcpkgs/chrome-gnome-shell
new file mode 120000
index 000000000000..3305f5c2c2c4
--- /dev/null
+++ b/srcpkgs/chrome-gnome-shell
@@ -0,0 +1 @@
+gnome-browser-connector
\ No newline at end of file
diff --git a/srcpkgs/chrome-gnome-shell/template b/srcpkgs/chrome-gnome-shell/template
deleted file mode 100644
index bdcf87a5b7c7..000000000000
--- a/srcpkgs/chrome-gnome-shell/template
+++ /dev/null
@@ -1,14 +0,0 @@
-# Template file for 'chrome-gnome-shell'
-pkgname=chrome-gnome-shell
-version=10.1
-revision=3
-build_style=cmake
-configure_args=" -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_EXTENSION=OFF ../"
-hostmakedepends="python3 jq"
-depends="python3 python3-gobject python3-requests dbus gnome-shell"
-short_desc="GNOME Shell integration for Chrome"
-maintainer="Stepan Usatiuk <stepus53@gmail.com>"
-license="GPL-3.0-or-later"
-homepage="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/"
-distfiles="${GNOME_SITE}/chrome-gnome-shell/${version}/chrome-gnome-shell-${version}.tar.xz"
-checksum=56ad4fee9078ba62c43d2439f15a93d4b87881fab35900d7f5038d5a95efa438
diff --git a/srcpkgs/chrome-gnome-shell/update b/srcpkgs/chrome-gnome-shell/update
deleted file mode 100644
index 2d72611e53a1..000000000000
--- a/srcpkgs/chrome-gnome-shell/update
+++ /dev/null
@@ -1 +0,0 @@
-pattern="\Q$pkgname\E-\K[0-9.]+(?=\.tar)"
diff --git a/srcpkgs/gnome-browser-connector/template b/srcpkgs/gnome-browser-connector/template
new file mode 100644
index 000000000000..42310a68cf29
--- /dev/null
+++ b/srcpkgs/gnome-browser-connector/template
@@ -0,0 +1,21 @@
+# Template file for 'gnome-browser-connector'
+pkgname=gnome-browser-connector
+version=42.0
+revision=1
+wrksrc="${pkgname}-v${version}"
+build_style=meson
+hostmakedepends="python3-gobject"
+depends="python3-gobject dbus gnome-shell"
+short_desc="GNOME Shell integration for browsers"
+maintainer="Stepan Usatiuk <stepus53@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/"
+changelog="https://gitlab.gnome.org/nE0sIghT/gnome-browser-connector/-/raw/master/NEWS"
+distfiles="https://gitlab.gnome.org/nE0sIghT/gnome-browser-connector/-/archive/v${version}/gnome-browser-connector-v${version}.tar.gz"
+checksum=149bc39e56c6a8667cf1ae419076f00fda7d27f637eb53b640c04d67a5db27cc
+
+chrome-gnome-shell_package() {
+	depends="${sourcepkg}>=${version}_${revision}"
+	short_desc+=" - transitional dummy package"
+	build_style=meta
+}

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

* Re: [PR PATCH] [Merged]: New package: gnome-browser-connector-42.0
  2022-07-24 15:52 [PR PATCH] New package: gnome-browser-connector-42.0 paper42
  2022-07-24 15:57 ` [PR PATCH] [Updated] " paper42
@ 2022-07-25  6:04 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2022-07-25  6:04 UTC (permalink / raw)
  To: ml

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

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

New package: gnome-browser-connector-42.0
https://github.com/void-linux/void-packages/pull/38247

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-07-25  6:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-24 15:52 [PR PATCH] New package: gnome-browser-connector-42.0 paper42
2022-07-24 15:57 ` [PR PATCH] [Updated] " paper42
2022-07-25  6:04 ` [PR PATCH] [Merged]: " paper42

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).