summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2021-03-18 20:23:47 -0400
committerDylan Delgado2021-03-18 20:23:47 -0400
commit79a4f83400740d9e717047d645477d92f872e505 (patch)
treeeb1048c6210aa2c087ef5011f845e6bc12d3341f
parent8af25425300d67106c5cadfe0cae430c0a517747 (diff)
downloadaur-79a4f83400740d9e717047d645477d92f872e505.tar.gz
Add retrojsvice.so to package()
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26340ae88f94..f49eb0c15ae2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = browservice
pkgdesc = Browse the modern web on historical browsers
pkgver = 0.9.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ttalvitie/browservice
arch = x86_64
arch = armv7l
@@ -26,6 +26,7 @@ pkgbase = browservice
depends = libxcomposite
depends = libxkbcommon
depends = ttf-ms-fonts
+ depends = gtkglext
source = https://github.com/ttalvitie/browservice/archive/v0.9.2.0.tar.gz
source = cmake.patch
sha256sums = cd253de3f8254f05d83b2ea0e65ec047a3b05ab5c0903644501a383756ed2047
diff --git a/PKGBUILD b/PKGBUILD
index 9741422e1e39..d2520a8d94f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=browservice
pkgver=0.9.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Browse the modern web on historical browsers'
url='https://github.com/ttalvitie/browservice'
license=('MIT')
arch=('x86_64' 'armv7l' 'aarch64')
-depends=('wget' 'cmake' 'poco' 'pango' 'libjpeg-turbo' 'libxcb' 'libx11' 'python' 'xorg-server-xvfb' 'xorg-xauth' 'at-spi2-atk' 'alsa-lib' 'nss' 'libcups' 'libxcursor' 'libxss' 'libxcomposite' 'libxkbcommon' 'ttf-ms-fonts')
+depends=('wget' 'cmake' 'poco' 'pango' 'libjpeg-turbo' 'libxcb' 'libx11' 'python' 'xorg-server-xvfb' 'xorg-xauth' 'at-spi2-atk' 'alsa-lib' 'nss' 'libcups' 'libxcursor' 'libxss' 'libxcomposite' 'libxkbcommon' 'ttf-ms-fonts' 'gtkglext')
source=("https://github.com/ttalvitie/browservice/archive/v${pkgver}.tar.gz"
'cmake.patch')
sha256sums=('cd253de3f8254f05d83b2ea0e65ec047a3b05ab5c0903644501a383756ed2047'
@@ -35,4 +35,5 @@ install -Dm755 release/bin/cef.pak "${pkgdir}/usr/lib/cef.pak"
install -Dm755 release/bin/cef_100_percent.pak "${pkgdir}/usr/lib/cef_100_percent.pak"
install -Dm755 release/bin/cef_200_percent.pak "${pkgdir}/usr/lib/cef_200_percent.pak"
install -Dm755 release/bin/cef_extensions.pak "${pkgdir}/usr/lib/cef_extensions.pak"
+install -Dm755 release/bin/retrojsvice.so "${pkgdir}/usr/lib/retrojsvice.so"
} \ No newline at end of file