summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordonGR2017-09-17 20:39:51 +0300
committerGordonGR2017-09-17 20:39:51 +0300
commit6fd3132855f47fcf051f9ee80e4d770bde29914d (patch)
tree867cc1ae1b14f5a06435084591feaea8650b9e24
parent8aa5fa4588842a050695369c822d0d84b9d35118 (diff)
downloadaur-6fd3132855f47fcf051f9ee80e4d770bde29914d.tar.gz
1.8.7.6937-3: Added old cairo binaries
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
2 files changed, 17 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a5a4414f167..d7c826746f54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Aug 6 11:41:01 UTC 2017
+# Sun Sep 17 17:39:40 UTC 2017
pkgbase = singularityviewer-alpha
pkgdesc = An exciting client for Second Life (secondlife) and OpenSim (opensimulator), which combines the look and feel of Viewer 1.23 with the latest and greatest of available technology. (alpha version)
pkgver = 1.8.7.6937
- pkgrel = 2
+ pkgrel = 3
url = http://www.singularityviewer.org/
arch = x86_64
license = custom
@@ -42,11 +42,13 @@ pkgbase = singularityviewer-alpha
source = http://sourceforge.net/projects/singularityview/files/alphas/SingularityAlpha-x86_64-1.8.7.6937.tar.bz2
source = singularityviewer.desktop
source = singularityviewer.launcher
- source = http://archive.archlinux.org/repos/2016/12/06/extra/os/x86_64/harfbuzz-1.3.4-1-x86_64.pkg.tar.xz
+ source = https://archive.archlinux.org/packages/h/harfbuzz/harfbuzz-1.3.4-1-x86_64.pkg.tar.xz
+ source = https://archive.archlinux.org/packages/c/cairo/cairo-1.14.10-1-x86_64.pkg.tar.xz
md5sums = d52e582343b5f173fa10aef7b5eb5ce1
md5sums = ff7aa34dcd7548e3acdb3c2d44ae6604
md5sums = eb596f5cf7b6f2d0c55c0082fb99a905
md5sums = 0a3e4654c3009d740a6be09e58a2d451
+ md5sums = e6208a823c9acc653b1deb0fcf4014c7
pkgname = singularityviewer-alpha
diff --git a/PKGBUILD b/PKGBUILD
index b0d2839ea442..e754739c96be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,9 @@
pkgname=singularityviewer-alpha
pkgver=1.8.7.6937
-pkgrel=2
+pkgrel=3
_harfbuzzver=1.3.4-1
+_cairover=1.14.10-1
pkgdesc="An exciting client for Second Life (secondlife) and OpenSim (opensimulator), which combines the look and feel of Viewer 1.23 with the latest and greatest of available technology. (alpha version)"
url="http://www.singularityviewer.org/"
license=('custom')
@@ -26,11 +27,14 @@ provides=("singularityviewer")
source=("http://sourceforge.net/projects/singularityview/files/alphas/SingularityAlpha-x86_64-$pkgver.tar.bz2"
"singularityviewer.desktop"
"singularityviewer.launcher"
- "http://archive.archlinux.org/repos/2016/12/06/extra/os/x86_64/harfbuzz-1.3.4-1-x86_64.pkg.tar.xz")
+ "https://archive.archlinux.org/packages/h/harfbuzz/harfbuzz-${_harfbuzzver}-x86_64.pkg.tar.xz"
+ "https://archive.archlinux.org/packages/c/cairo/cairo-${_cairover}-x86_64.pkg.tar.xz")
+
md5sums=('d52e582343b5f173fa10aef7b5eb5ce1'
'ff7aa34dcd7548e3acdb3c2d44ae6604'
'eb596f5cf7b6f2d0c55c0082fb99a905'
- '0a3e4654c3009d740a6be09e58a2d451')
+ '0a3e4654c3009d740a6be09e58a2d451'
+ 'e6208a823c9acc653b1deb0fcf4014c7')
package() {
cd $srcdir
@@ -72,4 +76,9 @@ sed -i 's|./refresh_desktop_app_entry.sh|#./refresh_desktop_app_entry.sh|' $pkgd
cd $srcdir/usr/lib/
cp *harfbuzz.so* $pkgdir/opt/singularityviewer/lib64/
+# Install cairo binaries
+cd $srcir/usr/lib
+cp *libcairo*.so* $pkgdir/opt/singularityviewer/lib64/
+cp cairo/*cairo*.so* $pkgdir/opt/singularityviewer/lib64/
+
}