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

2020-03-07 Thread Antonio Rojas via arch-commits
Date: Sunday, March 8, 2020 @ 00:07:34
  Author: arojas
Revision: 591448

archrelease: copy trunk to community-x86_64

Added:
  eolie/repos/community-x86_64/PKGBUILD
(from rev 591447, eolie/trunk/PKGBUILD)
Deleted:
  eolie/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 00:07:19 UTC (rev 591447)
+++ PKGBUILD2020-03-08 00:07:34 UTC (rev 591448)
@@ -1,42 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
-
-pkgname=eolie
-pkgver=0.9.98
-pkgrel=1
-pkgdesc="Simple web browser for GNOME"
-arch=('x86_64')
-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=3169e5a467b1f4643f2deb9ffeedc870fa8b45b3  # tags/0.9.98
-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
-}

Copied: eolie/repos/community-x86_64/PKGBUILD (from rev 591447, 
eolie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 00:07:34 UTC (rev 591448)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György 
+# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
+
+pkgname=eolie
+pkgver=0.9.98.1
+pkgrel=1
+pkgdesc="Simple web browser for GNOME"
+arch=('x86_64')
+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=d4e480913b318d432e28456ed3effade01530f38  # tags/0.9.98.1
+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
+}


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

2020-03-04 Thread Antonio Rojas via arch-commits
Date: Wednesday, March 4, 2020 @ 21:44:27
  Author: arojas
Revision: 590542

archrelease: copy trunk to community-x86_64

Added:
  eolie/repos/community-x86_64/PKGBUILD
(from rev 590541, eolie/trunk/PKGBUILD)
Deleted:
  eolie/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-04 21:44:05 UTC (rev 590541)
+++ PKGBUILD2020-03-04 21:44:27 UTC (rev 590542)
@@ -1,44 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
-
-pkgname=eolie
-pkgver=0.9.63
-pkgrel=2
-pkgdesc="Simple web browser for GNOME"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Eolie;
-license=('GPL3')
-depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
-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=656b1ec6e1ae4f3db22de853ca03d1dcadd463af  # tags/0.9.63
-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
-
-  sed -e "s|'python3'|'python3-embed'|" -i python-webextension/meson.build # 
Fix linking with python 3.8
-}
-
-build() {
-   arch-meson $pkgname build
-   ninja -C build
-}
-
-package() {
-   DESTDIR="$pkgdir" meson install -C build
-}

Copied: eolie/repos/community-x86_64/PKGBUILD (from rev 590541, 
eolie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-04 21:44:27 UTC (rev 590542)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György 
+# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
+
+pkgname=eolie
+pkgver=0.9.98
+pkgrel=1
+pkgdesc="Simple web browser for GNOME"
+arch=('x86_64')
+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=3169e5a467b1f4643f2deb9ffeedc870fa8b45b3  # tags/0.9.98
+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
+}


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

2019-08-29 Thread Balló György via arch-commits
Date: Thursday, August 29, 2019 @ 22:58:04
  Author: bgyorgy
Revision: 505087

archrelease: copy trunk to community-x86_64

Added:
  eolie/repos/community-x86_64/PKGBUILD
(from rev 505086, eolie/trunk/PKGBUILD)
Deleted:
  eolie/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-29 22:58:01 UTC (rev 505086)
+++ PKGBUILD2019-08-29 22:58:04 UTC (rev 505087)
@@ -1,42 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
-
-pkgname=eolie
-pkgver=0.9.62
-pkgrel=1
-pkgdesc="Simple web browser for GNOME"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Eolie;
-license=('GPL3')
-depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
-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=3f7427dd8d38bd4a0c55d3c8b9c23b67036e32cc  # tags/0.9.62
-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
-}

