[arch-commits] Commit in (gajim gajim/repos gajim/trunk gajim/trunk/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Mar 18 18:40:13 UTC 2018
Date: Sunday, March 18, 2018 @ 18:40:12
Author: arojas
Revision: 309066
extra2community: Moving gajim from extra to community
Added:
gajim/
gajim/repos/
gajim/trunk/
gajim/trunk/PKGBUILD
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Added: gajim/trunk/PKGBUILD
===================================================================
--- gajim/trunk/PKGBUILD (rev 0)
+++ gajim/trunk/PKGBUILD 2018-03-18 18:40:12 UTC (rev 309066)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric BĂ©langer <eric at archlinux.org>
+
+pkgname=gajim
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A full featured and easy to use Jabber client"
+arch=('any')
+url="https://www.gajim.org/"
+license=('GPL3')
+depends=('python-gobject' 'python-cairo' 'python-pyopenssl' 'python-pyasn1' 'python-nbxmpp'
+ 'ca-certificates' 'bind-tools' 'hicolor-icon-theme')
+makedepends=('intltool')
+optdepends=('python-dbus: dbus support'
+ 'gtkspell: for spelling support'
+ 'libxss: for idle module'
+ 'notification-daemon: for desktop notification'
+ 'python-keyring: password storage'
+ 'python-crypto: support for E2E encryption'
+ 'python-docutils: for RST generator support'
+ 'gupnp-igd: for UPnP-IGD support'
+ 'python-gnupg: for PGP encryption')
+source=(https://www.gajim.org/downloads/${pkgver%.*}/gajim-${pkgver}.tar.bz2)
+sha1sums=('05d5177af4a09b041aa03d488524c6859fa51130')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ python setup.py build
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ python setup.py install --root="$pkgdir" --optimize=1
+}
Property changes on: gajim/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list