[arch-commits] Commit in eog/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Mon May 20 19:32:26 UTC 2019
Date: Monday, May 20, 2019 @ 19:32:26
Author: heftig
Revision: 353641
archrelease: copy trunk to extra-x86_64
Added:
eog/repos/extra-x86_64/PKGBUILD
(from rev 353640, eog/trunk/PKGBUILD)
Deleted:
eog/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-20 19:32:17 UTC (rev 353640)
+++ PKGBUILD 2019-05-20 19:32:26 UTC (rev 353641)
@@ -1,36 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=eog
-pkgver=3.32.1
-pkgrel=1
-pkgdesc="Eye of Gnome: An image viewing and cataloging program"
-url="https://wiki.gnome.org/Apps/EyeOfGnome"
-arch=(x86_64)
-license=(GPL)
-depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf)
-makedepends=(gobject-introspection gtk-doc git meson yelp-tools)
-optdepends=('eog-plugins: Additional features')
-groups=(gnome)
-options=(!emptydirs)
-_commit=7232643597ef9dab966a102596ea6e43638e09fb # tags/3.32.1^0
-source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-build() {
- arch-meson $pkgname build -D gtk_doc=true
- ninja -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: eog/repos/extra-x86_64/PKGBUILD (from rev 353640, eog/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-20 19:32:26 UTC (rev 353641)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=eog
+pkgver=3.32.2
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+url="https://wiki.gnome.org/Apps/EyeOfGnome"
+arch=(x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf)
+makedepends=(gobject-introspection gtk-doc git meson yelp-tools)
+optdepends=('eog-plugins: Additional features')
+groups=(gnome)
+options=(!emptydirs)
+_commit=c3aa07543ca22a86505e31cc3e34a3cf503cd06d # tags/3.32.2^0
+source=("git+https://gitlab.gnome.org/GNOME/eog.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+ arch-meson $pkgname build -D gtk_doc=true
+ ninja -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list