[arch-commits] Commit in shotwell/repos (2 files)

Antonio Rojas arojas at archlinux.org
Thu Jul 23 17:55:29 UTC 2020


    Date: Thursday, July 23, 2020 @ 17:55:28
  Author: arojas
Revision: 665029

archrelease: copy trunk to community-staging-x86_64

Added:
  shotwell/repos/community-staging-x86_64/
  shotwell/repos/community-staging-x86_64/PKGBUILD
    (from rev 665028, shotwell/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: shotwell/repos/community-staging-x86_64/PKGBUILD (from rev 665028, shotwell/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-23 17:55:28 UTC (rev 665029)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
+
+pkgname=shotwell
+epoch=2
+pkgver=0.30.10
+_basever=${pkgver%.*}
+pkgrel=2
+pkgdesc="A digital photo organizer designed for the GNOME desktop environment (odd versions are unstable!)"
+arch=('x86_64')
+url="http://yorba.org/shotwell/"
+license=('LGPL2.1')
+depends=('libgee' 'webkit2gtk' 'libgexiv2' 'libraw' 'rest'
+	 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
+	 'gst-plugins-base' 'libgphoto2' 'libgudev'
+	 'gcr' 'libgdata')
+makedepends=('intltool' 'vala>=0.17.2' 'itstool' 'meson' 'ninja')
+# odd versions are unstable!
+source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz")
+sha256sums=('01fb8fa0c0404dc9362d589442442bf095c0d453db2718c4a9a6eb0ebfbe3c15')
+
+build() {
+  arch-meson ${pkgname}-${pkgver} build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}



More information about the arch-commits mailing list