X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mailauth3.nine.ch (mailauth3.nine.ch [94.230.211.187]) by lists.alpinelinux.org (Postfix) with ESMTP id E759B5C4D5B for ; Mon, 23 Oct 2017 11:43:27 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by mailauth3.nine.ch (Postfix) with ESMTP id E382611F864; Mon, 23 Oct 2017 13:43:25 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mailauth3.nine.ch X-Spam-Flag: NO X-Spam-Score: -0.999 X-Spam-Level: X-Spam-Status: No, score=-0.999 tagged_above=-999 required=5.6 tests=[ALL_TRUSTED=-1, HEADER_FROM_DIFFERENT_DOMAINS=0.001] autolearn=disabled Received: from mailauth3.nine.ch ([127.0.0.1]) by localhost (mailauth3.nine.ch [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bpndbH2WOEy6; Mon, 23 Oct 2017 13:43:25 +0200 (CEST) Received: from vimes (office.adfinis.com [95.128.36.166]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: pf@1042.ch) by mailauth3.nine.ch (Postfix) with ESMTPSA; Mon, 23 Oct 2017 13:43:24 +0200 (CEST) Received: by vimes (Postfix, from userid 1000) id BFE9220658; Mon, 23 Oct 2017 13:43:24 +0200 (CEST) From: Jean-Louis Fuchs To: alpine-aports@lists.alpinelinux.org Cc: Jean-Louis Fuchs Subject: [alpine-aports] [PATCH] community/wireshark: enable lua Date: Mon, 23 Oct 2017 13:42:56 +0200 Message-Id: <20171023114256.14970-1-ganwell@fangorn.ch> X-Mailer: git-send-email 2.13.5 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- community/wireshark/APKBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/community/wireshark/APKBUILD b/community/wireshark/APKBUILD index 3c9a15ff3f..4d632450ec 100644 --- a/community/wireshark/APKBUILD +++ b/community/wireshark/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Natanael Copa pkgname=wireshark pkgver=2.4.2 -pkgrel=0 +pkgrel=1 pkgdesc="A network protocol analyzer - GTK version" url="http://www.wireshark.org" arch="all" @@ -12,7 +12,7 @@ license="GPL2+" depends="" makedepends="bison flex perl-dev glib glib-dev libpcap-dev libcap-dev gtk+3.0-dev c-ares-dev pcre-dev gnutls-dev libgcrypt-dev libressl-dev - libnl3-dev qt5-qtbase-dev qt5-qttools-dev bash" + libnl3-dev qt5-qtbase-dev qt5-qttools-dev lua5.2-dev bash" subpackages="$pkgname-dev $pkgname-doc $pkgname-gtk $pkgname-common tshark" source="http://www.wireshark.org/download/src/$pkgname-$pkgver.tar.xz fix-udpdump.patch @@ -97,7 +97,8 @@ build() { --with-ssl \ --with-gnutls \ --with-qt=5 \ - --with-gtk=3 + --with-gtk=3 \ + --with-lua make } -- 2.13.5 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---