summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a997e0f6be23..18891f0e23b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Nov 8 16:04:44 UTC 2016
+# Tue Nov 8 16:26:30 UTC 2016
pkgbase = wireshark-git
pkgdesc = A free network protocol analyzer for Unix/Linux. GIT version
pkgver = 2.3.0rc0+1430+g7531318
@@ -19,7 +19,6 @@ pkgbase = wireshark-git
depends = libpcap
depends = lua52
depends = qt5-multimedia
- depends = qt5-svg
depends = qt5-tools
depends = desktop-file-utils
depends = hicolor-icon-theme
@@ -30,6 +29,7 @@ pkgbase = wireshark-git
depends = snappy
depends = lz4
depends = libssh
+ optdepends = qt5-svg: for SVG icons in the Qt GUI
provides = wireshark
conflicts = wireshark-common
conflicts = wireshark-gtk
diff --git a/PKGBUILD b/PKGBUILD
index e257df4a9abc..8938640680fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgver=2.3.0rc0+1430+g7531318
pkgrel=1
pkgdesc="A free network protocol analyzer for Unix/Linux. GIT version"
arch=('i686' 'x86_64')
+url="https://www.wireshark.org/"
license=('GPL2')
depends=(
'c-ares'
@@ -16,7 +17,6 @@ depends=(
# wireshark-qt dependencies
'qt5-multimedia'
- 'qt5-svg'
'qt5-tools'
# wireshark-gtk (deprecated) depedencies
#'portaudio'
@@ -34,17 +34,19 @@ depends=(
# extcap (sshdump, etc.)
'libssh'
- )
+)
+optdepends=(
+ 'qt5-svg: for SVG icons in the Qt GUI'
+)
# perl-parse-yapp is only needed as build-time dependency if you are actually
# going to regenerate pidl dissectors (unlikely for the majority of users).
makedepends=('cmake' 'git' 'ninja' 'python')
-url="https://www.wireshark.org/"
-source=("git+https://code.wireshark.org/git/wireshark")
-sha256sums=('SKIP')
-replaces=('ethereal')
provides=('wireshark')
conflicts=('wireshark-common' 'wireshark-gtk' 'wireshark-qt' 'wireshark-cli')
+replaces=('ethereal')
install=$pkgname.install
+source=("git+https://code.wireshark.org/git/wireshark")
+sha256sums=('SKIP')
pkgver() {