Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 946785 - app-editors/sublime-text-4_p4189 version bump for arm64
Summary: app-editors/sublime-text-4_p4189 version bump for arm64
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: David Seifert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-21 14:56 UTC by Thomas Kohler
Modified: 2025-05-12 08:22 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
app-editors/sublime-text-4_p4189.ebuild (sublime-text-4_p4189.ebuild,1.93 KB, application/vnd.gentoo.ebuild)
2024-12-21 14:56 UTC, Thomas Kohler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Kohler 2024-12-21 14:56:27 UTC
Created attachment 914617 [details]
app-editors/sublime-text-4_p4189.ebuild

Hi, 
I use the latest sublime-text build in arm64 environment. 

Please find attached the ebuild file. This is just a copy and adjustment of the existing amd ebuild of the former version - no further tweaks were done.

Thomas
Comment 1 Banana 2025-05-12 08:22:48 UTC
Hello.

I too do use arm64 and stumbled over the same problem.

Here is the diff to the latest ebuild[1]

Here is the diff:

--- a/app-editors/sublime-text/sublime-text-4_p4192.ebuild	2025-03-20 13:38:28.000000000 +0100
+++ b/app-editors/sublime-text/sublime-text-4_p4192.ebuild	2025-05-12 09:55:00.373428523 +0200
@@ -12,12 +12,13 @@
 DESCRIPTION="Sophisticated text editor for code, markup and prose"
 HOMEPAGE="https://www.sublimetext.com"
 SRC_URI="
-	amd64? ( https://download.sublimetext.com/sublime_text_build_${MY_PV}_x64.tar.xz )"
+	amd64? ( https://download.sublimetext.com/sublime_text_build_${MY_PV}_x64.tar.xz )
+	arm64? ( https://download.sublimetext.com/sublime_text_build_${MY_PV}_arm64.tar.xz )"
 S="${WORKDIR}/${MY_PN}"
 
 LICENSE="Sublime"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE="dbus"
 RESTRICT="bindist mirror strip"


Is this the correct way to submit those changes or should I create a PR at github[2]?

[1]https://gitweb.gentoo.org/repo/gentoo.git/tree/app-editors/sublime-text/sublime-text-4_p4189.ebuild
[2]https://github.com/gentoo/gentoo