[arch-commits] Commit in eolie/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sun May 20 17:16:22 UTC 2018
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
===================================================================
--- PKGBUILD 2018-05-20 17:16:15 UTC (rev 325459)
+++ PKGBUILD 2018-05-20 17:16:21 UTC (rev 325460)
@@ -1,43 +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.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)
+++ PKGBUILD 2018-05-20 17:16:21 UTC (rev 325460)
@@ -0,0 +1,43 @@
+# $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.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
+}
More information about the arch-commits
mailing list