2021-09-16 17:04:19 +02:00
|
|
|
pkgname=discord-electron
|
|
|
|
_pkgname=discord
|
2024-05-14 07:58:13 +02:00
|
|
|
pkgver=0.0.54
|
2024-04-23 06:55:37 +02:00
|
|
|
pkgrel=1
|
2024-04-21 09:39:59 +02:00
|
|
|
_electronver=30
|
2023-11-09 16:57:04 +01:00
|
|
|
_electronname="electron${_electronver}"
|
|
|
|
pkgdesc="Discord using system provided electron (v${_electronver}) for increased security and performance"
|
2021-09-16 17:04:19 +02:00
|
|
|
arch=('x86_64')
|
2023-04-03 08:32:00 +02:00
|
|
|
provides=("${_pkgname}")
|
|
|
|
conflicts=("${_pkgname}")
|
|
|
|
url='https://discord.com'
|
2021-09-16 17:04:19 +02:00
|
|
|
license=('custom')
|
2023-04-03 08:32:00 +02:00
|
|
|
options=('!strip')
|
2023-05-27 20:10:10 +02:00
|
|
|
install="$pkgname.install"
|
2023-11-09 16:57:04 +01:00
|
|
|
depends=("${_electronname}" 'libxss')
|
2023-04-03 08:32:00 +02:00
|
|
|
makedepends=('asar' 'curl' 'python-html2text')
|
|
|
|
optdepends=(
|
|
|
|
'libpulse: Pulseaudio support'
|
2023-07-07 22:58:39 +02:00
|
|
|
'libappindicator-gtk3: Systray indicator support'
|
2023-04-03 08:32:00 +02:00
|
|
|
'xdg-utils: Open files'
|
2023-06-02 21:52:11 +02:00
|
|
|
'rizin: Allow patching Krisp support'
|
2023-04-03 08:32:00 +02:00
|
|
|
)
|
2023-07-13 06:40:03 +02:00
|
|
|
source=("https://dl.discordapp.net/apps/linux/${pkgver}/${_pkgname}-${pkgver}.tar.gz"
|
2023-05-27 20:10:10 +02:00
|
|
|
'discord-launcher.sh')
|
2024-05-14 07:58:13 +02:00
|
|
|
sha512sums=('ceb6265e846fafd27e3c2941f00f0a2d4e045abe5471a2691b070bedb330ef345edee838a706b27ff65ecce40aec46b1a1dd9c4bb9763dadaa907ec181c1a222'
|
2024-04-09 12:07:40 +02:00
|
|
|
'9d00f9d2e05c2ba31c930c066f247954700bb0f96f2fc605e61c3973d7dacf962bf372659b71e05e5d8d4e152cc884bf12ec1fb5ecbfc4da55d22ab2591c4c40')
|
2023-06-02 21:52:11 +02:00
|
|
|
|
2024-05-07 19:45:59 +02:00
|
|
|
_krisp_b2sum='c4e49b1a0be64cacd23474c5e474130084755f2de36af01686ce94c6eceea67426b6d6aa81889a418f9d08476476e99d63479b6131d1f7eaef987ecf4d779cf9'
|
2021-09-16 17:04:19 +02:00
|
|
|
|
|
|
|
prepare() {
|
2023-06-02 21:52:11 +02:00
|
|
|
# prepare launcher script
|
2023-11-09 16:57:04 +01:00
|
|
|
sed -i -e "s|@PKGNAME@|${_pkgname}|g" \
|
|
|
|
-e "s|@PKGVER@|${pkgver}|g" \
|
|
|
|
-e "s|@ELECTRON@|${_electronname}|g" \
|
|
|
|
-e "s|@KRISPB2@|${_krisp_b2sum}|g" \
|
|
|
|
discord-launcher.sh
|
2021-09-16 17:04:19 +02:00
|
|
|
|
2023-04-03 08:32:00 +02:00
|
|
|
# fix the .desktop file
|
2023-11-09 16:57:04 +01:00
|
|
|
sed -i -e "s|Exec=.*|Exec=/usr/bin/${_pkgname}|" ${_pkgname^}/$_pkgname.desktop
|
2021-09-16 17:04:19 +02:00
|
|
|
|
2023-04-03 08:32:00 +02:00
|
|
|
# create the license files
|
|
|
|
curl https://discord.com/terms | html2text >"${srcdir}"/LICENSE.md
|
|
|
|
curl https://discord.com/licenses | html2text >"${srcdir}"/OSS-LICENSES.md
|
2021-09-16 17:04:19 +02:00
|
|
|
}
|
|
|
|
|
2023-07-13 06:40:03 +02:00
|
|
|
build() {
|
|
|
|
cd "${srcdir}"/${_pkgname^}
|
2021-09-16 17:04:19 +02:00
|
|
|
|
2023-04-03 08:32:00 +02:00
|
|
|
# use system electron
|
|
|
|
asar e resources/app.asar resources/app
|
|
|
|
rm resources/app.asar
|
2024-04-10 19:50:11 +02:00
|
|
|
sed -i -e "/resourcesPath = .*;$/d" -e "s|return resourcesPath|return '/usr/lib/${_pkgname}/resources'|" resources/app/common/paths.js
|
2024-04-09 12:07:40 +02:00
|
|
|
sed -i -e "s|process.resourcesPath|'/usr/lib/${_pkgname}/resources'|" resources/app/app_bootstrap/buildInfo.js
|
2023-11-09 16:57:04 +01:00
|
|
|
sed -i -e "/^const appName/d" -e "/^const exePath/d" -e "/^const exeDir/d" -e "/^const iconPath/d" \
|
|
|
|
-e "s|^Exec=\${exePath}$|Exec=/usr/bin/${_pkgname}|" \
|
|
|
|
-e "s|^Name=\${appName}$|Name=${_pkgname^}|" \
|
|
|
|
-e "s|^Icon=\${iconPath}$|Icon=/usr/share/pixmaps/${_pkgname}.png|" \
|
|
|
|
resources/app/app_bootstrap/autoStart/linux.js
|
2023-04-03 08:32:00 +02:00
|
|
|
asar p resources/app resources/app.asar
|
|
|
|
rm -rf resources/app
|
2023-07-13 06:40:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
|
|
|
# create necessary directories
|
|
|
|
install -d "${pkgdir}"/usr/{lib/$_pkgname,bin}
|
|
|
|
install -d "${pkgdir}"/usr/share/{pixmaps,applications,licenses/$_pkgname}
|
2021-09-16 17:04:19 +02:00
|
|
|
|
2023-04-03 08:32:00 +02:00
|
|
|
# copy relevant data
|
2024-04-09 12:07:40 +02:00
|
|
|
cp -r ${_pkgname^}/resources "${pkgdir}"/usr/lib/$_pkgname/
|
2023-07-13 06:40:03 +02:00
|
|
|
cp ${_pkgname^}/$_pkgname.png \
|
2023-04-03 08:32:00 +02:00
|
|
|
"${pkgdir}"/usr/share/pixmaps/$_pkgname.png
|
2023-07-13 06:40:03 +02:00
|
|
|
cp ${_pkgname^}/$_pkgname.desktop \
|
2023-04-03 08:32:00 +02:00
|
|
|
"${pkgdir}"/usr/share/applications/$_pkgname.desktop
|
2021-09-16 17:04:19 +02:00
|
|
|
|
2023-04-03 08:32:00 +02:00
|
|
|
# install the launch script
|
|
|
|
install -Dm 755 discord-launcher.sh "${pkgdir}"/usr/bin/$_pkgname
|
|
|
|
|
|
|
|
# install licenses
|
|
|
|
install -Dm 644 LICENSE.md "${pkgdir}"/usr/share/licenses/$_pkgname/
|
|
|
|
install -Dm 644 OSS-LICENSES.md "${pkgdir}"/usr/share/licenses/$_pkgname/
|
|
|
|
}
|