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

Balló György bgyorgy at archlinux.org
Tue Mar 27 12:41:32 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-03-27 12:41:26 UTC (rev 312855)
+++ PKGBUILD	2018-03-27 12:41:32 UTC (rev 312856)
@@ -1,46 +0,0 @@
-# $Id$
-# 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.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)
+++ PKGBUILD	2018-03-27 12:41:32 UTC (rev 312856)
@@ -0,0 +1,46 @@
+# $Id$
+# 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.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
+}



More information about the arch-commits mailing list