Copied: eolie/repos/community-x86_64/PKGBUILD (from rev 505086, 
eolie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-29 22:58:04 UTC (rev 505087)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György 
+# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
+
+pkgname=eolie
+pkgver=0.9.63
+pkgrel=1
+pkgdesc="Simple web browser for GNOME"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Eolie;
+license=('GPL3')
+depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
+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=656b1ec6e1ae4f3db22de853ca03d1dcadd463af  # tags/0.9.63
+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
+}


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

2019-06-18 Thread Balló György via arch-commits
Date: Wednesday, June 19, 2019 @ 00:04:48
  Author: bgyorgy
Revision: 482242

archrelease: copy trunk to community-x86_64

Added:
  eolie/repos/community-x86_64/PKGBUILD
(from rev 482241, eolie/trunk/PKGBUILD)
Deleted:
  eolie/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-19 00:04:43 UTC (rev 482241)
+++ PKGBUILD2019-06-19 00:04:48 UTC (rev 482242)
@@ -1,42 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
-
-pkgname=eolie
-pkgver=0.9.60
-pkgrel=1
-pkgdesc="Simple web browser for GNOME"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Eolie;
-license=('GPL3')
-depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
-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=a4b59e53d93f15b4d0a20d0cb773d313c790aab5  # tags/0.9.60
-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
-}

Copied: eolie/repos/community-x86_64/PKGBUILD (from rev 482241, 
eolie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-19 00:04:48 UTC (rev 482242)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György 
+# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
+
+pkgname=eolie
+pkgver=0.9.62
+pkgrel=1
+pkgdesc="Simple web browser for GNOME"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Eolie;
+license=('GPL3')
+depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
+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=3f7427dd8d38bd4a0c55d3c8b9c23b67036e32cc  # tags/0.9.62
+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
+}


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

2019-04-17 Thread Balló György via arch-commits
Date: Wednesday, April 17, 2019 @ 16:20:55
  Author: bgyorgy
Revision: 451868

archrelease: copy trunk to community-x86_64

Added:
  eolie/repos/community-x86_64/PKGBUILD
(from rev 451867, eolie/trunk/PKGBUILD)
Deleted:
  eolie/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-17 16:20:49 UTC (rev 451867)
+++ PKGBUILD2019-04-17 16:20:55 UTC (rev 451868)
@@ -1,42 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
-
-pkgname=eolie
-pkgver=0.9.52
-pkgrel=1
-pkgdesc="Simple web browser for GNOME"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Eolie;
-license=('GPL3')
-depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
-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=aee248970c6dc458e008d07fac36cb5bc36b0782  # tags/0.9.52
-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" ninja -C build install
-}

Copied: eolie/repos/community-x86_64/PKGBUILD (from rev 451867, 
eolie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-17 16:20:55 UTC (rev 451868)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György 
+# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
+
+pkgname=eolie
+pkgver=0.9.60
+pkgrel=1
+pkgdesc="Simple web browser for GNOME"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Eolie;
+license=('GPL3')
+depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
+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=a4b59e53d93f15b4d0a20d0cb773d313c790aab5  # tags/0.9.60
+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
+}


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

2018-12-11 Thread Balló György via arch-commits
Date: Tuesday, December 11, 2018 @ 12:05:59
  Author: bgyorgy
Revision: 415305

archrelease: copy trunk to community-x86_64

Added:
  eolie/repos/community-x86_64/PKGBUILD
(from rev 415304, eolie/trunk/PKGBUILD)
Deleted:
  eolie/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-11 12:05:55 UTC (rev 415304)
+++ PKGBUILD2018-12-11 12:05:59 UTC (rev 415305)
@@ -1,42 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
-
-pkgname=eolie
-pkgver=0.9.37
-pkgrel=1
-pkgdesc="Simple web browser for GNOME"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Eolie;
-license=('GPL3')
-depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
-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=91199a1806c7f1029704fcdd85a49fa856f37464  # tags/0.9.37
-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" ninja -C build install
-}

