mirror of
https://github.com/archlinux/aur.git
synced 2026-02-15 21:10:41 +01:00
commit opera-developer 32.0.1933.0-3
This commit is contained in:
parent
c5c54309ea
commit
e49630b5a1
2 changed files with 9 additions and 4 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = opera-developer
|
||||
pkgdesc = A fast and secure web browser and Internet suite - developer stream
|
||||
pkgver = 32.0.1933.0
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = http://www.opera.com/browser/
|
||||
install = opera.install
|
||||
arch = x86_64
|
||||
|
|
@ -11,10 +11,12 @@ pkgbase = opera-developer
|
|||
depends = nss
|
||||
depends = gtk2
|
||||
depends = gconf
|
||||
depends = libnotify
|
||||
depends = libxss
|
||||
depends = libxtst
|
||||
depends = desktop-file-utils
|
||||
optdepends = curl: opera crash reporter and autoupdate checker
|
||||
optdepends = libnotify: native desktop notifications
|
||||
optdepends = opera-ffmpeg-codecs: support h.264 and mp3 codecs
|
||||
options = !strip
|
||||
backup = etc/opera-developer/default
|
||||
source = opera
|
||||
|
|
|
|||
7
PKGBUILD
7
PKGBUILD
|
|
@ -2,12 +2,15 @@
|
|||
|
||||
pkgname=opera-developer
|
||||
pkgver=32.0.1933.0
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
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' 'libnotify' 'libxss' 'libxtst' 'desktop-file-utils')
|
||||
depends=('alsa-lib' 'nss' 'gtk2' 'gconf' 'libxss' 'libxtst' 'desktop-file-utils')
|
||||
optdepends=('curl: opera crash reporter and autoupdate checker'
|
||||
'libnotify: native desktop notifications'
|
||||
'opera-ffmpeg-codecs: support h.264 and mp3 codecs')
|
||||
install=opera.install
|
||||
options=(!strip)
|
||||
backup=("etc/${pkgname}/default")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue