From 1bdebd3e7a6092c21e4331a641f78c2b48010e3d Mon Sep 17 00:00:00 2001 From: piernov Date: Tue, 30 Aug 2011 15:22:02 +0200 Subject: epiphany 3.1.90-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epiphany/.md5sum.i686 | 2 +- epiphany/.md5sum.x86_64 | 2 +- epiphany/Pkgfile | 29 +++++++++++++++-------------- 3 files changed, 17 insertions(+), 16 deletions(-) (limited to 'epiphany') diff --git a/epiphany/.md5sum.i686 b/epiphany/.md5sum.i686 index 7302408..4d7a141 100644 --- a/epiphany/.md5sum.i686 +++ b/epiphany/.md5sum.i686 @@ -1 +1 @@ -a037c5d228846dd4628823425b561042 epiphany-3.1.5.tar.xz +109a454c215db9f6a7673b2604ed9055 epiphany-3.1.90.tar.xz diff --git a/epiphany/.md5sum.x86_64 b/epiphany/.md5sum.x86_64 index 7302408..4d7a141 100644 --- a/epiphany/.md5sum.x86_64 +++ b/epiphany/.md5sum.x86_64 @@ -1 +1 @@ -a037c5d228846dd4628823425b561042 epiphany-3.1.5.tar.xz +109a454c215db9f6a7673b2604ed9055 epiphany-3.1.90.tar.xz diff --git a/epiphany/Pkgfile b/epiphany/Pkgfile index c55576c..b4d4fa5 100644 --- a/epiphany/Pkgfile +++ b/epiphany/Pkgfile @@ -6,22 +6,23 @@ # Run on: gnome-desktop,startup-notification,iso-codes,avahi,webkit,libcanberra,libnotify,nss name=epiphany -version=3.1.5 +version=3.1.90 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) + build() { - cd $name-$version - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - --mandir=/usr/share/man \ - --disable-schemas-install \ - --without-ca-file \ - --disable-gtk-doc \ - --disable-scrollkeeper - make - make DESTDIR=$PKG install - rm -rf $PKG/var - rm -rf $PKG/usr/share/gtk-doc + cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var/lib \ + --mandir=/usr/share/man \ + --disable-schemas-compile \ + --disable-scrollkeeper \ + --disable-gtk-doc \ + --with-ca-file=/etc/ssl/certs/ca-certificates.crt \ + --with-distributor-name=NuTyX + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/share/gtk-doc } -- cgit v1.2.3-54-g00ecf