Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / epiphany


Commits:
8d5084fb by Jan Alexander Steffens (heftig) at 2024-02-29T22:05:38+01:00
45.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,11 @@
 pkgbase = epiphany
        pkgdesc = A GNOME web browser based on the WebKit rendering engine
-       pkgver = 45.2
+       pkgver = 45.3
        pkgrel = 1
        url = https://wiki.gnome.org/Apps/Web
        arch = x86_64
        groups = gnome
-       license = GPL
+       license = GPL-3.0-or-later
        checkdepends = aspell
        checkdepends = glibc-locales
        checkdepends = hspell
@@ -20,15 +20,31 @@ pkgbase = epiphany
        makedepends = meson
        makedepends = startup-notification
        makedepends = yelp-tools
+       depends = cairo
+       depends = dconf
+       depends = gcc-libs
        depends = gcr-4
+       depends = gdk-pixbuf2
+       depends = glib2
+       depends = glibc
+       depends = gmp
+       depends = graphene
        depends = gstreamer
        depends = gtk4
+       depends = hicolor-icon-theme
+       depends = json-glib
        depends = libadwaita
        depends = libarchive
+       depends = libportal
        depends = libportal-gtk4
+       depends = libsecret
        depends = libsoup3
+       depends = libxml2
+       depends = nettle
+       depends = pango
+       depends = sqlite
        depends = webkitgtk-6.0
-       source = 
git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=858715833358f35fc654af28defa8875cad9bee9
+       source = 
git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=4aa79c7f1da1515b9329e73323548dfb5d15afa8
        b2sums = SKIP
 
 pkgname = epiphany


=====================================
PKGBUILD
=====================================
@@ -1,22 +1,38 @@
-# Maintainer: Fabian Bornschein <fabiscafe-at-mailbox-dot-org>
+# Maintainer: Fabian Bornschein <[email protected]>
 # Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
 # Contributor: Jan de Groot <[email protected]>
 
 pkgname=epiphany
-pkgver=45.2
+pkgver=45.3
 pkgrel=1
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web";
 arch=(x86_64)
-license=(GPL)
+license=(GPL-3.0-or-later)
 depends=(
+  cairo
+  dconf
+  gcc-libs
   gcr-4
+  gdk-pixbuf2
+  glib2
+  glibc
+  gmp
+  graphene
   gstreamer
   gtk4
+  hicolor-icon-theme
+  json-glib
   libadwaita
   libarchive
+  libportal
   libportal-gtk4
+  libsecret
   libsoup3
+  libxml2
+  nettle
+  pango
+  sqlite
   webkitgtk-6.0
 )
 makedepends=(
@@ -38,13 +54,13 @@ checkdepends=(
   xorg-server-xvfb
 )
 groups=(gnome)
-_commit=858715833358f35fc654af28defa8875cad9bee9  # tags/45.2^0
+_commit=4aa79c7f1da1515b9329e73323548dfb5d15afa8  # tags/45.3^0
 source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit";)
 b2sums=('SKIP')
 
 pkgver() {
   cd epiphany
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+  git describe --tags | sed -r 
's/\.([a-z])/\1/;s/([a-z])\./\1/;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/epiphany/-/commit/8d5084fb1268f860552006c6948d2a80b36a4d06

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/epiphany/-/commit/8d5084fb1268f860552006c6948d2a80b36a4d06
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to