diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-20 22:52:37 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-20 22:52:37 -0200 |
commit | c2954f9be7f6d99ae1140bc29612cafbde3a54ec (patch) | |
tree | f99a62bcc9f8ae01a207a495dde279abfdfbae4d /libre | |
parent | e85a001efb377f309d7745b340cdc9140c885662 (diff) | |
download | abslibre-c2954f9be7f6d99ae1140bc29612cafbde3a54ec.tar.gz abslibre-c2954f9be7f6d99ae1140bc29612cafbde3a54ec.tar.bz2 abslibre-c2954f9be7f6d99ae1140bc29612cafbde3a54ec.zip |
fixing description on ice* packages
Diffstat (limited to 'libre')
-rw-r--r-- | libre/iceape-libre/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/icecat/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/icedove-libre/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/iceweasel-libre/PKGBUILD | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libre/iceape-libre/PKGBUILD b/libre/iceape-libre/PKGBUILD index eb3ab8a6e..01bc6558e 100644 --- a/libre/iceape-libre/PKGBUILD +++ b/libre/iceape-libre/PKGBUILD @@ -12,7 +12,7 @@ _pkgname=${_debname} pkgname=${_debname}-libre pkgver=${_debver}.${_debrel} pkgrel=2 -pkgdesc="A libre version of Debian Iceape, the Internet Suite based on Mozilla Seamonkey." +pkgdesc="A libre version of Debian Iceape, the internet suite based on SeaMonkey." arch=('i686' 'x86_64' 'mips64el') license=('MPL' 'GPL' 'LGPL') depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'mozilla-searchplugins' 'nss' 'sqlite' 'startup-notification') diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index 3ecd1c2b5..efa122b1d 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -17,7 +17,7 @@ _pgo=false pkgname=icecat pkgver=17.0.1 pkgrel=6 -pkgdesc='The GNUzilla web browser, based on Mozilla Firefox. SafeBrowsing and other Google services disabled!' +pkgdesc='GNUzilla IceCat, the standalone web browser based on Mozilla Firefox.' arch=(i686 x86_64 mips64el) license=(MPL GPL LGPL) depends=( diff --git a/libre/icedove-libre/PKGBUILD b/libre/icedove-libre/PKGBUILD index 9bad144bc..1bf14850d 100644 --- a/libre/icedove-libre/PKGBUILD +++ b/libre/icedove-libre/PKGBUILD @@ -12,7 +12,7 @@ _pkgname=${_debname} pkgname=${_debname}-libre pkgver=${_debver}.${_debrel} pkgrel=2 -pkgdesc="A libre version of Debian Icedove, the Standalone Mail/News reader based on Mozilla Thunderbird." +pkgdesc="A libre version of Debian Icedove, the standalone mail/news reader based on Mozilla Thunderbird." arch=('i586' 'i686' 'x86_64' 'mips64el') license=('MPL' 'GPL' 'LGPL') url="http://packages.debian.org/source/experimental/${_pkgname}" diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD index 8616ce26c..c2c6adaa5 100644 --- a/libre/iceweasel-libre/PKGBUILD +++ b/libre/iceweasel-libre/PKGBUILD @@ -29,7 +29,7 @@ if $_pgo; then pkgname+='-pgo' fi -pkgdesc="A libre version of Debian Iceweasel, the Browser based on Mozilla Firefox." +pkgdesc="A libre version of Debian Iceweasel, the standalone web browser based on Mozilla Firefox." arch=('i686' 'x86_64' 'mips64el') license=('MPL' 'GPL' 'LGPL') depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'mozilla-searchplugins' 'nss>=3.14.1' 'sqlite3' 'startup-notification') |