summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
-rw-r--r--coolvlviewer.desktop2
-rw-r--r--coolvlviewer.install8
4 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c69af7ed451e..e6695ccaae30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Dec 11 11:46:02 UTC 2015
pkgbase = coolvlviewer
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'; native 32bit, binary)
- pkgver = 1.26.14.13
+ pkgver = 1.26.16.2
pkgrel = 1
url = http://sldev.free.fr
install = coolvlviewer.install
@@ -9,11 +11,11 @@ pkgbase = coolvlviewer
license = custom
conflicts = coolvlviewer-legacy
conflicts = coolvlviewer-experimental
- source = http://sldev.free.fr/binaries/CoolVLViewer-1.26.14.13-Linux-x86-Setup
+ source = http://sldev.free.fr/binaries/CoolVLViewer-1.26.16.2-Linux-x86-Setup
source = coolvlviewer.desktop
source = coolvlviewer.launcher
- md5sums = 96d0ceb1de23668b92d67304f6bf3821
- md5sums = 6034374de4a12da2b7566a82097b332f
+ md5sums = 2cca0d9ac9555f95e986c30c58aaf90a
+ md5sums = 42aa60dcb1f566cbe164ad0009dbaf87
md5sums = fd78de1f6c1333a5120ece89873515e0
depends_i686 = apr-util
depends_i686 = glib2>=2.32
diff --git a/PKGBUILD b/PKGBUILD
index fb34c722709d..e6a5625fe69d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: GordonGR <ntheo1979@gmail.com>
pkgname=coolvlviewer
-pkgver=1.26.14.13
+pkgver=1.26.16.2
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'; native 32bit, binary)"
url="http://sldev.free.fr"
@@ -17,8 +17,8 @@ source=("http://sldev.free.fr/binaries/CoolVLViewer-${pkgver}-Linux-x86-Setup"
"coolvlviewer.desktop"
"coolvlviewer.launcher")
-md5sums=('96d0ceb1de23668b92d67304f6bf3821'
- '6034374de4a12da2b7566a82097b332f'
+md5sums=('2cca0d9ac9555f95e986c30c58aaf90a'
+ '42aa60dcb1f566cbe164ad0009dbaf87'
'fd78de1f6c1333a5120ece89873515e0')
build() {
diff --git a/coolvlviewer.desktop b/coolvlviewer.desktop
index 032790231dd7..a64cbbbaef3e 100644
--- a/coolvlviewer.desktop
+++ b/coolvlviewer.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
Version=1.0
Type=Application
-Name=Cool VL Viewer v1.26.14
+Name=Cool VL Viewer v1.26.16
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
diff --git a/coolvlviewer.install b/coolvlviewer.install
index d30ae4860165..f2825dd9655d 100644
--- a/coolvlviewer.install
+++ b/coolvlviewer.install
@@ -2,8 +2,8 @@ post_install() {
echo ">>> For use with OpenAl, please comment out line 8 and uncomment line 10"
echo ">>> of the file /opt/coolvlviewer/cool_vl_viewer ."
echo ">>> Currently the file is set for use with OSS."
-# echo ">>> New version of settings file is:"
-# echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12614.xml."
+ echo ">>> New version of settings file is:"
+ echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12616.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."
@@ -14,8 +14,8 @@ post_upgrade() {
echo ">>> For use with OpenAl, please comment out line 8 and uncomment line 10"
echo ">>> of the file /opt/coolvlviewer/cool_vl_viewer ."
# echo ">>> Currently the file is set for use with OSS."
-# echo ">>> New version of settings file is:"
-# echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12614.xml."
+ echo ">>> New version of settings file is:"
+ echo ">>> ~/.secondlife/user_settings/settings_coolvlviewer_12616.xml."
}