epiphany: needs NetworkManager.
--HG-- extra : convert_revision : 54887a70cd8ed25b472bd1ca4b0aa18d59b098c5
This commit is contained in:
parent
7da0e57b72
commit
1fd17f3cdb
1 changed files with 4 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'epiphany'
|
||||
pkgname=epiphany
|
||||
version=2.30.2
|
||||
revision=1
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.30/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-schemas-install --disable-scrollkeeper
|
||||
--with-gconf-schema-file-dir=/usr/share/gconf/schemas
|
||||
--with-gconf-schema-file-dir=/usr/share/gconf/schemas --disable-introspection
|
||||
--localstatedir=/var --enable-network-manager --without-ca-file"
|
||||
short_desc="Intuitive GNOME web browser"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -55,6 +56,7 @@ Add_dependency run dbus-glib
|
|||
Add_dependency run dbus-libs
|
||||
Add_dependency run nss
|
||||
Add_dependency run nspr
|
||||
Add_dependency run NetworkManager
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
|
@ -85,6 +87,7 @@ Add_dependency build dbus-glib-devel
|
|||
Add_dependency build dbus-devel
|
||||
Add_dependency build nss-devel
|
||||
Add_dependency build nspr-devel
|
||||
Add_dependency build NetworkManager-devel
|
||||
|
||||
Add_dependency full hicolor-icon-theme
|
||||
Add_dependency full desktop-file-utils
|
||||
|
|
Loading…
Reference in a new issue