Date: Monday, April 24, 2023 @ 23:54:56
Author: spupykin
Revision: 1448590
upgpkg: shotwell 2:0.32.0-1
Modified:
shotwell/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-24 23:42:26 UTC (rev 1448589)
+++ PKGBUILD 2023-04-24 23:54:56 UTC (rev 1448590)
@@ -4,21 +4,21 @@
pkgname=shotwell
epoch=2
-pkgver=0.30.17
+pkgver=0.32.0
_basever=${pkgver%.*}
-pkgrel=3
+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/"
+url="https://wiki.gnome.org/Apps/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')
+ 'gcr' 'libgdata' 'libportal-gtk3')
+makedepends=('intltool' 'vala>=0.17.2' 'itstool' 'meson' 'ninja' 'cmake')
# odd versions are unstable!
source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz")
-sha256sums=('b65a57dd0a1fc4f9ec70d4658f09320840b8aaa9f6e910c5b3fe960f5ec9cfc4')
+sha256sums=('1772b2fa1e7a5479d528028bc9a303f2855e1d959a5b3c917922e63a98a90b19')
prepare() {
cd ${pkgname}-${pkgver}
@@ -27,7 +27,7 @@
}
build() {
- arch-meson ${pkgname}-${pkgver} build -D install-apport-hook=false
+ arch-meson ${pkgname}-${pkgver} build
ninja -C build
}