diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-14 04:50:05 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-14 04:50:05 (GMT) |
commit | 431475c5b3b77d9cf7b844fc4496295022389adf (patch) | |
tree | 79da3323c74255af77754a4dfc0c6cdd206a539c /abs/extra-testing | |
parent | f1d0407375acf586e6b5a73fd83cacde568d3dfa (diff) | |
download | linhes_pkgbuild-431475c5b3b77d9cf7b844fc4496295022389adf.zip linhes_pkgbuild-431475c5b3b77d9cf7b844fc4496295022389adf.tar.gz linhes_pkgbuild-431475c5b3b77d9cf7b844fc4496295022389adf.tar.bz2 |
Remove desktop-file-utils as a dependency for firefox.
Diffstat (limited to 'abs/extra-testing')
-rw-r--r-- | abs/extra-testing/community/firefox/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/community/firefox/PKGBUILD b/abs/extra-testing/community/firefox/PKGBUILD index 92aec67..3f65484 100644 --- a/abs/extra-testing/community/firefox/PKGBUILD +++ b/abs/extra-testing/community/firefox/PKGBUILD @@ -7,10 +7,10 @@ pkgrel=1 pkgdesc="Standalone web browser from mozilla.org" arch=(i686 x86_64) license=('MPL' 'GPL' 'LGPL') -depends=('xulrunner=1.9.0.5' 'desktop-file-utils' 'shared-mime-info') +depends=('xulrunner=1.9.0.5' 'shared-mime-info') makedepends=('zip' 'pkgconfig' 'diffutils' 'libgnomeui>=2.24.0' 'python' 'xorg-server') replaces=('firefox3') -install=firefox.install +#install=firefox.install url="http://www.mozilla.org/projects/firefox" source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${pkgver}/source/firefox-${pkgver}-source.tar.bz2 mozconfig |