[arch-commits] Commit in gnome-photos/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Dec 14 20:53:43 UTC 2017
Date: Thursday, December 14, 2017 @ 20:53:43
Author: heftig
Revision: 312676
archrelease: copy trunk to extra-x86_64
Added:
gnome-photos/repos/extra-x86_64/PKGBUILD
(from rev 312675, gnome-photos/trunk/PKGBUILD)
Deleted:
gnome-photos/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 108 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 54 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-14 20:53:17 UTC (rev 312675)
+++ PKGBUILD 2017-12-14 20:53:43 UTC (rev 312676)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-photos
-pkgver=3.26.2
-pkgrel=1
-pkgdesc="Access, organize, and share your photos on GNOME"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Apps/Photos"
-license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas grilo-plugins lcms2
- tracker-miners geocode-glib grilo gfbgraph libgdata libgexiv2 libraw gnome-online-accounts
- gnome-online-miners dleyna-server dleyna-renderer)
-makedepends=(itstool python yelp-tools autoconf-archive git)
-groups=(gnome-extra)
-_commit=05e67a00a834247359131998b1abbf5a350d8c00 # tags/3.26.2^0
-source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit"
- "git+https://git.gnome.org/browse/libgd")
-sha256sums=('SKIP'
- 'SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-
- git submodule init
- git config --local submodule.libgd.url "$srcdir/libgd"
- git submodule update
-
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd $pkgname
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --libexecdir=/usr/lib/$pkgname --enable-compile-warnings=minimum
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-check() {
- cd $pkgname
- # disabled: needs dogtail which we don't have
- #make check
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-}
Copied: gnome-photos/repos/extra-x86_64/PKGBUILD (from rev 312675, gnome-photos/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-14 20:53:43 UTC (rev 312676)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-photos
+pkgver=3.26.3
+pkgrel=1
+pkgdesc="Access, organize, and share your photos on GNOME"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/Photos"
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas grilo-plugins lcms2
+ tracker-miners geocode-glib grilo gfbgraph libgdata libgexiv2 libraw gnome-online-accounts
+ gnome-online-miners dleyna-server dleyna-renderer)
+makedepends=(itstool python yelp-tools autoconf-archive git)
+groups=(gnome-extra)
+_commit=499ea2a771eed61f81e9b6f751941a61853e792c # tags/3.26.3^0
+source=("git+https://git.gnome.org/browse/gnome-photos#commit=$_commit"
+ "git+https://git.gnome.org/browse/libgd")
+sha256sums=('SKIP'
+ 'SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+
+ git submodule init
+ git config --local submodule.libgd.url "$srcdir/libgd"
+ git submodule update
+
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --libexecdir=/usr/lib --enable-compile-warnings=minimum
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+check() {
+ cd $pkgname
+ # disabled: needs dogtail which we don't have
+ #make check
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list