summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD23
1 files changed, 20 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ccf8a25fa4ed..6d0e65cad064 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,28 @@
_pkgname="mconnect"
pkgname="${_pkgname}-git"
pkgver=426.3991150
-pkgrel=1
+pkgrel=2
pkgdesc="KDE Connect protocol implementation in Vala/C for non-KDE desktops"
arch=('i686' 'x86_64')
-depends=('gtk3' 'libgee' 'gnutls' 'json-glib' 'libnotify')
-makedepends=('at-spi2-atk' 'gdb' 'git' 'vala' 'json-glib' 'glib2' 'gobject-introspection' 'meson')
+depends=(
+ libgdk_pixbuf-2.0.so
+ glib2
+ glibc
+ gnutls
+ gtk3
+ json-glib
+ libgee
+ libnotify
+ libx11
+ libxtst
+)
+makedepends=(
+ at-spi2-atk
+ git
+ gobject-introspection
+ meson
+ vala
+)
url="https://github.com/grimpy/mconnect"
license=('GPL2')
install="${pkgname}.install"