Date: Monday, April 24, 2023 @ 23:55:05
Author: spupykin
Revision: 1448591
archrelease: copy trunk to community-x86_64
Added:
shotwell/repos/community-x86_64/PKGBUILD
(from rev 1448590, shotwell/trunk/PKGBUILD)
Deleted:
shotwell/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-24 23:54:56 UTC (rev 1448590)
+++ PKGBUILD 2023-04-24 23:55:05 UTC (rev 1448591)
@@ -1,36 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer : Ionut Biru <[email protected]>
-# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
-
-pkgname=shotwell
-epoch=2
-pkgver=0.30.17
-_basever=${pkgver%.*}
-pkgrel=3
-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=('b65a57dd0a1fc4f9ec70d4658f09320840b8aaa9f6e910c5b3fe960f5ec9cfc4')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- # fix string format in translation. It uses cyrillic-`e` instead of `e`.
- sed -i 's#%е#%e#g' po/ru.po
-}
-
-build() {
- arch-meson ${pkgname}-${pkgver} build -D install-apport-hook=false
- ninja -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" meson install -C build
-}
Copied: shotwell/repos/community-x86_64/PKGBUILD (from rev 1448590,
shotwell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-24 23:55:05 UTC (rev 1448591)
@@ -0,0 +1,36 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer : Ionut Biru <[email protected]>
+# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
+
+pkgname=shotwell
+epoch=2
+pkgver=0.32.0
+_basever=${pkgver%.*}
+pkgrel=1
+pkgdesc="A digital photo organizer designed for the GNOME desktop environment
(odd versions are unstable!)"
+arch=('x86_64')
+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' '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=('1772b2fa1e7a5479d528028bc9a303f2855e1d959a5b3c917922e63a98a90b19')
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ # fix string format in translation. It uses cyrillic-`e` instead of `e`.
+ sed -i 's#%е#%e#g' po/ru.po
+}
+
+build() {
+ arch-meson ${pkgname}-${pkgver} build
+ ninja -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" meson install -C build
+}