summaryrefslogtreecommitdiff
path: root/libre/iceweasel-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-03 15:30:41 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-03 15:30:41 -0300
commit12c82a2bd2d69ea08c27fc8205bbce8728f5ba2b (patch)
tree1bee2b42d12cb994d7a8002a26cbaac408dd4ef2 /libre/iceweasel-libre
parentb18443b51521f0ba2e516ad36ca2379a0aa89b86 (diff)
downloadabslibre-12c82a2bd2d69ea08c27fc8205bbce8728f5ba2b.tar.gz
abslibre-12c82a2bd2d69ea08c27fc8205bbce8728f5ba2b.tar.bz2
abslibre-12c82a2bd2d69ea08c27fc8205bbce8728f5ba2b.zip
iceweasel-libre-20.0.1-1: provides from firefox and removes provides and conflicts to iceweasel due that the package doesn't exist on archlinux
Diffstat (limited to 'libre/iceweasel-libre')
-rw-r--r--libre/iceweasel-libre/PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD
index c26b8d4d8..2ecfb19d9 100644
--- a/libre/iceweasel-libre/PKGBUILD
+++ b/libre/iceweasel-libre/PKGBUILD
@@ -38,6 +38,7 @@ fi
optdepends=('networkmanager: Location detection via available WiFi networks')
url="http://www.geticeweasel.org/"
install=iceweasel.install
+provides=('firefox')
source=("$_debrepo/`debfile $_debname`_$_debver.orig.tar.bz2"
"$_debrepo/`debfile $_debname`_$_debver-$_debrel.debian.tar.gz"
mozconfig
@@ -61,11 +62,6 @@ md5sums=('22daa24b6490c654f131550cbf20fad3'
'a8fc4658d45b6bf9350023e5c3f34e56'
'd0e1f2625cd9f7234abdeb55aee00529')
-if [ "$_pkgname" != "$pkgname" ]; then
- provides+=("$_pkgname=$pkgver")
- conflicts+=("$_pkgname")
-fi
-
build() {
# WebRTC build tries to execute "python" and expects Python 2
# Workaround taken from chromium PKGBUILD on Archlinux