Copied: eolie/repos/community-x86_64/PKGBUILD (from rev 415304, 
eolie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-11 12:05:59 UTC (rev 415305)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György 
+# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
+
+pkgname=eolie
+pkgver=0.9.45
+pkgrel=1
+pkgdesc="Simple web browser for GNOME"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Eolie;
+license=('GPL3')
+depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
+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=4cae6126129620b40396df9fd8e533434ec0  # tags/0.9.45
+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" ninja -C build install
+}


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

2018-09-17 Thread Balló György via arch-commits
Date: Monday, September 17, 2018 @ 15:47:52
  Author: bgyorgy
Revision: 382533

archrelease: copy trunk to community-x86_64

Added:
  eolie/repos/community-x86_64/PKGBUILD
(from rev 382532, eolie/trunk/PKGBUILD)
Deleted:
  eolie/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-17 15:47:47 UTC (rev 382532)
+++ PKGBUILD2018-09-17 15:47:52 UTC (rev 382533)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
-
-pkgname=eolie
-pkgver=0.9.36
-pkgrel=1
-pkgdesc="Simple web browser for GNOME"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Eolie;
-license=('GPL3')
-depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
-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=3a5c981b121be145f4cd80785444091e10307d7e  # tags/0.9.36
-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" ninja -C build install
-}

Copied: eolie/repos/community-x86_64/PKGBUILD (from rev 382532, 
eolie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-17 15:47:52 UTC (rev 382533)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György 
+# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
+
+pkgname=eolie
+pkgver=0.9.37
+pkgrel=1
+pkgdesc="Simple web browser for GNOME"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Eolie;
+license=('GPL3')
+depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
+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=91199a1806c7f1029704fcdd85a49fa856f37464  # tags/0.9.37
+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" ninja -C build install
+}


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

2018-09-09 Thread Balló György via arch-commits
Date: Monday, September 10, 2018 @ 03:14:23
  Author: bgyorgy
Revision: 378944

archrelease: copy trunk to community-x86_64

Added:
  eolie/repos/community-x86_64/PKGBUILD
(from rev 378943, eolie/trunk/PKGBUILD)
Deleted:
  eolie/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-10 03:14:18 UTC (rev 378943)
+++ PKGBUILD2018-09-10 03:14:23 UTC (rev 378944)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
-
-pkgname=eolie
-pkgver=0.9.35
-pkgrel=2
-pkgdesc="Simple web browser for GNOME"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Eolie;
-license=('GPL3')
-depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
-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=7cf472ef3622872a9afc6e6b5809477ebd101e27  # tags/0.9.35
-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" ninja -C build install
-}

Copied: eolie/repos/community-x86_64/PKGBUILD (from rev 378943, 
eolie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-10 03:14:23 UTC (rev 378944)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
+
+pkgname=eolie
+pkgver=0.9.36
+pkgrel=1
+pkgdesc="Simple web browser for GNOME"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Eolie;
+license=('GPL3')
+depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
+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=3a5c981b121be145f4cd80785444091e10307d7e  # tags/0.9.36
+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" ninja -C build install
+}


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

2018-07-04 Thread Balló György via arch-commits
Date: Wednesday, July 4, 2018 @ 23:49:23
  Author: bgyorgy
Revision: 352257

archrelease: copy trunk to community-x86_64

Added:
  eolie/repos/community-x86_64/PKGBUILD
(from rev 352256, eolie/trunk/PKGBUILD)
Deleted:
  eolie/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-04 23:49:18 UTC (rev 352256)
+++ PKGBUILD2018-07-04 23:49:23 UTC (rev 352257)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
-
-pkgname=eolie
-pkgver=0.9.34
-pkgrel=1
-pkgdesc="Simple web browser for GNOME"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Eolie;
-license=('GPL3')
-depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
-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=0facae01edaa3691a933c9dcb037e668bbb0812b  # tags/0.9.34
-source=("git+https://gitlab.gnome.org/gnumdk/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" ninja -C build install
-}

