Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: webapp-manager-1.1.9
@ 2022-04-08 14:11 hervyqa
  2022-09-02  2:16 ` github-actions
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hervyqa @ 2022-04-08 14:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages webapp-manager
https://github.com/void-linux/void-packages/pull/36591

New package: webapp-manager-1.1.9
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

![Screenshot_20220408_211009](https://user-images.githubusercontent.com/45872139/162453055-68eda556-e369-49c2-931c-befb3f2c5860.png)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-webapp-manager-36591.patch --]
[-- Type: text/x-diff, Size: 1643 bytes --]

From 2940330cf145459601a8f91557f2658161901973 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Fri, 8 Apr 2022 20:59:12 +0700
Subject: [PATCH] New package: webapp-manager-1.1.9

---
 srcpkgs/webapp-manager/template | 34 +++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 srcpkgs/webapp-manager/template

diff --git a/srcpkgs/webapp-manager/template b/srcpkgs/webapp-manager/template
new file mode 100644
index 000000000000..7d005f1f45ea
--- /dev/null
+++ b/srcpkgs/webapp-manager/template
@@ -0,0 +1,34 @@
+# Template file for 'webapp-manager'
+pkgname=webapp-manager
+version=1.1.9
+revision=1
+hostmakedepends="gettext"
+depends="dconf python3-BeautifulSoup4 python3-configobj python3-gobject
+ python3-Pillow python3-setproctitle python3-tldextract xapps"
+short_desc="Run websites as if they were apps"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/linuxmint/webapp-manager"
+distfiles="https://github.com/linuxmint/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum=a4e2f687e48f90823b3d012486a2fb925f9954fbc3974c90462a5097c1549edf
+
+pre_build() {
+	# Fix browser names
+	vsed "s|brave-browser|brave|" -i usr/lib/${pkgname}/common.py
+	vsed "s|epiphany-browser|epiphany|" -i usr/lib/${pkgname}/common.py
+
+	# Fix license path
+	vsed "s|common-licenses/GPL|license/GPL-3|" -i usr/lib/${pkgname}/${pkgname}.py
+
+	# Set version in About dialog
+	vsed "s|__DEB_VERSION__|${version}|" -i usr/lib/${pkgname}/${pkgname}.py
+}
+
+do_build() {
+	make
+}
+
+do_install() {
+	vcopy etc /
+	vcopy usr /
+}

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

* Re: New package: webapp-manager-1.1.9
  2022-04-08 14:11 [PR PATCH] New package: webapp-manager-1.1.9 hervyqa
@ 2022-09-02  2:16 ` github-actions
  2022-09-02  6:10 ` [PR PATCH] [Updated] " hervyqa
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-09-02  2:16 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36591#issuecomment-1234990955

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: webapp-manager-1.1.9
  2022-04-08 14:11 [PR PATCH] New package: webapp-manager-1.1.9 hervyqa
  2022-09-02  2:16 ` github-actions
@ 2022-09-02  6:10 ` hervyqa
  2022-09-17  2:14 ` [PR PATCH] [Closed]: " github-actions
  2023-04-04 17:21 ` Kakoks
  3 siblings, 0 replies; 5+ messages in thread
From: hervyqa @ 2022-09-02  6:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages webapp-manager
https://github.com/void-linux/void-packages/pull/36591

New package: webapp-manager-1.1.9
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

![Screenshot_20220408_211009](https://user-images.githubusercontent.com/45872139/162453055-68eda556-e369-49c2-931c-befb3f2c5860.png)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-webapp-manager-36591.patch --]
[-- Type: text/x-diff, Size: 1643 bytes --]

From 76a088e681a11340057825503ef94fe91ce5850b Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Fri, 8 Apr 2022 20:59:12 +0700
Subject: [PATCH] New package: webapp-manager-1.1.9

---
 srcpkgs/webapp-manager/template | 34 +++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 srcpkgs/webapp-manager/template

diff --git a/srcpkgs/webapp-manager/template b/srcpkgs/webapp-manager/template
new file mode 100644
index 000000000000..7d005f1f45ea
--- /dev/null
+++ b/srcpkgs/webapp-manager/template
@@ -0,0 +1,34 @@
+# Template file for 'webapp-manager'
+pkgname=webapp-manager
+version=1.1.9
+revision=1
+hostmakedepends="gettext"
+depends="dconf python3-BeautifulSoup4 python3-configobj python3-gobject
+ python3-Pillow python3-setproctitle python3-tldextract xapps"
+short_desc="Run websites as if they were apps"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/linuxmint/webapp-manager"
+distfiles="https://github.com/linuxmint/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum=a4e2f687e48f90823b3d012486a2fb925f9954fbc3974c90462a5097c1549edf
+
+pre_build() {
+	# Fix browser names
+	vsed "s|brave-browser|brave|" -i usr/lib/${pkgname}/common.py
+	vsed "s|epiphany-browser|epiphany|" -i usr/lib/${pkgname}/common.py
+
+	# Fix license path
+	vsed "s|common-licenses/GPL|license/GPL-3|" -i usr/lib/${pkgname}/${pkgname}.py
+
+	# Set version in About dialog
+	vsed "s|__DEB_VERSION__|${version}|" -i usr/lib/${pkgname}/${pkgname}.py
+}
+
+do_build() {
+	make
+}
+
+do_install() {
+	vcopy etc /
+	vcopy usr /
+}

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

* Re: [PR PATCH] [Closed]: New package: webapp-manager-1.1.9
  2022-04-08 14:11 [PR PATCH] New package: webapp-manager-1.1.9 hervyqa
  2022-09-02  2:16 ` github-actions
  2022-09-02  6:10 ` [PR PATCH] [Updated] " hervyqa
@ 2022-09-17  2:14 ` github-actions
  2023-04-04 17:21 ` Kakoks
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-09-17  2:14 UTC (permalink / raw)
  To: ml

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

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

New package: webapp-manager-1.1.9
https://github.com/void-linux/void-packages/pull/36591

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

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

![Screenshot_20220408_211009](https://user-images.githubusercontent.com/45872139/162453055-68eda556-e369-49c2-931c-befb3f2c5860.png)

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

* Re: New package: webapp-manager-1.1.9
  2022-04-08 14:11 [PR PATCH] New package: webapp-manager-1.1.9 hervyqa
                   ` (2 preceding siblings ...)
  2022-09-17  2:14 ` [PR PATCH] [Closed]: " github-actions
@ 2023-04-04 17:21 ` Kakoks
  3 siblings, 0 replies; 5+ messages in thread
From: Kakoks @ 2023-04-04 17:21 UTC (permalink / raw)
  To: ml

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

New comment by Kakoks on void-packages repository

https://github.com/void-linux/void-packages/pull/36591#issuecomment-1496335528

Comment:
any update on this?

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

end of thread, other threads:[~2023-04-04 17:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-08 14:11 [PR PATCH] New package: webapp-manager-1.1.9 hervyqa
2022-09-02  2:16 ` github-actions
2022-09-02  6:10 ` [PR PATCH] [Updated] " hervyqa
2022-09-17  2:14 ` [PR PATCH] [Closed]: " github-actions
2023-04-04 17:21 ` Kakoks

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