[arch-commits] Commit in shotwell/trunk (PKGBUILD)

Sergej Pupykin spupykin at gemini.archlinux.org
Sun Jun 5 23:35:33 UTC 2022


    Date: Sunday, June 5, 2022 @ 23:35:32
  Author: spupykin
Revision: 1224319

upgpkg: shotwell 2:0.30.16-2

Modified:
  shotwell/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-05 23:26:22 UTC (rev 1224318)
+++ PKGBUILD	2022-06-05 23:35:32 UTC (rev 1224319)
@@ -6,7 +6,7 @@
 epoch=2
 pkgver=0.30.16
 _basever=${pkgver%.*}
-pkgrel=1
+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/"
@@ -20,6 +20,11 @@
 source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz")
 sha256sums=('c9882cfbdad303cb8161b149acbb4c617fbe7ca9f6ab6e22d174e2447e7518fa')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's#%е#%e#g' po/ru.po
+}
+
 build() {
   arch-meson ${pkgname}-${pkgver} build
   ninja -C build



More information about the arch-commits mailing list