From: Eloitor <Eloitor@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [WIP] New package: eric-ide-24.8
Date: Wed, 31 Jul 2024 11:58:15 +0200 [thread overview]
Message-ID: <20240731095815.2458425B3B@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-51523@inbox.vuxu.org>
[-- Attachment #1: Type: text/plain, Size: 705 bytes --]
There is an updated pull request by Eloitor against master on the void-packages repository
https://github.com/Eloitor/void-packages eric
https://github.com/void-linux/void-packages/pull/51523
[WIP] New package: eric-ide-24.8
#### Testing the changes
- I tested the changes in this PR: **NO**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
I don't know why it doesn't launch.
A patch file from https://github.com/void-linux/void-packages/pull/51523.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-eric-51523.patch --]
[-- Type: text/x-diff, Size: 4011 bytes --]
From d8b33059ab85aba8309586080060e877029c6652 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 29 Jul 2024 13:46:01 +0200
Subject: [PATCH 1/2] New package: python3-editorconfig-0.12.4
---
srcpkgs/python3-editorconfig/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/python3-editorconfig/template
diff --git a/srcpkgs/python3-editorconfig/template b/srcpkgs/python3-editorconfig/template
new file mode 100644
index 00000000000000..4bf4d441a5ccbb
--- /dev/null
+++ b/srcpkgs/python3-editorconfig/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-editorconfig'
+pkgname=python3-editorconfig
+version=0.12.4
+revision=1
+build_style=python3-pep517
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="python3-setuptools"
+short_desc="EditorConfig File Locator and Interpreter for Python"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="Python-2.0.1"
+homepage="https://github.com/editorconfig/editorconfig-core-py"
+distfiles="${PYPI_SITE}/E/EditorConfig/EditorConfig-${version}.tar.gz"
+checksum=24857fa1793917dd9ccf0c7810a07e05404ce9b823521c7dce22a4fb5d125f80
+
+post_install() {
+ mv "${DESTDIR}/usr/bin/editorconfig" "${DESTDIR}/usr/bin/editorconfig-py"
+}
From e73df7bb626a968cb1c0de461452ca5457aa604b Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Mon, 29 Jul 2024 13:46:08 +0200
Subject: [PATCH 2/2] New package: eric-ide-24.8
---
srcpkgs/eric-ide/template | 45 +++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
create mode 100644 srcpkgs/eric-ide/template
diff --git a/srcpkgs/eric-ide/template b/srcpkgs/eric-ide/template
new file mode 100644
index 00000000000000..b3f7a71ce44c5d
--- /dev/null
+++ b/srcpkgs/eric-ide/template
@@ -0,0 +1,45 @@
+# Template file for 'eric-ide'
+pkgname=eric-ide
+version=24.8
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="python3-pyqt6 python3-pyqt6-charts python3-pyqt6-webengine
+ python3-pyqt6-qsci python3-docutils python3-Markdown python3-esprima
+ python3-yaml python3-tomlkit python3-chardet python3-asttokens
+ python3-editorconfig python3-Pygments python3-parso python3-jedi
+ python3-trove-classifiers black python3-isort
+ python3-coverage python3-semver python3-watchdog python3-psutil
+ python3-fido2 python3-pyqt6-serialport python3-pyqt6-websockets
+ python3-pyqt6-sip python3-pyqt6-webchannel python3-pyqt6-tools"
+short_desc="Full-featured Python and Ruby IDE in PyQt"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="GPL-3.0-or-later"
+homepage="https://eric-ide.python-projects.org/"
+changelog="https://eric-ide.python-projects.org/eric-news.html"
+distfiles="${PYPI_SITE}/e/eric-ide/eric_ide-${version}.tar.gz"
+checksum=a1aaedd4d3a0147571ac400aebc8b94238447b92ae8a3e4786faee8e671897d3
+
+do_patch() {
+ find . -name '*.desktop' -exec sed -i "s|@BINDIR@|/usr/bin|g" {} \;
+ vsed -e "s|^Icon=.*|Icon=/usr/share/icons/hicolor/scalable/apps/eric.svg|" -i src/eric7/data/linux/eric7_ide.desktop
+ vsed -e "s|^Icon=.*|Icon=/usr/share/icons/hicolor/scalable/apps/ericMPy48.svg|" -i src/eric7/data/linux/eric7_mpy.desktop
+ vsed -e "s|^Icon=.*|Icon=/usr/share/icons/hicolor/scalable/apps/ericWeb48.svg|" -i src/eric7/data/linux/eric7_browser.desktop
+ rm src/eric7/eric7_post_install.py
+}
+
+post_install() {
+ vinstall src/eric7/data/linux/eric7_browser.desktop 644 /usr/share/applications
+ vinstall src/eric7/data/linux/eric7_ide.desktop 644 /usr/share/applications
+ vinstall src/eric7/data/linux/eric7_mpy.desktop 644 /usr/share/applications
+
+ for icon in eric48_icon.png ericMPy48_icon.png ericWeb48_icon.png; do
+ vinstall "src/eric7/pixmaps/$icon" 644 /usr/share/icons/hicolor/48x48/apps
+ done
+
+ for svg_icon in eric.svg ericMPy48.svg ericWeb48.svg; do
+ vinstall "src/eric7/pixmaps/$svg_icon" 644 /usr/share/icons/hicolor/scalable/apps/
+ done
+
+ vinstall src/eric7/data/linux/eric7.appdata.xml 644 /usr/share/metainfo
+}
next prev parent reply other threads:[~2024-07-31 9:58 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-29 8:47 [PR PATCH] [WIP] Eric Eloitor
2024-07-29 9:21 ` [PR PATCH] [Updated] " Eloitor
2024-07-29 15:16 ` Eloitor
2024-07-29 15:48 ` Eloitor
2024-07-29 19:05 ` Eloitor
2024-07-29 21:27 ` Eloitor
2024-07-29 21:38 ` Eloitor
2024-07-29 21:47 ` [PR PATCH] [Updated] " Eloitor
2024-07-30 7:03 ` Eloitor
2024-07-30 7:11 ` Eloitor
2024-07-30 8:11 ` [PR PATCH] [Updated] [WIP] New package: eric-ide-24.8 Eloitor
2024-07-30 8:30 ` Eloitor
2024-07-30 8:32 ` Eloitor
2024-07-30 9:23 ` [PR REVIEW] " sgn
2024-07-30 9:23 ` sgn
2024-07-30 9:23 ` sgn
2024-07-30 9:23 ` sgn
2024-07-30 9:23 ` [PR PATCH] [Updated] " sgn
2024-07-30 18:47 ` Eloitor
2024-07-30 18:48 ` Eloitor
2024-07-30 20:25 ` Eloitor
2024-07-31 0:37 ` sgn
2024-07-31 0:47 ` sgn
2024-07-31 9:58 ` Eloitor [this message]
2024-07-31 10:01 ` [PR PATCH] [Updated] " Eloitor
2024-07-31 10:03 ` Eloitor
2024-10-30 2:00 ` github-actions
2024-10-30 8:03 ` sgn
2024-10-30 10:31 ` Eloitor
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=20240731095815.2458425B3B@inbox.vuxu.org \
--to=eloitor@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).