network/epiphany: Updated for version 43.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Bob Funk 2023-06-10 07:14:06 +07:00 committed by Willy Sudiarto Raharjo
parent c5210346b2
commit de167771e6
No known key found for this signature in database
GPG key ID: 3F617144D7238786
5 changed files with 31 additions and 33 deletions

View file

@ -1,11 +1,5 @@
Epiphany (Web browser from the GNOME desktop)
Web is the web browser for the GNOME desktop and for elementary OS,
based on the popular WebKit engine. It offers a simple, clean,
beautiful view of the web featuring first-class GNOME and Pantheon
desktop integration, a built-in adblocker enabled by default, and
Intelligent Tracking Prevention. With no useless widgets or wasted
space, Web closely follows GNOME's design philosophy. Its code name
is Epiphany.
Epiphany is a GNOME web browser based on the WebKit rendering engine.
Epiphany's principles are simplicity, standards compliance, and
software freedom.
To avoid crashes on certain websites. Be sure to set Malloc=1 as an
environment variable. This is already done for you in the desktop file.

View file

@ -4,11 +4,6 @@ if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
if [ -x /usr/bin/update-mime-database ]; then
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
fi
# If other icon themes are installed, then add to/modify this as needed
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1

View file

@ -21,11 +21,13 @@
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# June 7, 2023: Bumped to version 43.1, cleaned up, and taken over mtce - Bob Funk
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=epiphany
VERSION=${VERSION:-43.0}
VERSION=${VERSION:-43.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -38,9 +40,6 @@ case "$( uname -m )" in
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@ -81,7 +80,17 @@ find -L . \
mkdir build
cd build
CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" meson .. --buildtype=release --infodir=/usr/info --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --mandir=/usr/man --prefix=/usr --sysconfdir=/etc -Dstrip=true -Dlibportal=disabled
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
meson .. \
--buildtype=release \
--infodir=/usr/info \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--localstatedir=/var \
--mandir=/usr/man \
--prefix=/usr \
--sysconfdir=/etc \
-Dstrip=true
"${NINJA:=ninja}"
DESTDIR=$PKG $NINJA install
cd ..

View file

@ -1,10 +1,10 @@
PRGNAM="epiphany"
VERSION="43.0"
VERSION="43.1"
HOMEPAGE="https://wiki.gnome.org/Apps/Web"
DOWNLOAD="https://download.gnome.org/sources/epiphany/43/epiphany-43.0.tar.xz"
MD5SUM="88daf04ba8e6b2296fc0f00e884de853"
DOWNLOAD="https://download.gnome.org/sources/epiphany/43/epiphany-43.1.tar.xz"
MD5SUM="b372b3a60975f0284abbb48a3d5ff0e3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="webkit2gtk4.1 libdazzle libhandy appstream-glib libportal"
MAINTAINER="Charadon"
EMAIL="dev@iotib.net"
MAINTAINER="Bob Funk"
EMAIL="bobfunk11@gmail.com"

View file

@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
epiphany: epiphany (Web browser from the GNOME desktop)
epiphany: epiphany (GNOME Web)
epiphany:
epiphany: Web is the web browser for the GNOME desktop and for elementary OS,
epiphany: based on the popular WebKit engine. It offers a simple, clean,
epiphany: beautiful view of the web featuring first-class GNOME and Pantheon
epiphany: desktop integration, a built-in adblocker enabled by default, and
epiphany: Intelligent Tracking Prevention. With no useless widgets or wasted
epiphany: space, Web closely follows GNOME's design philosophy. Its code name
epiphany: is Epiphany.
epiphany: Epiphany, aka GNOME Web, is the GNOME projects web browser, based on
epiphany: the WebKit rendering engine.
epiphany:
epiphany:
epiphany:
epiphany:
epiphany:
epiphany: https://gitlab.gnome.org/GNOME/epiphany
epiphany: