[arch-commits] Commit in eolie/repos (community-any community-any/PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed May 27 10:46:37 UTC 2020


    Date: Wednesday, May 27, 2020 @ 10:46:36
  Author: bgyorgy
Revision: 635882

archrelease: copy trunk to community-any

Added:
  eolie/repos/community-any/
  eolie/repos/community-any/PKGBUILD
    (from rev 635881, eolie/trunk/PKGBUILD)

----------+
 PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

Copied: eolie/repos/community-any/PKGBUILD (from rev 635881, eolie/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-05-27 10:46:36 UTC (rev 635882)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
+
+pkgname=eolie
+pkgver=0.9.99
+pkgrel=1
+pkgdesc="Simple web browser for GNOME"
+arch=('any')
+url="https://wiki.gnome.org/Apps/Eolie"
+license=('GPL3')
+depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 'webkit2gtk' 'gnome-settings-daemon')
+makedepends=('git' 'gobject-introspection' 'meson')
+optdepends=('python-beautifulsoup4: Import html bookmarks'
+            'python-crypto: Firefox Sync support' 
+            'python-fxa: Firefox Sync support'
+            'python-pyopenssl: Show SSL certificates'
+            'python-requests-hawk: Firefox Sync support')
+_commit=051f576ac7f26bda6bee24bf36ecd8edf958f992  # tags/0.9.99
+source=("git+https://gitlab.gnome.org/World/eolie.git#commit=$_commit"
+        "git+https://gitlab.gnome.org/gnumdk/eolie-po.git")
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+	cd $pkgname
+	git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+	cd $pkgname
+	git config submodule.subprojects/po.url "$srcdir/eolie-po"
+	git submodule update --init
+}
+
+build() {
+	arch-meson $pkgname build
+	ninja -C build
+}
+
+package() {
+	DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list