Balló György pushed to branch main at Arch Linux / Packaging / Packages / gthumb
Commits:
078c3c33 by Balló György at 2024-09-05T15:26:48+02:00
upgpkg: 3.12.6-2: Add appstream and glib2-devel to makedepends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,16 @@
pkgbase = gthumb
pkgdesc = Image browser and viewer for the GNOME Desktop
pkgver = 3.12.6
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.gnome.org/Apps/gthumb
arch = x86_64
license = GPL-2.0-or-later
+ makedepends = appstream
makedepends = brasero
makedepends = docbook-xsl
makedepends = exiv2
makedepends = git
+ makedepends = glib2-devel
makedepends = liboauth
makedepends = libraw
makedepends = meson
@@ -30,7 +32,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=e93764a1ebe6bd54a32a24dfffd33267b85f7ab4
- b2sums = SKIP
+ source = git+https://gitlab.gnome.org/GNOME/gthumb.git#tag=3.12.6
+ b2sums =
a4577f1b5a1b23ef4982d90ebfa54008b3f6a9acb57a83ab2add7018e04e3ffb45202a2718f285b6a18bc8734b081dd2807d388d98c49bf692671a0bc2b4a734
pkgname = gthumb
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=gthumb
pkgver=3.12.6
-pkgrel=1
+pkgrel=2
pkgdesc="Image browser and viewer for the GNOME Desktop"
url="https://wiki.gnome.org/Apps/gthumb"
arch=(x86_64)
@@ -25,10 +25,12 @@ depends=(
webkit2gtk
)
makedepends=(
+ appstream
brasero
docbook-xsl
exiv2
git
+ glib2-devel
liboauth
libraw
meson
@@ -40,16 +42,10 @@ optdepends=(
'liboauth: web albums'
'libraw: read RAW files'
)
-_commit=e93764a1ebe6bd54a32a24dfffd33267b85f7ab4 # tags/3.12.6^0
source=(
- "git+https://gitlab.gnome.org/GNOME/gthumb.git#commit=$_commit"
+ "git+https://gitlab.gnome.org/GNOME/gthumb.git#tag=$pkgver"
)
-b2sums=('SKIP')
-
-pkgver() {
- cd gthumb
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
+b2sums=('a4577f1b5a1b23ef4982d90ebfa54008b3f6a9acb57a83ab2add7018e04e3ffb45202a2718f285b6a18bc8734b081dd2807d388d98c49bf692671a0bc2b4a734')
prepare() {
cd gthumb
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gthumb/-/commit/078c3c3379f401d7e3867202dcf07ef76c48e1f1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gthumb/-/commit/078c3c3379f401d7e3867202dcf07ef76c48e1f1
You're receiving this email because of your account on gitlab.archlinux.org.