Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
gimp
Commits:
79d38152 by Christian Heusel at 2025-05-18T09:04:24+02:00
upgpkg: 3.0.4-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gimp
pkgdesc = GNU Image Manipulation Program
- pkgver = 3.0.2
- pkgrel = 3
+ pkgver = 3.0.4
+ pkgrel = 1
url = https://www.gimp.org/
install = gimp.install
arch = x86_64
@@ -72,10 +72,10 @@ pkgbase = gimp
optdepends = gjs: for JavaScript scripting support
optdepends = gutenprint: for sophisticated printing only as gimp has
built-in cups print support
optdepends = gvfs: for HTTP/S support (and many other schemes)
- source = git+https://gitlab.gnome.org/GNOME/gimp.git#tag=GIMP_3_0_2
+ source = git+https://gitlab.gnome.org/GNOME/gimp.git#tag=GIMP_3_0_4
source = git+https://gitlab.gnome.org/GNOME/gimp-data.git
source = linux.gpl
- sha256sums =
b9c26ac302dcf483753c574fd612fa49ab4bdc5008f32fb9c530309a861e041a
+ sha256sums =
f4c2c753d4966dceea2136848af2fddd6b2b2fcfc5e36613175b17accbdadce7
sha256sums = SKIP
sha256sums =
1003bbf5fc292d0d63be44562f46506f7b2ca5729770da9d38d3bb2e8a2f36b3
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Daniel Isenmann <[email protected]>
pkgname=gimp
-pkgver=3.0.2
-pkgrel=3
+pkgver=3.0.4
+pkgrel=1
pkgdesc='GNU Image Manipulation Program'
url='https://www.gimp.org/'
arch=('x86_64')
@@ -91,7 +91,7 @@ source=(
git+https://gitlab.gnome.org/GNOME/gimp-data.git
linux.gpl
)
-sha256sums=('b9c26ac302dcf483753c574fd612fa49ab4bdc5008f32fb9c530309a861e041a'
+sha256sums=('f4c2c753d4966dceea2136848af2fddd6b2b2fcfc5e36613175b17accbdadce7'
'SKIP'
'1003bbf5fc292d0d63be44562f46506f7b2ca5729770da9d38d3bb2e8a2f36b3')
@@ -100,9 +100,6 @@ prepare() {
git submodule init
git config submodule.gimp-data.url "$srcdir/gimp-data"
git -c protocol.file.allow=always submodule update
-
- # Fix FTBS with GCC 15
https://gitlab.archlinux.org/archlinux/packaging/packages/gimp/-/issues/10
- git cherry-pick -n 85bdad2b2ca7ba36a01bef945b1c4b193a2fa9d0
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gimp/-/commit/79d3815286b45583718fbfa4a230610c7e85ac58
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gimp/-/commit/79d3815286b45583718fbfa4a230610c7e85ac58
You're receiving this email because of your account on gitlab.archlinux.org.