epiphany: update to 2.30.6.
This commit is contained in:
parent
792f7b96b7
commit
8f797c43c1
3 changed files with 21 additions and 7 deletions
13
srcpkgs/epiphany/gir-epiphany.template
Normal file
13
srcpkgs/epiphany/gir-epiphany.template
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Template file for 'gir-epiphany'.
|
||||||
|
#
|
||||||
|
short_desc="Introspection data for GNOME Epiphany"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains small pieces of introspection data for the GNOME
|
||||||
|
Epiphany library."
|
||||||
|
|
||||||
|
do_install()
|
||||||
|
{
|
||||||
|
install -d ${DESTDIR}/usr/lib
|
||||||
|
mv ${SRCPKGDESTDIR}/usr/lib/girepository-1.0 ${DESTDIR}/usr/lib
|
||||||
|
}
|
|
@ -1,7 +1,6 @@
|
||||||
# Template file for 'epiphany'
|
# Template file for 'epiphany'
|
||||||
pkgname=epiphany
|
pkgname=epiphany
|
||||||
version=2.30.2
|
version=2.30.6
|
||||||
revision=1
|
|
||||||
distfiles="${GNOME_SITE}/$pkgname/2.30/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/2.30/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-schemas-install --disable-scrollkeeper
|
configure_args="--disable-schemas-install --disable-scrollkeeper
|
||||||
|
@ -9,7 +8,7 @@ configure_args="--disable-schemas-install --disable-scrollkeeper
|
||||||
--localstatedir=/var --enable-network-manager --without-ca-file"
|
--localstatedir=/var --enable-network-manager --without-ca-file"
|
||||||
short_desc="Intuitive GNOME web browser"
|
short_desc="Intuitive GNOME web browser"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=cd0124e71e72142593cfeb442d58d97e99ba94ace6e31d94717fe977c0bfb98a
|
checksum=278a5c00ce07e6a3ea440d289de22dbec3ebec4ded4ff3b4c48b580f469c2dcc
|
||||||
long_desc="
|
long_desc="
|
||||||
Epiphany is a simple yet powerful GNOME web browser targeted at non-technical
|
Epiphany is a simple yet powerful GNOME web browser targeted at non-technical
|
||||||
users. Its principles are simplicity and standards compliance. Simplicity is
|
users. Its principles are simplicity and standards compliance. Simplicity is
|
||||||
|
@ -20,13 +19,11 @@ long_desc="
|
||||||
by closely following the GNOME Human Interface Guidelines (HIG) and by close
|
by closely following the GNOME Human Interface Guidelines (HIG) and by close
|
||||||
integration with the GNOME desktop."
|
integration with the GNOME desktop."
|
||||||
|
|
||||||
CFLAGS="-I/usr/include/nspr -I/usr/include/nss"
|
|
||||||
|
|
||||||
gconf_schemas="epiphany.schemas epiphany-lockdown.schemas"
|
gconf_schemas="epiphany.schemas epiphany-lockdown.schemas"
|
||||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
|
|
||||||
# XXX: add gobject-introspection/seed support, requires gir-repository.
|
# XXX: enable introspection support when it's fixed.
|
||||||
# XXX: enable --with-ca-file.
|
# XXX: enable --with-ca-file.
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
@ -42,6 +39,8 @@ Add_dependency run GConf
|
||||||
Add_dependency run startup-notification
|
Add_dependency run startup-notification
|
||||||
Add_dependency run libnotify
|
Add_dependency run libnotify
|
||||||
Add_dependency run webkit-gtk
|
Add_dependency run webkit-gtk
|
||||||
|
Add_dependency run libpng
|
||||||
|
Add_dependency run gdk-pixbuf
|
||||||
Add_dependency run gtk+
|
Add_dependency run gtk+
|
||||||
Add_dependency run atk
|
Add_dependency run atk
|
||||||
Add_dependency run pango
|
Add_dependency run pango
|
||||||
|
@ -72,7 +71,7 @@ Add_dependency build libxml2-devel
|
||||||
Add_dependency build GConf-devel
|
Add_dependency build GConf-devel
|
||||||
Add_dependency build startup-notification-devel
|
Add_dependency build startup-notification-devel
|
||||||
Add_dependency build libnotify-devel
|
Add_dependency build libnotify-devel
|
||||||
Add_dependency build webkit-gtk-devel
|
Add_dependency build webkit-gtk-devel ">=1.2.5"
|
||||||
Add_dependency build gtk+-devel
|
Add_dependency build gtk+-devel
|
||||||
Add_dependency build atk-devel
|
Add_dependency build atk-devel
|
||||||
Add_dependency build pango-devel
|
Add_dependency build pango-devel
|
||||||
|
@ -88,6 +87,7 @@ Add_dependency build dbus-devel
|
||||||
Add_dependency build nss-devel
|
Add_dependency build nss-devel
|
||||||
Add_dependency build nspr-devel
|
Add_dependency build nspr-devel
|
||||||
Add_dependency build NetworkManager-devel
|
Add_dependency build NetworkManager-devel
|
||||||
|
#Add_dependency build gobject-introspection
|
||||||
|
|
||||||
Add_dependency full hicolor-icon-theme
|
Add_dependency full hicolor-icon-theme
|
||||||
Add_dependency full desktop-file-utils
|
Add_dependency full desktop-file-utils
|
||||||
|
|
1
srcpkgs/gir-epiphany
Symbolic link
1
srcpkgs/gir-epiphany
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
epiphany
|
Loading…
Reference in a new issue