[arch-commits] Commit in shotwell/repos/community-x86_64 (4 files)

Sergej Pupykin spupykin at archlinux.org
Sun Jul 19 11:27:24 UTC 2020


    Date: Sunday, July 19, 2020 @ 11:27:24
  Author: spupykin
Revision: 664556

archrelease: copy trunk to community-x86_64

Added:
  shotwell/repos/community-x86_64/0115-fix_meson_build.patch
    (from rev 664555, shotwell/trunk/0115-fix_meson_build.patch)
  shotwell/repos/community-x86_64/PKGBUILD
    (from rev 664555, shotwell/trunk/PKGBUILD)
Deleted:
  shotwell/repos/community-x86_64/0115-fix_meson_build.patch
  shotwell/repos/community-x86_64/PKGBUILD

----------------------------+
 0115-fix_meson_build.patch |   34 ++++++++++-----------
 PKGBUILD                   |   67 +++++++++++++++++++------------------------
 2 files changed, 47 insertions(+), 54 deletions(-)

Deleted: 0115-fix_meson_build.patch
===================================================================
--- 0115-fix_meson_build.patch	2020-07-19 11:27:16 UTC (rev 664555)
+++ 0115-fix_meson_build.patch	2020-07-19 11:27:24 UTC (rev 664556)
@@ -1,17 +0,0 @@
-Description: Remove --fatal-warnings from build options
-Author: Jörg Frings-Fürst <debian at jff.email>
-Last-Update: 2019-10-07
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
-Index: trunk/meson.build
-===================================================================
---- trunk.orig/meson.build
-+++ trunk/meson.build
-@@ -25,7 +25,6 @@ add_global_arguments(['--target-glib=2.4
-                       '--vapidir=@0@'.format(join_paths(meson.current_source_dir(),
-                         'vapi')),
-                       '--enable-checking',
--                      '--fatal-warnings',
-                       '--enable-experimental',
-                       '--enable-deprecated'], language : 'vala')
- 

Copied: shotwell/repos/community-x86_64/0115-fix_meson_build.patch (from rev 664555, shotwell/trunk/0115-fix_meson_build.patch)
===================================================================
--- 0115-fix_meson_build.patch	                        (rev 0)
+++ 0115-fix_meson_build.patch	2020-07-19 11:27:24 UTC (rev 664556)
@@ -0,0 +1,17 @@
+Description: Remove --fatal-warnings from build options
+Author: Jörg Frings-Fürst <debian at jff.email>
+Last-Update: 2019-10-07
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/meson.build
+===================================================================
+--- trunk.orig/meson.build
++++ trunk/meson.build
+@@ -25,7 +25,6 @@ add_global_arguments(['--target-glib=2.4
+                       '--vapidir=@0@'.format(join_paths(meson.current_source_dir(),
+                         'vapi')),
+                       '--enable-checking',
+-                      '--fatal-warnings',
+                       '--enable-experimental',
+                       '--enable-deprecated'], language : 'vala')
+ 

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-19 11:27:16 UTC (rev 664555)
+++ PKGBUILD	2020-07-19 11:27:24 UTC (rev 664556)
@@ -1,37 +0,0 @@
-# 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.8
-_basever=${pkgver%.*}
-pkgrel=2
-pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
-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"
-        0115-fix_meson_build.patch)
-sha256sums=('722d2ed2ffc843b150490d5e346395398b0b5f40dd706034fa3a70f30e00f5b8'
-            'ccc6127df325df5d36732e670e938a88dfb986f46ef860baaf5a23867db4158b')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../0115-fix_meson_build.patch
-}
-
-build() {
-  arch-meson ${pkgname}-${pkgver} build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-}

Copied: shotwell/repos/community-x86_64/PKGBUILD (from rev 664555, shotwell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-19 11:27:24 UTC (rev 664556)
@@ -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=1
+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