Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: LegacyFox-3.0
@ 2022-08-20 15:23 TinfoilSubmarine
  2022-08-22 22:35 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: TinfoilSubmarine @ 2022-08-20 15:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/LegacyFox
https://github.com/void-linux/void-packages/pull/38794

New package: LegacyFox-3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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
-->

Not sure if this is something that we would want in void-packages, but I just created a template for my own use and figured I would put it here.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/LegacyFox-38794.patch --]
[-- Type: text/x-diff, Size: 1189 bytes --]

From bacbdc500e96c1027e2f0b6456cbaad75d760720 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sat, 20 Aug 2022 11:21:01 -0400
Subject: [PATCH] New package: LegacyFox-3.0

---
 srcpkgs/LegacyFox/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/LegacyFox/template

diff --git a/srcpkgs/LegacyFox/template b/srcpkgs/LegacyFox/template
new file mode 100644
index 000000000000..c73ce5904343
--- /dev/null
+++ b/srcpkgs/LegacyFox/template
@@ -0,0 +1,22 @@
+# Template file for 'LegacyFox'
+pkgname=LegacyFox
+version=3.0
+revision=1
+_version_commit=0548b59
+wrksrc="LegacyFox-v${version}-${_version_commit}"
+build_style=gnu-makefile
+hostmakedepends="tar"
+short_desc="Monkeypatching Firefox Quantum to run VimFx"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="MPL-2.0"
+homepage="https://git.gir.st/LegacyFox.git"
+distfiles="https://git.gir.st/LegacyFox.git/snapshot/v${version}.tar.gz"
+checksum=f2d1e28ce393192391ba68c030edd580a5c1eff781b0f1281ce32d6f54ba3c6e
+
+post_patch() {
+	vsed -i 's,DESTDIR),DESTDIR)/usr/lib/firefox/,g' Makefile
+}
+
+pre_install() {
+	mkdir -p "${DESTDIR}/usr/lib/firefox"
+}

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

* Re: [PR PATCH] [Updated] New package: LegacyFox-3.0
  2022-08-20 15:23 [PR PATCH] New package: LegacyFox-3.0 TinfoilSubmarine
@ 2022-08-22 22:35 ` TinfoilSubmarine
  2022-11-21  2:11 ` github-actions
  2022-12-06  2:29 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: TinfoilSubmarine @ 2022-08-22 22:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/LegacyFox
https://github.com/void-linux/void-packages/pull/38794

New package: LegacyFox-3.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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
-->

Not sure if this is something that we would want in void-packages, but I just created a template for my own use and figured I would put it here.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/LegacyFox-38794.patch --]
[-- Type: text/x-diff, Size: 1538 bytes --]

From c18561eed17a4a0a211d078e7f8d2f13dd2b53c6 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sat, 20 Aug 2022 11:21:01 -0400
Subject: [PATCH] New package: LegacyFox-3.0

---
 srcpkgs/LegacyFox/template | 22 ++++++++++++++++++++++
 srcpkgs/LegacyFox/update   |  2 ++
 2 files changed, 24 insertions(+)
 create mode 100644 srcpkgs/LegacyFox/template
 create mode 100644 srcpkgs/LegacyFox/update

diff --git a/srcpkgs/LegacyFox/template b/srcpkgs/LegacyFox/template
new file mode 100644
index 000000000000..c73ce5904343
--- /dev/null
+++ b/srcpkgs/LegacyFox/template
@@ -0,0 +1,22 @@
+# Template file for 'LegacyFox'
+pkgname=LegacyFox
+version=3.0
+revision=1
+_version_commit=0548b59
+wrksrc="LegacyFox-v${version}-${_version_commit}"
+build_style=gnu-makefile
+hostmakedepends="tar"
+short_desc="Monkeypatching Firefox Quantum to run VimFx"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="MPL-2.0"
+homepage="https://git.gir.st/LegacyFox.git"
+distfiles="https://git.gir.st/LegacyFox.git/snapshot/v${version}.tar.gz"
+checksum=f2d1e28ce393192391ba68c030edd580a5c1eff781b0f1281ce32d6f54ba3c6e
+
+post_patch() {
+	vsed -i 's,DESTDIR),DESTDIR)/usr/lib/firefox/,g' Makefile
+}
+
+pre_install() {
+	mkdir -p "${DESTDIR}/usr/lib/firefox"
+}
diff --git a/srcpkgs/LegacyFox/update b/srcpkgs/LegacyFox/update
new file mode 100644
index 000000000000..625d6d1145d0
--- /dev/null
+++ b/srcpkgs/LegacyFox/update
@@ -0,0 +1,2 @@
+site="https://git.gir.st/LegacyFox.git/tags"
+pattern="<a class=.*>v\K[\d.]+(?=</a>)"

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

* Re: New package: LegacyFox-3.0
  2022-08-20 15:23 [PR PATCH] New package: LegacyFox-3.0 TinfoilSubmarine
  2022-08-22 22:35 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2022-11-21  2:11 ` github-actions
  2022-12-06  2:29 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-11-21  2:11 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/38794#issuecomment-1321357288

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] 4+ messages in thread

* Re: [PR PATCH] [Closed]: New package: LegacyFox-3.0
  2022-08-20 15:23 [PR PATCH] New package: LegacyFox-3.0 TinfoilSubmarine
  2022-08-22 22:35 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2022-11-21  2:11 ` github-actions
@ 2022-12-06  2:29 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-12-06  2:29 UTC (permalink / raw)
  To: ml

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

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

New package: LegacyFox-3.0
https://github.com/void-linux/void-packages/pull/38794

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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
-->

Not sure if this is something that we would want in void-packages, but I just created a template for my own use and figured I would put it here.

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

end of thread, other threads:[~2022-12-06  2:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-20 15:23 [PR PATCH] New package: LegacyFox-3.0 TinfoilSubmarine
2022-08-22 22:35 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-11-21  2:11 ` github-actions
2022-12-06  2:29 ` [PR PATCH] [Closed]: " github-actions

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