Copied: eolie/repos/community-x86_64/PKGBUILD (from rev 352256, 
eolie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-04 23:49:23 UTC (rev 352257)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
+
+pkgname=eolie
+pkgver=0.9.35
+pkgrel=1
+pkgdesc="Simple web browser for GNOME"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Eolie;
+license=('GPL3')
+depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
+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=7cf472ef3622872a9afc6e6b5809477ebd101e27  # tags/0.9.35
+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" ninja -C build install
+}


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

2018-05-20 Thread Balló György via arch-commits
Date: Sunday, May 20, 2018 @ 17:16:21
  Author: bgyorgy
Revision: 325460

archrelease: copy trunk to community-x86_64

Added:
  eolie/repos/community-x86_64/PKGBUILD
(from rev 325459, eolie/trunk/PKGBUILD)
Deleted:
  eolie/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-20 17:16:15 UTC (rev 325459)
+++ PKGBUILD2018-05-20 17:16:21 UTC (rev 325460)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
-
-pkgname=eolie
-pkgver=0.9.31
-pkgrel=1
-pkgdesc="Simple web browser for GNOME"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Eolie;
-license=('GPL3')
-depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
-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=ad6f4abfdf9d3732446ad987be5885aaf687587c  # tags/0.9.31
-source=("git+https://gitlab.gnome.org/gnumdk/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" ninja -C build install
-}

