summaryrefslogtreecommitdiffstats
path: root/gajim-hg/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-16 11:51:24 +0100
commitc6000c9d9949b3326fb82f02431899ab6774b960 (patch)
tree2453cd564b0f382f3d8ccd893df8ebe2e9aeda71 /gajim-hg/PKGBUILD
parent453f0f12918af35bd8e1e5f049841360f37d62e4 (diff)
downloadaur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.gz
aur-packages-c6000c9d9949b3326fb82f02431899ab6774b960.tar.xz
big cleanup
Diffstat (limited to 'gajim-hg/PKGBUILD')
-rw-r--r--gajim-hg/PKGBUILD49
1 files changed, 0 insertions, 49 deletions
diff --git a/gajim-hg/PKGBUILD b/gajim-hg/PKGBUILD
deleted file mode 100644
index ae8c565..0000000
--- a/gajim-hg/PKGBUILD
+++ /dev/null
@@ -1,49 +0,0 @@
-# Maintainer: Lev Lybin <lev at lybin dot org>
-# Contributor: Benjamin Richter <br@waldteufel-online.net>
-# Contributor: Changaco <changaco@changaco.net>
-# Contributor: Artyom Smirnov <smirnoffjr@gmail.com>
-
-pkgname=gajim-hg
-pkgver=12485
-pkgrel=1
-pkgdesc="Jabber/XMMP instant messenger client written in PyGTK"
-arch=('i686' 'x86_64')
-url="http://gajim.org"
-license=('GPL3')
-depends=('python>=2.5' 'pygtk>=2.16' 'xdg-utils' 'python-pysqlite')
-makedepends=('mercurial' 'intltool>=0.40.1')
-optdepends=(
- 'dbus-python: Python bindings for DBUS'
- 'pyopenssl: for secure SSL/TLS'
- 'notification-daemon: for desktop notification'
- 'dnsutils: for SRV support'
- 'libxss: for idle module'
- 'gtkspell:spelling support (install aspell-LANG!)'
- 'gnome-python-desktop: for GnomeKeyring support'
- 'farsight2: video/voice support'
- 'gstreamer0.10-good: video/voice support'
- 'gstreamer0.10-bad: video/voice support'
- 'pycrypto: End to end encryption'
- 'dbus-glib: link-local messaging (install avahi!)'
- 'avahi: link-local messaging (install dbus-glib!)'
- 'python-notify: Notification popups')
-
-provides=('gajim')
-conflicts=('gajim' 'gajim-svn')
-replaces=('gajim-svn')
-install=gajim.install
-
-_hgroot=http://hg.gajim.org
-_hgrepo=gajim
-
-build() {
- cd "${srcdir}/${_hgrepo}"
- hg update default
- ./autogen.sh --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${_hgrepo}"
- make DESTDIR="${pkgdir}" install
-}