diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-08 22:14:00 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-05-08 22:14:00 -0300 |
commit | d04b5d97f76604ab4e1230ace5932995e52a460a (patch) | |
tree | c756457fcd7fbc787b60aa41b18b762690cb3fbb | |
parent | 54b8475e59bfef0065c9e576ecd7085f71354ae2 (diff) | |
parent | 4b0ab5b4a6fe1411b394696a55a0955024bf5a93 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
-rw-r--r-- | libre/iceape-libre/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/iceape-libre/mozconfig | 1 | ||||
-rw-r--r-- | libre/icecat/PKGBUILD | 6 |
3 files changed, 5 insertions, 6 deletions
diff --git a/libre/iceape-libre/PKGBUILD b/libre/iceape-libre/PKGBUILD index e9292c842..da80d2cae 100644 --- a/libre/iceape-libre/PKGBUILD +++ b/libre/iceape-libre/PKGBUILD @@ -15,7 +15,7 @@ pkgrel=8 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' 'gstreamer0.10-base' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'mozilla-searchplugins' 'nss' 'sqlite' 'startup-notification') +depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'hunspell' 'libevent' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common' 'mozilla-searchplugins' 'nss' 'sqlite' 'startup-notification') makedepends=('unzip-libre' 'zip' 'pkg-config' 'python2' 'python2-ply' 'librsvg' 'wireless_tools' 'yasm' 'mesa' 'autoconf2.13' 'quilt') replaces=('seamonkey') conflicts=('seamonkey') @@ -31,7 +31,7 @@ source=("${_debrepo}/`debfile ${_debname}`_${_debver}.orig.tar.bz2" libre.patch) md5sums=('1ee82aa6ec73c13e2099b4cb6f16a908' '1fb9c4affad5f030c4e3544aadeaeea2' - 'cbcb3d6a01b73dd386fddee0535e6602' + '70575e76b339fa7e17274a8ed84429fc' '7266333e31731af8bb50c2eca8d0bd26' '25b6fe16ac24cd5c852213e5c1adb272' 'c395d443a8c4c16880c7322bcf174743' diff --git a/libre/iceape-libre/mozconfig b/libre/iceape-libre/mozconfig index 971d2db56..3093d20ee 100644 --- a/libre/iceape-libre/mozconfig +++ b/libre/iceape-libre/mozconfig @@ -25,7 +25,6 @@ ac_add_options --with-pthreads # Features ac_add_options --enable-startup-notification ac_add_options --enable-gio -ac_add_options --enable-gstreamer ac_add_options --disable-gnomevfs ac_add_options --disable-crashreporter diff --git a/libre/icecat/PKGBUILD b/libre/icecat/PKGBUILD index f6d49db13..809e119d6 100644 --- a/libre/icecat/PKGBUILD +++ b/libre/icecat/PKGBUILD @@ -10,7 +10,7 @@ # Contributor: evr <evanroman at gmail> # Contributor: Muhammad 'MJ' Jassim <UnbreakableMJ@gmail.com> -_pgo=true +_pgo=false pkgname=icecat pkgver=17.0.1 @@ -18,7 +18,7 @@ pkgrel=9 pkgdesc='GNU IceCat, 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 gstreamer0.10-base hicolor-icon-theme hunspell libevent libnotify libvpx libxt mime-types mozilla-common mozilla-searchplugins nss sqlite startup-notification) +depends=(alsa-lib dbus-glib desktop-file-utils gtk2 gstreamer0.10-base wireless_tools hicolor-icon-theme hunspell libevent libnotify libvpx libxt mime-types mozilla-common mozilla-searchplugins nss sqlite startup-notification) makedepends=(autoconf2.13 diffutils imagemagick libidl2 librsvg libxslt mesa pkg-config python2 unzip zip) options=(!emptydirs) if $_pgo; then @@ -87,7 +87,7 @@ prepare() { fi # disable necko-wifi and wireless_tools in IceCat - echo 'ac_add_options --disable-necko-wifi' >> .mozconfig + #echo 'ac_add_options --disable-necko-wifi' >> .mozconfig chmod +x build/unix/run-icecat.sh # fix bug for bad file permition |