[arch-commits] Commit in eolie/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Thu Apr 15 22:37:11 UTC 2021


    Date: Thursday, April 15, 2021 @ 22:37:11
  Author: bgyorgy
Revision: 919240

upgpkg: eolie 0.9.101-2: Fix dependencies

Modified:
  eolie/trunk/PKGBUILD

----------+
 PKGBUILD |   34 +++++++++++++++++++---------------
 1 file changed, 19 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-15 22:19:18 UTC (rev 919239)
+++ PKGBUILD	2021-04-15 22:37:11 UTC (rev 919240)
@@ -3,19 +3,19 @@
 
 pkgname=eolie
 pkgver=0.9.101
-pkgrel=1
-pkgdesc="Simple web browser for GNOME"
+pkgrel=2
+pkgdesc='Simple web browser for GNOME'
 arch=('any')
-url="https://wiki.gnome.org/Apps/Eolie"
+url='https://wiki.gnome.org/Apps/Eolie'
 license=('GPL3')
-depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 'webkit2gtk' 'gnome-settings-daemon')
+depends=('gnome-settings-daemon' 'gtkspell3' 'libhandy' 'python-cairo' 'python-gobject' 'webkit2gtk')
 makedepends=('git' 'gobject-introspection' 'meson')
-optdepends=('python-beautifulsoup4: Import html bookmarks'
-            'python-crypto: Firefox Sync support' 
+optdepends=('python-beautifulsoup4: Import HTML bookmarks'
             'python-fxa: Firefox Sync support'
+            'python-pycryptodome: Firefox Sync support' 
             'python-pyopenssl: Show SSL certificates'
             'python-requests-hawk: Firefox Sync support')
-_commit=168b669f0bccdf41ccabfbd380af685e812f9384
+_commit=168b669f0bccdf41ccabfbd380af685e812f9384  # tags/0.9.101
 source=("git+https://gitlab.gnome.org/World/eolie.git#commit=$_commit"
         "git+https://gitlab.gnome.org/gnumdk/eolie-po.git")
 sha256sums=('SKIP'
@@ -22,21 +22,25 @@
             'SKIP')
 
 pkgver() {
-	cd $pkgname
-	git describe --tags | sed 's/-/+/g'
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
 }
 
 prepare() {
-	cd $pkgname
-	git config submodule.subprojects/po.url "$srcdir/eolie-po"
-	git submodule update --init
+  cd $pkgname
+  git config submodule.subprojects/po.url "$srcdir/eolie-po"
+  git submodule update --init
 }
 
 build() {
-	arch-meson $pkgname build
-	ninja -C build
+  arch-meson $pkgname build
+  meson compile -C build
 }
 
+check() {
+  meson test -C build --print-errorlogs
+}
+
 package() {
-	DESTDIR="$pkgdir" meson install -C build
+  DESTDIR="$pkgdir" meson install -C build
 }



More information about the arch-commits mailing list