mirror of
https://github.com/archlinux/aur.git
synced 2026-02-16 22:39:12 +01:00
commit opera-developer 37.0.2142.0-2
This commit is contained in:
parent
f95e586021
commit
bb3375fbef
2 changed files with 3 additions and 9 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -1,15 +1,14 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Wed Feb 17 20:15:43 UTC 2016
|
||||
# Wed Feb 17 21:36:49 UTC 2016
|
||||
pkgbase = opera-developer
|
||||
pkgdesc = A fast and secure web browser and Internet suite - developer stream
|
||||
pkgver = 37.0.2142.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.opera.com/browser/
|
||||
install = opera.install
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
license = custom:opera
|
||||
makedepends = patchelf
|
||||
depends = alsa-lib
|
||||
depends = nss
|
||||
depends = gtk2
|
||||
|
|
|
|||
7
PKGBUILD
7
PKGBUILD
|
|
@ -2,13 +2,12 @@
|
|||
|
||||
pkgname=opera-developer
|
||||
pkgver=37.0.2142.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='A fast and secure web browser and Internet suite - developer stream'
|
||||
arch=('x86_64' 'i686')
|
||||
url='http://www.opera.com/browser/'
|
||||
license=('custom:opera')
|
||||
depends=('alsa-lib' 'nss' 'gtk2' 'gconf' 'libxss' 'libxtst' 'desktop-file-utils')
|
||||
makedepends=('patchelf')
|
||||
optdepends=('curl: opera crash reporter and autoupdate checker'
|
||||
'libnotify: native desktop notifications'
|
||||
"${pkgname}-ffmpeg-codecs: support h.264 and mp3 codecs")
|
||||
|
|
@ -49,10 +48,6 @@ package() {
|
|||
)
|
||||
rm -rf "${pkgdir}/usr/lib/"*-linux-gnu
|
||||
|
||||
# patch rpath in opera-developer binary
|
||||
patchelf --set-rpath \$ORIGIN/lib_extra:\$ORIGIN/. \
|
||||
"$pkgdir/usr/lib/$pkgname/$pkgname"
|
||||
|
||||
# set suid bit for Opera sandbox
|
||||
chmod 4755 "${pkgdir}/usr/lib/${pkgname}/opera_sandbox"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue