diff --git trunk/PKGBUILD trunk/PKGBUILD index 17c59ba6..90356dc0 100644 --- trunk/PKGBUILD +++ trunk/PKGBUILD @@ -18,8 +18,12 @@ optdepends=('libraw: read RAW files' 'brasero: burn discs' 'liboauth: web albums') _commit=1ab909b4754ae3f48d41ee466ca3f4ed5e732785 # tags/3.12.0^0 -source=("git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=$_commit") -sha256sums=('SKIP') +source=("git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=$_commit" + "fix-shared-module.patch::https://gitlab.gnome.org/GNOME/gthumb/-/commit/d13c10b841ce55251d502193bfb680aa0fa949a5.patch" + "fix-lingua.patch::https://gitlab.gnome.org/GNOME/gthumb/-/commit/daef485dffd67319c114cf1bda453bf6157e11ff.patch") +sha256sums=('SKIP' + 'ab06dbbe74f3f89c31aa0eb151a0cb746c3220c31ded2a49af0848412d89f272' + '519da12729c3106aee7ce3901d700ae8d9c0bb1d16e2ed5bd1a182353997c27d') pkgver() { cd $pkgname @@ -28,6 +32,8 @@ pkgver() { prepare() { cd $pkgname + patch -p1 -N -i ../fix-shared-module.patch + patch -p1 -N -i ../fix-lingua.patch } build() {