summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Bob Funk <bobfunk11@gmail.com>2023-06-10 07:14:06 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-10 07:14:06 +0700
commitde167771e69b09ec9b3278de6dd12d0eae02db10 (patch)
tree33863c159aabb34dfa4505704bb4488448eecae2 /network
parentc5210346b22642e540c785b56df05c4cd184666c (diff)
downloadslackbuilds-de167771e69b09ec9b3278de6dd12d0eae02db10.tar.gz
slackbuilds-de167771e69b09ec9b3278de6dd12d0eae02db10.tar.xz
network/epiphany: Updated for version 43.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/epiphany/README14
-rw-r--r--network/epiphany/doinst.sh5
-rw-r--r--network/epiphany/epiphany.SlackBuild19
-rw-r--r--network/epiphany/epiphany.info10
-rw-r--r--network/epiphany/slack-desc16
5 files changed, 31 insertions, 33 deletions
diff --git a/network/epiphany/README b/network/epiphany/README
index e1689730b3..179a10f924 100644
--- a/network/epiphany/README
+++ b/network/epiphany/README
@@ -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.
diff --git a/network/epiphany/doinst.sh b/network/epiphany/doinst.sh
index 208ce12815..816f2a9a60 100644
--- a/network/epiphany/doinst.sh
+++ b/network/epiphany/doinst.sh
@@ -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
diff --git a/network/epiphany/epiphany.SlackBuild b/network/epiphany/epiphany.SlackBuild
index 17d2b4725e..33597f55a6 100644
--- a/network/epiphany/epiphany.SlackBuild
+++ b/network/epiphany/epiphany.SlackBuild
@@ -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 ..
diff --git a/network/epiphany/epiphany.info b/network/epiphany/epiphany.info
index 08eeaede9c..7d0e28697f 100644
--- a/network/epiphany/epiphany.info
+++ b/network/epiphany/epiphany.info
@@ -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"
diff --git a/network/epiphany/slack-desc b/network/epiphany/slack-desc
index 283f48fc6a..bceed5689e 100644
--- a/network/epiphany/slack-desc
+++ b/network/epiphany/slack-desc
@@ -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: