fix app-editors/sublime-text

This commit is contained in:
Martin Sekera 2021-05-22 16:17:01 +02:00
parent 2fe196b8f1
commit 49fe05671d

View file

@ -7,7 +7,7 @@ inherit desktop xdg-utils
DESCRIPTION="Sophisticated text editor for code, markup and prose"
HOMEPAGE="https://www.sublimetext.com"
SRC_URI="https://download.sublimetext.com/sublime_text_build_${PV}_x64.tar.bz2"
SRC_URI="https://download.sublimetext.com/sublime_text_build_${PV}_x64.tar.xz"
LICENSE="Sublime"
SLOT="0"
@ -22,7 +22,7 @@ RDEPEND="
dbus? ( sys-apps/dbus )"
QA_PREBUILT="*"
S="${WORKDIR}/sublime_text_${MV}"
S="${WORKDIR}/sublime_text"
# Sublime bundles the kitchen sink, which includes python and other assorted
# modules. Do not try to unbundle these because you are guaranteed to fail.