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

Balló György bgyorgy at archlinux.org
Tue Dec 11 12:06:00 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-12-11 12:05:55 UTC (rev 415304)
+++ PKGBUILD	2018-12-11 12:05:59 UTC (rev 415305)
@@ -1,42 +0,0 @@
-# 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.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)
+++ PKGBUILD	2018-12-11 12:05:59 UTC (rev 415305)
@@ -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.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=4cae6126129620b40396df9fd8e533434ec0eeee  # 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
+}



More information about the arch-commits mailing list