summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2019-06-30 01:16:40 -0400
committerSolomon Choina2019-06-30 01:16:40 -0400
commitfcdc12711c0e65104ee21a2c692b4849152ead05 (patch)
tree719322d57c675b890e41a80e848357144761e028
parenta8b26380f8a57783614c8b914657144e61e0721e (diff)
downloadaur-fcdc12711c0e65104ee21a2c692b4849152ead05.tar.gz
adding and changing dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 13 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 551f1596b2b1..da04675cd7eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pidgin-hg
pkgdesc = Multi-protocol instant messaging client. Latest mercurial build.
- pkgver = 3.r39416.b117963f4ff8
+ pkgver = 3.r39630.d5d92880d39e
pkgrel = 1
url = http://pidgin.im/
arch = i686
@@ -10,6 +10,7 @@ pkgbase = pidgin-hg
makedepends = python2
makedepends = avahi
makedepends = tk
+ makedepends = gobject-introspection
makedepends = ca-certificates
makedepends = intltool
makedepends = tk
@@ -36,7 +37,10 @@ pkgbase = pidgin-hg
makedepends = meson
depends = enchant1.6
depends = libgadu
+ depends = gplugin
+ depends = gmime3
depends = talkatu-hg
+ depends = libgnt3-hg
depends = meanwhile
depends = farstream
depends = libsasl
diff --git a/PKGBUILD b/PKGBUILD
index 4cfe21bf6fdc..9c2041e398c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=('pidgin-hg') #'libpurple-hg' 'finch-hg')
_hgname=pidgin
-pkgver=3.r39416.b117963f4ff8
+pkgver=3.r39630.d5d92880d39e
pkgrel=1
provides=("pidgin" "libpurple" "finch")
conflicts=("pidgin" "libpurple" "finch")
@@ -12,15 +12,18 @@ pkgdesc="Multi-protocol instant messaging client. Latest mercurial build."
arch=('i686' 'x86_64')
url="http://pidgin.im/"
license=('GPL')
-depends=('enchant1.6' 'libgadu' 'talkatu-hg' 'meanwhile' 'farstream' 'libsasl' 'libidn' 'dbus-glib' 'nss'
- 'libgnome-keyring' 'startup-notification' 'gtkspell' 'libxss' 'libsm'
- 'hicolor-icon-theme' 'dbus-glib' 'webkitgtk' 'json-glib')
+depends=('enchant1.6' 'libgadu' 'gplugin' 'gmime3'
+ 'talkatu-hg' 'libgnt3-hg' 'meanwhile' 'farstream'
+ 'libsasl' 'libidn' 'dbus-glib' 'nss'
+ 'libgnome-keyring' 'startup-notification' 'gtkspell'
+ 'libxss' 'libsm' 'hicolor-icon-theme'
+ 'dbus-glib' 'webkitgtk' 'json-glib')
optdepends=('avahi: Bonjour protocol support'
'ca-certificates: SSL CA certificates'
'python-dbus: for purple-remote and purple-url-handler'
'tk: Tcl/Tk scripting support'
'aspell: for spelling correction')
-makedepends=('mercurial' 'python2' 'avahi' 'tk' 'ca-certificates' 'intltool'
+makedepends=('mercurial' 'python2' 'avahi' 'tk' "gobject-introspection" 'ca-certificates' 'intltool'
'tk' 'ca-certificates' 'intltool' 'networkmanager'
'startup-notification' 'gtkspell' 'libxss' 'libsm'
'hicolor-icon-theme' 'dbus-glib' 'webkitgtk' 'json-glib'