diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-01 04:10:24 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-01 04:10:24 -0200 |
commit | 64e61b083b1c144cd7e3ef4018f14d7127aa4a24 (patch) | |
tree | 6beb4a0dc1c919517cd76b154fa48e8aa56685fe /libre | |
parent | 023cbd3622ae123aa6eb7e7d79a927a262931a9c (diff) | |
download | abslibre-64e61b083b1c144cd7e3ef4018f14d7127aa4a24.tar.gz abslibre-64e61b083b1c144cd7e3ef4018f14d7127aa4a24.tar.bz2 abslibre-64e61b083b1c144cd7e3ef4018f14d7127aa4a24.zip |
remove "-libre" suffix on makedepends, depends and optdepends on more packages to avoid break dependencies on the future
Diffstat (limited to 'libre')
-rw-r--r-- | libre/icedove-libre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/icedove-libre/PKGBUILD b/libre/icedove-libre/PKGBUILD index b21733dd6..9409190c8 100644 --- a/libre/icedove-libre/PKGBUILD +++ b/libre/icedove-libre/PKGBUILD @@ -18,7 +18,7 @@ arch=('i686' 'x86_64' 'mips64el') license=('MPL' 'GPL' 'LGPL') url="http://packages.debian.org/experimental/${_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') -makedepends=('unzip-libre' 'zip' 'pkg-config' 'python2' 'wireless_tools' 'yasm' 'mesa' 'autoconf2.13' 'quilt') +makedepends=('unzip' 'zip' 'pkg-config' 'python2' 'wireless_tools' 'yasm' 'mesa' 'autoconf2.13' 'quilt') optdepends=('libcanberra: for sound support') replaces=('thunderbird') conflicts=('thunderbird') |