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

Balló György bgyorgy at archlinux.org
Wed Jun 19 00:04:50 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-06-19 00:04:43 UTC (rev 482241)
+++ PKGBUILD	2019-06-19 00:04:48 UTC (rev 482242)
@@ -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.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)
+++ PKGBUILD	2019-06-19 00:04:48 UTC (rev 482242)
@@ -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.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
+}



More information about the arch-commits mailing list