summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Tharp2023-12-23 18:48:23 -0500
committerAlex Tharp2023-12-23 18:48:36 -0500
commitbe586dfb8b38ecdbffd89b1d53c8e7414b0e6cf3 (patch)
treea46d1b20cafe1edba6ee1fc8d053546c296f7790
parent2c7bba295cc564d7c3285d9ac78f09c01a3a3a37 (diff)
downloadaur-be586dfb8b38ecdbffd89b1d53c8e7414b0e6cf3.tar.gz
feat: migrate to `firestorm-next-bin` package
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
-rw-r--r--firestorm-next.desktop (renamed from firestorm-beta.desktop)6
-rw-r--r--firestorm-next.install (renamed from firestorm-beta.install)0
-rwxr-xr-xfirestorm-next.launcher (renamed from firestorm-beta.launcher)2
5 files changed, 16 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0faa2c0075b..12158c1a1b27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-pkgbase = firestorm-beta-bin
- pkgdesc = [ALPHA] Firestorm is a feature-packed third-party viewer for Second Life. This is the *alpha* release that currently features PBR support. **USE AT YOUR OWN RISK**
+pkgbase = firestorm-next-bin
+ pkgdesc = [PRE-RELEASE] Firestorm is a feature-packed third-party viewer for Second Life. This is the *alpha* release that currently features PBR support. **USE AT YOUR OWN RISK**
pkgver = 7.1.1.72630
pkgrel = 1
url = http://www.firestormviewer.org/
- install = firestorm-beta.install
+ install = firestorm-next.install
arch = x86_64
license = GPL
depends = apr-util
@@ -39,10 +39,10 @@ pkgbase = firestorm-beta-bin
optdepends = nvidia-libgl: for NVIDIA support
optdepends = nvidia-utils: for NVIDIA support
source = https://downloads.firestormviewer.org/test/linux/Phoenix-Firestorm-Alphax64-7-1-1-72630.tar.xz
- source = firestorm-beta.desktop
- source = firestorm-beta.launcher
+ source = firestorm-next.desktop
+ source = firestorm-next.launcher
md5sums = 0051a964c93d0985aee532e87efb6f5c
- md5sums = 7ff5bb5e5d5ff8f4a77656bac520c6d3
- md5sums = a83a8c77f8619f06d23dd73b79e4703e
+ md5sums = 99e23c7ed9d17a4062fcfe0b4dd77272
+ md5sums = 6a56b1a0df5960481ad40ed40dca8f91
-pkgname = firestorm-beta-bin
+pkgname = firestorm-next-bin
diff --git a/PKGBUILD b/PKGBUILD
index 087df83bb361..75d67c883a4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Alex Tharp <alex@toastercup.io>
-_appname=firestorm-beta
+_appname=firestorm-next
pkgname="${_appname}-bin"
pkgver=7.1.1.72630
pkgrel=1
-pkgdesc="[ALPHA] Firestorm is a feature-packed third-party viewer for Second Life. This is the *alpha* release that currently features PBR support. **USE AT YOUR OWN RISK**"
+pkgdesc="[PRE-RELEASE] Firestorm is a feature-packed third-party viewer for Second Life. This is the *alpha* release that currently features PBR support. **USE AT YOUR OWN RISK**"
url="http://www.firestormviewer.org/"
license=('GPL')
arch=('x86_64')
@@ -28,8 +28,8 @@ source=("https://downloads.firestormviewer.org/test/linux/${tardir}.tar.xz"
"${_appname}.desktop"
"${_appname}.launcher")
md5sums=('0051a964c93d0985aee532e87efb6f5c'
- '7ff5bb5e5d5ff8f4a77656bac520c6d3'
- 'a83a8c77f8619f06d23dd73b79e4703e')
+ '99e23c7ed9d17a4062fcfe0b4dd77272'
+ '6a56b1a0df5960481ad40ed40dca8f91')
prepare() {
cd "${srcdir}/${tardir}"
diff --git a/firestorm-beta.desktop b/firestorm-next.desktop
index cf143b88e041..b7c6f642453e 100644
--- a/firestorm-beta.desktop
+++ b/firestorm-next.desktop
@@ -1,9 +1,9 @@
[Desktop Entry]
Version=1.0
Type=Application
-Name=ALPHA Firestorm Second Life viewer
+Name=Pre-release Firestorm Second Life viewer
Comment=Second Life is a 3-D virtual world entirely built and owned by its residents
-Exec=/usr/bin/firestorm-beta
-Icon=firestorm-beta
+Exec=/usr/bin/firestorm-next
+Icon=firestorm-next
Terminal=false
Categories=Game
diff --git a/firestorm-beta.install b/firestorm-next.install
index 32976b962eba..32976b962eba 100644
--- a/firestorm-beta.install
+++ b/firestorm-next.install
diff --git a/firestorm-beta.launcher b/firestorm-next.launcher
index ef5420ac48d9..588897242c6b 100755
--- a/firestorm-beta.launcher
+++ b/firestorm-next.launcher
@@ -1,4 +1,4 @@
#!/bin/sh
-cd "/usr/lib/firestorm-beta/"
+cd "/usr/lib/firestorm-next/"
exec ./firestorm $*