makedeb
Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)
Click here to go back to the commit logs for xivlauncher.
Hash: ec5aa53cb511b0f8808f342debd56cd643dda204
Message: Update xlcore to 1.0.6 using binary artifact
diff --git a/.SRCINFO b/.SRCINFO
index 336aeb2..5d76988 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,43 +2,28 @@ generated-by = makedeb
pkgname = xivlauncher
pkgbase = xivlauncher
pkgdesc = Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)
-pkgrel = 9
-pkgver = 1.0.3
+pkgrel = 1
+pkgver = 1.0.6
url = https://github.com/goatcorp/FFXIVQuickLauncher/
arch = amd64
conflicts = xivlauncher-git
-depends = build-essential
depends = aria2
depends = libsdl2-2.0-0
depends = libsecret-1-0
-depends = attr
-depends = fontconfig
-depends = liblcms2-2
-depends = libxml2
-depends = libxcursor1
-depends = libxrandr2
-depends = libxdamage1
-depends = gettext
-depends = libfreetype6
-depends = libglu1-mesa
-depends = libsm6
-depends = libpcap0.8
-depends = libfaudio0
depends = desktop-file-utils
depends = libjxr0
depends = xdg-utils
license = GPL
optdepends = steam
-options = !strip
-provides = xivlauncher=1.0.3
-source = XIVLauncher.Core.zip::https://github.com/goatcorp/XIVLauncher.Core/archive/refs/tags/1.0.3.zip
+provides = xivlauncher=1.0.6
+source = XIVLauncher.Core.tar.gz::https://github.com/goatcorp/XIVLauncher.Core/releases/download/1.0.6/XIVLauncher.Core.tar.gz
+source = 512.png::https://raw.githubusercontent.com/goatcorp/XIVLauncher.Core/main/misc/linux_distrib/512.png
source = XIVLauncher.desktop
source = openssl_fix.cnf
source = xivlauncher-core
-sha512sums = e4b8007123c70862de63ddbdd1ee2a7524da54ec872f0ef0fecc9384a0da94294a6ae72c3d7300b93f3801f8ed9770fc1cc8a92dc6952894b2413faca0f8b0c1
+sha512sums = eb217861d55cfca1f616f3f52bc9bdebf73d59bd36399ce844b8d5fd528ba6f2f80d4029c2899ead5c653d1dd4d9d383a3c41942d9c03aba720109d69caf4733
+sha512sums = 0c33502cd915132151fa4b6c94899bf3f8806c2943469609cdda09365ff78be863215abd2741048d6c9a934a22dca0f8a8a2c67074c38abc6f67984c393859c4
sha512sums = c06130b67efff8aa53760cb9c8bd764d4307624ec42c52d58cce388863e64788821f6f836857f200452e75de3b5311466074c70b81ad6d70ab60b286ddfda2e8
sha512sums = c702d45b607a54716ae3f1c9b0aa548b3226da76b0ae4b8a88e49d16e5117a7ff5164e7dd5b6a2799a16a18d53b2de55a26a87888054c25152df5c4824b38fe0
sha512sums = dad16da8e1d2bc772f7e1be1f59fd799c596fa88fb77a7e58a94baf10a1ca2f0ad7e79ad3baa8ba24e35dd0bc748884c74371c447816b1ea61098f58a130313a
-makedepends_x86_64 = dotnet-sdk-6.0
optdepends = steam
-makedepends_x86_64 = dotnet-sdk-6.0
diff --git a/512.png b/512.png
new file mode 100644
index 0000000..7557cbe
Binary files /dev/null and b/512.png differ
diff --git a/PKGBUILD b/PKGBUILD
index 85b5261..25d9cf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,79 +1,66 @@
# Maintainer: XIVLauncher Linux Maintainers <franz@goat.place>
pkgname=xivlauncher
-pkgver=1.0.3
-_pkgver=c2e02fd2b48876b4a00ba278c240f8a6361d3455
-xlwpfver=bfd0e1cce3c0e61a2de91df29b248883e00a409b
-pkgrel=9
+pkgver=1.0.6
+pkgrel=1
pkgdesc="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
arch=('amd64')
url='https://github.com/goatcorp/FFXIVQuickLauncher/'
license=('GPL')
depends=(
- 'build-essential'
'aria2'
'libsdl2-2.0-0'
'libsecret-1-0'
- 'attr'
- 'fontconfig'
- 'liblcms2-2'
- 'libxml2'
- 'libxcursor1'
- 'libxrandr2'
- 'libxdamage1'
- 'gettext'
- 'libfreetype6'
- 'libglu1-mesa'
- 'libsm6'
- 'libpcap0.8'
- 'libfaudio0'
'desktop-file-utils'
'libjxr0'
'xdg-utils'
)
-makedepends_x86_64=('dotnet-sdk-6.0')
optdepends=('steam')
-options=('!strip')
extensions=()
provides=("xivlauncher=${pkgver}")
conflicts=("xivlauncher-git")
source=(
- "XIVLauncher.Core.zip::https://github.com/goatcorp/XIVLauncher.Core/archive/refs/tags/1.0.3.zip"
+ "XIVLauncher.Core.tar.gz::https://github.com/goatcorp/XIVLauncher.Core/releases/download/${pkgver}/XIVLauncher.Core.tar.gz"
+ "512.png::https://raw.githubusercontent.com/goatcorp/XIVLauncher.Core/main/misc/linux_distrib/512.png"
"XIVLauncher.desktop"
"openssl_fix.cnf"
"xivlauncher-core"
)
sha512sums=(
- 'e4b8007123c70862de63ddbdd1ee2a7524da54ec872f0ef0fecc9384a0da94294a6ae72c3d7300b93f3801f8ed9770fc1cc8a92dc6952894b2413faca0f8b0c1'
+ 'eb217861d55cfca1f616f3f52bc9bdebf73d59bd36399ce844b8d5fd528ba6f2f80d4029c2899ead5c653d1dd4d9d383a3c41942d9c03aba720109d69caf4733'
+ '0c33502cd915132151fa4b6c94899bf3f8806c2943469609cdda09365ff78be863215abd2741048d6c9a934a22dca0f8a8a2c67074c38abc6f67984c393859c4'
'c06130b67efff8aa53760cb9c8bd764d4307624ec42c52d58cce388863e64788821f6f836857f200452e75de3b5311466074c70b81ad6d70ab60b286ddfda2e8'
'c702d45b607a54716ae3f1c9b0aa548b3226da76b0ae4b8a88e49d16e5117a7ff5164e7dd5b6a2799a16a18d53b2de55a26a87888054c25152df5c4824b38fe0'
'dad16da8e1d2bc772f7e1be1f59fd799c596fa88fb77a7e58a94baf10a1ca2f0ad7e79ad3baa8ba24e35dd0bc748884c74371c447816b1ea61098f58a130313a'
)
-prepare() {
+#prepare() {
+ #pwd
+ #mkdir -p ${srcdir}/XIVLauncher.Core-${pkgver}
+ #tar zxf XIVLauncher.Core.tar.gz -C ${srcdir}/XIVLauncher.Core-${pkgver}
+ #cd XIVLauncher.Core-${pkgver}
# pwd
- cd XIVLauncher.Core-${pkgver}
-# pwd
- cd lib
+ #cd lib
# pwd
# this is specifically to get around mist cache issues
- rm -rf FFXIVQuickLauncher
- git clone https://github.com/goatcorp/FFXIVQuickLauncher.git
- cd FFXIVQuickLauncher
- git checkout ${xlwpfver}
-}
-build() {
- mkdir -p "${srcdir}/build"
- cd "${srcdir}/XIVLauncher.Core-${pkgver}/src/XIVLauncher.Core/"
+ #rm -rf FFXIVQuickLauncher
+ #git clone https://github.com/goatcorp/FFXIVQuickLauncher.git
+ #cd FFXIVQuickLauncher
+ #git checkout ${xlwpfver}
+#}
+#build() {
+ #tar zxf XIV.Core.tar.gz -C ${srcdir}/XIVLauncher.Core-${pkgver}
+ #mkdir -p "${srcdir}/build"
+ #cd "${srcdir}/XIVLauncher.Core-${pkgver}/src/XIVLauncher.Core/"
#echo "Building XIVLauncher ${pkgver}-${_pkgver:0:7}"
- dotnet publish -r linux-x64 --sc -o "${srcdir}/build" --configuration Release -p:BuildHash=${_pkgver:0:7}
-}
+ #dotnet publish -r linux-x64 --sc -o "${srcdir}/build" --configuration Release -p:BuildHash=${_pkgver:0:7}
+#}
package() {
install -d "${pkgdir}/usr/bin/"
install -d "${pkgdir}/opt/XIVLauncher/"
install -D -m644 "${srcdir}/XIVLauncher.desktop" "${pkgdir}/usr/share/applications/XIVLauncher.desktop"
- install -D -m644 "${srcdir}/XIVLauncher.Core-${pkgver}/misc/linux_distrib/512.png" "${pkgdir}/usr/share/pixmaps/xivlauncher.png"
+ install -D -m644 "${srcdir}/512.png" "${pkgdir}/usr/share/pixmaps/xivlauncher.png"
install -D -m644 "${srcdir}/openssl_fix.cnf" "${pkgdir}/opt/XIVLauncher/openssl_fix.cnf"
- cp -r "${srcdir}/build/." "${pkgdir}/opt/XIVLauncher/"
+ cp -r "${srcdir}/." "${pkgdir}/opt/XIVLauncher/"
ln -s ../../opt/XIVLauncher/XIVLauncher.Core "${pkgdir}/usr/bin/XIVLauncher.Core"
install -D -m755 "${srcdir}/xivlauncher-core" "${pkgdir}/usr/bin/xivlauncher-core"
}