Copied: eolie/repos/community-x86_64/PKGBUILD (from rev 325459, 
eolie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-20 17:16:21 UTC (rev 325460)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
+
+pkgname=eolie
+pkgver=0.9.34
+pkgrel=1
+pkgdesc="Simple web browser for GNOME"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Eolie;
+license=('GPL3')
+depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
+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=0facae01edaa3691a933c9dcb037e668bbb0812b  # tags/0.9.34
+source=("git+https://gitlab.gnome.org/gnumdk/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" ninja -C build install
+}


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

2018-04-29 Thread Balló György via arch-commits
Date: Sunday, April 29, 2018 @ 08:03:25
  Author: bgyorgy
Revision: 318442

archrelease: copy trunk to community-x86_64

Added:
  eolie/repos/community-x86_64/PKGBUILD
(from rev 318441, eolie/trunk/PKGBUILD)
Deleted:
  eolie/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-29 08:03:11 UTC (rev 318441)
+++ PKGBUILD2018-04-29 08:03:25 UTC (rev 318442)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
-
-pkgname=eolie
-pkgver=0.9.29
-pkgrel=1
-pkgdesc="Simple web browser for GNOME"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Eolie;
-license=('GPL3')
-depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
-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=cd08688b3636dc4954a95987297b85deec7e47a5  # tags/0.9.29
-source=("git+https://gitlab.gnome.org/gnumdk/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" ninja -C build install
-}

Copied: eolie/repos/community-x86_64/PKGBUILD (from rev 318441, 
eolie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-29 08:03:25 UTC (rev 318442)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
+
+pkgname=eolie
+pkgver=0.9.31
+pkgrel=1
+pkgdesc="Simple web browser for GNOME"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Eolie;
+license=('GPL3')
+depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
+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=ad6f4abfdf9d3732446ad987be5885aaf687587c  # tags/0.9.31
+source=("git+https://gitlab.gnome.org/gnumdk/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" ninja -C build install
+}


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

2018-04-24 Thread Balló György via arch-commits
Date: Tuesday, April 24, 2018 @ 08:33:35
  Author: bgyorgy
Revision: 317535

archrelease: copy trunk to community-x86_64

Added:
  eolie/repos/community-x86_64/PKGBUILD
(from rev 317534, eolie/trunk/PKGBUILD)
Deleted:
  eolie/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-24 08:33:28 UTC (rev 317534)
+++ PKGBUILD2018-04-24 08:33:35 UTC (rev 317535)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
-
-pkgname=eolie
-pkgver=0.9.28
-pkgrel=1
-pkgdesc="Simple web browser for GNOME"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Eolie;
-license=('GPL3')
-depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
-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=077ea9d9b8944ac0c9605f3909d0730003d80e56  # tags/0.9.28
-source=("git+https://gitlab.gnome.org/gnumdk/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" ninja -C build install
-}

Copied: eolie/repos/community-x86_64/PKGBUILD (from rev 317534, 
eolie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-24 08:33:35 UTC (rev 317535)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
+
+pkgname=eolie
+pkgver=0.9.29
+pkgrel=1
+pkgdesc="Simple web browser for GNOME"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Eolie;
+license=('GPL3')
+depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
+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=cd08688b3636dc4954a95987297b85deec7e47a5  # tags/0.9.29
+source=("git+https://gitlab.gnome.org/gnumdk/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" ninja -C build install
+}


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

2018-04-16 Thread Balló György via arch-commits
Date: Monday, April 16, 2018 @ 12:41:50
  Author: bgyorgy
Revision: 316502

archrelease: copy trunk to community-x86_64

Added:
  eolie/repos/community-x86_64/PKGBUILD
(from rev 316501, eolie/trunk/PKGBUILD)
Deleted:
  eolie/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   89 +
 1 file changed, 43 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 12:41:44 UTC (rev 316501)
+++ PKGBUILD2018-04-16 12:41:50 UTC (rev 316502)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
-
-pkgname=eolie
-pkgver=0.9.27
-pkgrel=1
-pkgdesc="Simple web browser for GNOME"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Eolie;
-license=('GPL3')
-depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
-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=ea79d39c1912823b271b29ce8a075c1cb43f19b3  # tags/0.9.27
-source=("git+https://gitlab.gnome.org/gnumdk/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() {
-   mkdir build
-   cd $pkgname
-   git config submodule.subprojects/po.url "$srcdir/eolie-po"
-   git submodule update --init
-}
-
-build() {
-   cd build
-   meson --prefix=/usr --libexecdir=/usr/lib/$pkgname --buildtype=release 
../$pkgname
-   ninja
-}
-
-package() {
-   cd build
-   DESTDIR="$pkgdir" ninja install
-}

Copied: eolie/repos/community-x86_64/PKGBUILD (from rev 316501, 
eolie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-16 12:41:50 UTC (rev 316502)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
+
+pkgname=eolie
+pkgver=0.9.28
+pkgrel=1
+pkgdesc="Simple web browser for GNOME"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Eolie;
+license=('GPL3')
+depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
+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=077ea9d9b8944ac0c9605f3909d0730003d80e56  # tags/0.9.28
+source=("git+https://gitlab.gnome.org/gnumdk/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" ninja -C build install
+}


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

2018-04-10 Thread Balló György via arch-commits
Date: Tuesday, April 10, 2018 @ 11:41:31
  Author: bgyorgy
Revision: 315570

archrelease: copy trunk to community-x86_64

Added:
  eolie/repos/community-x86_64/PKGBUILD
(from rev 315569, eolie/trunk/PKGBUILD)
Deleted:
  eolie/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 11:41:23 UTC (rev 315569)
+++ PKGBUILD2018-04-10 11:41:31 UTC (rev 315570)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
-
-pkgname=eolie
-pkgver=0.9.25
-pkgrel=1
-pkgdesc="Simple web browser for GNOME"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Eolie;
-license=('GPL3')
-depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
-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=419b4ebd9af83e76d79c3fdd2635b14142ea5b6e  # tags/0.9.25
-source=("git+https://gitlab.gnome.org/gnumdk/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() {
-   mkdir build
-   cd $pkgname
-   git config submodule.subprojects/po.url "$srcdir/eolie-po"
-   git submodule update --init
-}
-
-build() {
-   cd build
-   meson --prefix=/usr --libexecdir=/usr/lib/$pkgname --buildtype=release 
../$pkgname
-   ninja
-}
-
-package() {
-   cd build
-   DESTDIR="$pkgdir" ninja install
-}

Copied: eolie/repos/community-x86_64/PKGBUILD (from rev 315569, 
eolie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 11:41:31 UTC (rev 315570)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
+
+pkgname=eolie
+pkgver=0.9.27
+pkgrel=1
+pkgdesc="Simple web browser for GNOME"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Eolie;
+license=('GPL3')
+depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
+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=ea79d39c1912823b271b29ce8a075c1cb43f19b3  # tags/0.9.27
+source=("git+https://gitlab.gnome.org/gnumdk/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() {
+   mkdir build
+   cd $pkgname
+   git config submodule.subprojects/po.url "$srcdir/eolie-po"
+   git submodule update --init
+}
+
+build() {
+   cd build
+   meson --prefix=/usr --libexecdir=/usr/lib/$pkgname --buildtype=release 
../$pkgname
+   ninja
+}
+
+package() {
+   cd build
+   DESTDIR="$pkgdir" ninja install
+}


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

2018-03-27 Thread Balló György via arch-commits
Date: Tuesday, March 27, 2018 @ 12:41:32
  Author: bgyorgy
Revision: 312856

archrelease: copy trunk to community-x86_64

Added:
  eolie/repos/community-x86_64/PKGBUILD
(from rev 312855, eolie/trunk/PKGBUILD)
Deleted:
  eolie/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-27 12:41:26 UTC (rev 312855)
+++ PKGBUILD2018-03-27 12:41:32 UTC (rev 312856)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
-
-pkgname=eolie
-pkgver=0.9.23
-pkgrel=1
-pkgdesc="Simple web browser for GNOME"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Eolie;
-license=('GPL3')
-depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
-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=8640ca04455387d7d98fbef0048643623ccf5391  # tags/0.9.23
-source=("git+https://gitlab.gnome.org/gnumdk/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() {
-   mkdir build
-   cd $pkgname
-   git config submodule.subprojects/po.url "$srcdir/eolie-po"
-   git submodule update --init
-}
-
-build() {
-   cd build
-   meson --prefix=/usr --libexecdir=/usr/lib/$pkgname --buildtype=release 
../$pkgname
-   ninja
-}
-
-package() {
-   cd build
-   DESTDIR="$pkgdir" ninja install
-}

Copied: eolie/repos/community-x86_64/PKGBUILD (from rev 312855, 
eolie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-27 12:41:32 UTC (rev 312856)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
+
+pkgname=eolie
+pkgver=0.9.25
+pkgrel=1
+pkgdesc="Simple web browser for GNOME"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Eolie;
+license=('GPL3')
+depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
+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=419b4ebd9af83e76d79c3fdd2635b14142ea5b6e  # tags/0.9.25
+source=("git+https://gitlab.gnome.org/gnumdk/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() {
+   mkdir build
+   cd $pkgname
+   git config submodule.subprojects/po.url "$srcdir/eolie-po"
+   git submodule update --init
+}
+
+build() {
+   cd build
+   meson --prefix=/usr --libexecdir=/usr/lib/$pkgname --buildtype=release 
../$pkgname
+   ninja
+}
+
+package() {
+   cd build
+   DESTDIR="$pkgdir" ninja install
+}


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

2018-03-23 Thread Balló György via arch-commits
Date: Friday, March 23, 2018 @ 19:35:11
  Author: bgyorgy
Revision: 311636

archrelease: copy trunk to community-x86_64

Added:
  eolie/repos/community-x86_64/PKGBUILD
(from rev 311635, eolie/trunk/PKGBUILD)
Deleted:
  eolie/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 ++---
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-23 19:35:06 UTC (rev 311635)
+++ PKGBUILD2018-03-23 19:35:11 UTC (rev 311636)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
-
-pkgname=eolie
-pkgver=0.9.18
-pkgrel=3
-pkgdesc="Simple web browser for GNOME"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Eolie;
-license=('GPL3')
-depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
-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=7c6bbd3e29bd0c5caf85d1f00af1fdcf305173b1  # tags/0.9.18^0
-source=("git+https://gitlab.gnome.org/gnumdk/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() {
-   mkdir build
-   cd $pkgname
-   git config submodule.subprojects/po.url "$srcdir/eolie-po"
-   git submodule update --init
-}
-
-build() {
-   cd build
-   meson --prefix=/usr --libexecdir=/usr/lib/$pkgname --buildtype=release 
../$pkgname
-   ninja
-}
-
-package() {
-   cd build
-   DESTDIR="$pkgdir" ninja install
-}

Copied: eolie/repos/community-x86_64/PKGBUILD (from rev 311635, 
eolie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-23 19:35:11 UTC (rev 311636)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
+
+pkgname=eolie
+pkgver=0.9.23
+pkgrel=1
+pkgdesc="Simple web browser for GNOME"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Eolie;
+license=('GPL3')
+depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
+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=8640ca04455387d7d98fbef0048643623ccf5391  # tags/0.9.23
+source=("git+https://gitlab.gnome.org/gnumdk/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() {
+   mkdir build
+   cd $pkgname
+   git config submodule.subprojects/po.url "$srcdir/eolie-po"
+   git submodule update --init
+}
+
+build() {
+   cd build
+   meson --prefix=/usr --libexecdir=/usr/lib/$pkgname --buildtype=release 
../$pkgname
+   ninja
+}
+
+package() {
+   cd build
+   DESTDIR="$pkgdir" ninja install
+}


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

2018-01-31 Thread Balló György via arch-commits
Date: Wednesday, January 31, 2018 @ 12:53:59
  Author: bgyorgy
Revision: 288392

archrelease: copy trunk to community-x86_64

Added:
  eolie/repos/community-x86_64/PKGBUILD
(from rev 288391, eolie/trunk/PKGBUILD)
Deleted:
  eolie/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   91 ++---
 1 file changed, 46 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-31 12:53:53 UTC (rev 288391)
+++ PKGBUILD2018-01-31 12:53:59 UTC (rev 288392)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
-
-pkgname=eolie
-pkgver=0.9.18
-pkgrel=2
-pkgdesc="Simple web browser for GNOME"
-arch=('x86_64')
-url="https://wiki.gnome.org/Apps/Eolie;
-license=('GPL3')
-depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
-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')
-_commit=7c6bbd3e29bd0c5caf85d1f00af1fdcf305173b1  # tags/0.9.18^0
-source=("git+https://gitlab.gnome.org/gnumdk/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() {
-   mkdir build
-   cd $pkgname
-   git config submodule.subprojects/po.url "$srcdir/eolie-po"
-   git submodule update --init
-}
-
-build() {
-   cd build
-   meson --prefix=/usr --libexecdir=/usr/lib/$pkgname --buildtype=release 
../$pkgname
-   ninja
-}
-
-package() {
-   cd build
-   DESTDIR="$pkgdir" ninja install
-}

Copied: eolie/repos/community-x86_64/PKGBUILD (from rev 288391, 
eolie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-31 12:53:59 UTC (rev 288392)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Cédric Bellegarde cedric bellegarde at adishatz dot org
+
+pkgname=eolie
+pkgver=0.9.18
+pkgrel=3
+pkgdesc="Simple web browser for GNOME"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/Eolie;
+license=('GPL3')
+depends=('gtkspell3' 'python-cairo' 'python-dateutil' 'python-gobject' 
'webkit2gtk')
+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=7c6bbd3e29bd0c5caf85d1f00af1fdcf305173b1  # tags/0.9.18^0
+source=("git+https://gitlab.gnome.org/gnumdk/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() {
+   mkdir build
+   cd $pkgname
+   git config submodule.subprojects/po.url "$srcdir/eolie-po"
+   git submodule update --init
+}
+
+build() {
+   cd build
+   meson --prefix=/usr --libexecdir=/usr/lib/$pkgname --buildtype=release 
../$pkgname
+   ninja
+}
+
+package() {
+   cd build
+   DESTDIR="$pkgdir" ninja install
+}