Github messages for voidlinux
 help / color / mirror / Atom feed
From: hervyqa <hervyqa@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: webapp-manager-1.1.9
Date: Fri, 08 Apr 2022 16:11:34 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36591@inbox.vuxu.org> (raw)

[-- 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 /
+}

             reply	other threads:[~2022-04-08 14:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-08 14:11 hervyqa [this message]
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

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36591@inbox.vuxu.org \
    --to=hervyqa@users.noreply.github.com \
    --cc=ml@inbox.vuxu.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;
as well as URLs for NNTP newsgroup(s).