diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-10 16:05:37 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-10 16:05:37 -0300 |
commit | 46d54dc74320b8f96b42daeb9a06a2a78956204d (patch) | |
tree | b0c714af5514d87c7db3069171319c52b7d5759f /libre/icedove-libre | |
parent | df9dd9f8f99cc2c95205586007317919bd159f67 (diff) | |
download | abslibre-46d54dc74320b8f96b42daeb9a06a2a78956204d.tar.gz abslibre-46d54dc74320b8f96b42daeb9a06a2a78956204d.tar.bz2 abslibre-46d54dc74320b8f96b42daeb9a06a2a78956204d.zip |
icedove-libre-11.0-3: adding conflits, replaces and provides with thunderbird
Diffstat (limited to 'libre/icedove-libre')
-rw-r--r-- | libre/icedove-libre/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libre/icedove-libre/PKGBUILD b/libre/icedove-libre/PKGBUILD index 8600db7aa..f4db39c85 100644 --- a/libre/icedove-libre/PKGBUILD +++ b/libre/icedove-libre/PKGBUILD @@ -11,12 +11,15 @@ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; } _pkgname=${_debname} pkgname=${_debname}-libre pkgver=${_debver} -pkgrel=2 -pkgdesc="A libre version of Debian Icedove, the Standalone Mail/News reader based on Mozilla thunderbird." +pkgrel=3 +pkgdesc="A libre version of Debian Icedove, the Standalone Mail/News reader based on Mozilla Thunderbird." arch=('i586' 'i686' 'x86_64' 'mips64el') license=('GPL2' 'MPL' 'LGPL') depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'nss' 'sqlite3' 'startup-notification') makedepends=('unzip-libre' 'zip' 'pkg-config' 'python2' 'wireless_tools' 'yasm' 'mesa' 'autoconf2.13' 'quilt') +replaces=('thunderbird') +conflicts=('thunderbird') +provides=('thunderbird') optdepends=('libcanberra: for sound support') url="http://packages.debian.org/source/experimental/${_pkgname}" install=$_pkgname.install |