diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-04 14:07:38 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-04 14:07:38 -0200 |
commit | ea13acdb2af86419b66377a3564e72797e9e157b (patch) | |
tree | 866cf64776842afd9a3c4be172bff5217f07b9a1 /nonprism | |
parent | 850812406caf279a4ab51af60cc43b83f4f77a55 (diff) |
icedove-libre-nonprism: remove libnotify dependency; not used anymore => https://bugzilla.mozilla.org/show_bug.cgi?id=853104
Diffstat (limited to 'nonprism')
-rw-r--r-- | nonprism/icedove-libre-nonprism/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nonprism/icedove-libre-nonprism/PKGBUILD b/nonprism/icedove-libre-nonprism/PKGBUILD index 04a6a4297..8913583ec 100644 --- a/nonprism/icedove-libre-nonprism/PKGBUILD +++ b/nonprism/icedove-libre-nonprism/PKGBUILD @@ -17,7 +17,7 @@ pkgdesc="A libre version of Debian Icedove, the standalone mail/news reader base arch=('i686' 'x86_64' 'mips64el') license=('MPL' 'GPL' 'LGPL') url="http://packages.debian.org/sid/${_pkgname}" -depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'mozilla-searchplugins' 'nss' 'sqlite' 'startup-notification') +depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'hunspell' 'libevent' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'mozilla-searchplugins' 'nss' 'sqlite' 'startup-notification') makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'wireless_tools' 'yasm' 'mesa' 'autoconf2.13' 'quilt') optdepends=('libcanberra: for sound support') replaces=('thunderbird' "${pkgname%-nonprism}") |