Skip to content

Commit

Permalink
chore(coolvlviewer-bin): upstream update (v1.28.0.17)
Browse files Browse the repository at this point in the history
  • Loading branch information
toastercup committed Nov 21, 2020
1 parent a6644bd commit 023da56
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 4 additions & 3 deletions coolvlviewer-bin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Co-Maintainer: Alex Tharp <[email protected]>

pkgname=coolvlviewer-bin
pkgver=1.28.0.12
pkgver=1.28.0.17
pkgrel=1
pkgdesc="A third-party viewer for Second Life (C) (secondlife) and OpenSim (opensimulator) grids. ('VL' stands for virtual life, formerly known as 'Cool SL Viewer', binary)"
url="http://sldev.free.fr"
Expand All @@ -18,15 +18,16 @@ optdepends=(
'gst-plugins-bad: for video support'
'gst-plugins-ugly: for video support'
'lib32-freealut: for OpenAL support'
'lib32-libidn11: for voice support')
'lib32-libidn11: for voice support'
'wine: for SLVoice support')
arch=('x86_64')
conflicts=('coolvlviewer' 'coolvlviewer-experimental' 'coolvlviewer-experimental-bin')
install=coolvlviewer.install
source=("http://sldev.free.fr/binaries/CoolVLViewer-${pkgver}-Linux-x86_64-Setup"

"coolvlviewer.desktop"
"coolvlviewer.launcher")
md5sums=('cf59133c742d22a8656d1615ab261282'
md5sums=('ef74f2f840513e270f863236a9d0dd3d'
'e3efa31884eed08d07cbbe686b027d9a'
'fd78de1f6c1333a5120ece89873515e0')

Expand Down
2 changes: 1 addition & 1 deletion coolvlviewer-bin/coolvlviewer.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=Cool VL Viewer v1.26.22
Name=Cool VL Viewer v1.28.0
GenericName=A third-party viewer for Second Life (C) and OpenSim grids
Comment=A third-party viewer for Second Life (C) and OpenSim grids
Exec=/usr/bin/coolvlviewer
Expand Down
6 changes: 4 additions & 2 deletions coolvlviewer-bin/coolvlviewer.install
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
post_install() {
echo ">>> The version of settings file is:"
echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12622.xml."
echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12680.xml."
echo ">>> You must also add your user to the 'games' group."
echo ">>> # gpasswd -a USERNAME games"
echo ">>> Remember to logout and log back in for the changes to take effect."
echo ">>> To use SLVoice, please make sure Wine is installed on your system and then simply run the script "install-wine-SLVoice.sh" from a terminal to setup everything for the viewer."
}

#post_upgrade() {
echo ">>> New version of settings file is:"
echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12622.xml."
echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12800.xml."
echo ">>> To use SLVoice, please make sure Wine is installed on your system and then simply run the script "install-wine-SLVoice.sh" from a terminal to setup everything for the viewer."
}

op=$1
Expand Down

0 comments on commit 023da56

Please sign in to comment.