[arch-commits] Commit in eolie/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Fri Mar 23 19:35:12 UTC 2018
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
===================================================================
--- PKGBUILD 2018-03-23 19:35:06 UTC (rev 311635)
+++ PKGBUILD 2018-03-23 19:35:11 UTC (rev 311636)
@@ -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.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)
+++ PKGBUILD 2018-03-23 19:35:11 UTC (rev 311636)
@@ -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.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
+}
More information about the arch-commits
mailing list