summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 19d546cae7c250086a1fcb4a2e243bfbe580e4b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Patrick Ulbrich <zulu99 at gmx . net>
# Contributor: rasmus <rasmus . pank at gmail . com>

pkgname=mailnag
pkgver=1.2.1
pkgrel=1
pkgdesc="An extensible mail notification daemon"
arch=('any')
url="https://github.com/pulb/mailnag"
license=('GPL')
depends=('python2-gobject' 'python2-xdg' 'python2-dbus' 
         'libnotify' 'gst-plugins-base' 'gtk3' 'gdk-pixbuf2')
optdepends=('networkmanager: connectivity detection',
        'libgnome-keyring: safe password storage in GNOME 3',
        'gnome-keyring: safe password storage in GNOME 3',
        'mailnag-goa-plugin: GNOME Online Accounts integration',
        'mailnag-gnome-shell: tighter GNOME 3 integration')
makedepends=('gettext')
source=('https://github.com/pulb/mailnag/archive/v1.2.1.tar.gz')
md5sums=('07e5cd93105f7e22ddc0a313b6518174')
install='mailnag.install'

package() {
  cd $pkgname-$pkgver
  python2 setup.py install --root="$pkgdir"
}