Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / gthumb
Commits:
f6f0b77e by Jan Alexander Steffens (heftig) at 2024-02-18T21:05:41+01:00
3.12.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gthumb
pkgdesc = Image browser and viewer for the GNOME Desktop
- pkgver = 3.12.4
- pkgrel = 2
+ pkgver = 3.12.5
+ pkgrel = 1
url = https://wiki.gnome.org/Apps/gthumb
arch = x86_64
license = GPL-2.0-or-later
@@ -30,7 +30,7 @@ pkgbase = gthumb
optdepends = exiv2: metadata support
optdepends = liboauth: web albums
optdepends = libraw: read RAW files
- source =
git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=6b0bbc693626a5b848c55febab978f983bbef8eb
+ source =
git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=b52b22301274f5a294ccb92132322919a9307ddf
b2sums = SKIP
pkgname = gthumb
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Tobias Kieslich <[email protected]>
pkgname=gthumb
-pkgver=3.12.4
-pkgrel=2
+pkgver=3.12.5
+pkgrel=1
pkgdesc="Image browser and viewer for the GNOME Desktop"
url="https://wiki.gnome.org/Apps/gthumb"
arch=(x86_64)
@@ -40,7 +40,7 @@ optdepends=(
'liboauth: web albums'
'libraw: read RAW files'
)
-_commit=6b0bbc693626a5b848c55febab978f983bbef8eb # tags/3.12.4^0
+_commit=b52b22301274f5a294ccb92132322919a9307ddf # tags/3.12.5^0
source=(
"git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=$_commit"
)
@@ -53,9 +53,6 @@ pkgver() {
prepare() {
cd gthumb
-
- # libjxl 0.9.0
- git cherry-pick -n 306d0eeca5ef90d5b8810cdc9eb4a99c250a45be
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gthumb/-/commit/f6f0b77e622b3d74aadf925dd84b2608e7a0fb76
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gthumb/-/commit/f6f0b77e622b3d74aadf925dd84b2608e7a0fb76
You're receiving this email because of your account on gitlab.archlinux.org.