[arch-commits] Commit in mtr/trunk (PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Thu Apr 28 12:38:01 UTC 2022
Date: Thursday, April 28, 2022 @ 12:38:00
Author: jelle
Revision: 444213
Build with GTK3
Modified:
mtr/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-28 12:37:50 UTC (rev 444212)
+++ PKGBUILD 2022-04-28 12:38:00 UTC (rev 444213)
@@ -5,12 +5,12 @@
pkgbase=mtr
pkgname=('mtr' 'mtr-gtk')
pkgver=0.95
-pkgrel=1
+pkgrel=2
pkgdesc='Combines the functionality of traceroute and ping into one tool'
url='https://www.bitwizard.nl/mtr/'
arch=('x86_64')
license=('GPL2')
-makedepends=('ncurses' 'gtk2' 'libcap' 'gdk-pixbuf2')
+makedepends=('ncurses' 'gtk3' 'libcap' 'gdk-pixbuf2')
install=mtr.install
source=(https://github.com/traviscross/mtr/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha512sums=('a7d69e0c551a10ae80a650a34588119e6c6b124a8c2c93d3de29e5daa6ef99f9217d875529d443c3760cd6fd7bd04d1e9abe33ef12635826c66a98bd776c1690')
@@ -50,8 +50,8 @@
package_mtr-gtk() {
pkgdesc='Combines the functionality of traceroute and ping into one tool (GTK version)'
- depends=('ncurses' 'libcap' 'gtk2' 'gdk-pixbuf2'
- libgtk-x11-2.0.so libgdk_pixbuf-2.0.so libgobject-2.0.so libglib-2.0.so libncursesw.so)
+ depends=('ncurses' 'libcap' 'gtk3' 'gdk-pixbuf2'
+ libgtk-3.so.0 libgobject-2.0.so.0 libgdk_pixbuf-2.0.so libgobject-2.0.so libglib-2.0.so libncursesw.so)
optdepends=('bash-completion: bash completion support')
conflicts=('mtr')
provides=("mtr=${pkgver}")
More information about the arch-commits
mailing list