Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / gnome-epub-thumbnailer
Commits:
01398881 by Jan Alexander Steffens (heftig) at 2024-09-25T03:23:13+02:00
1.8-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,17 +1,20 @@
pkgbase = gnome-epub-thumbnailer
pkgdesc = Thumbnailer for EPub and MOBI books
- pkgver = 1.7
- pkgrel = 2
+ pkgver = 1.8
+ pkgrel = 1
url = https://gitlab.gnome.org/GNOME/gnome-epub-thumbnailer
arch = x86_64
- license = GPL
+ license = GPL-2.0-or-later
makedepends = git
makedepends = meson
+ depends = gcc-libs
depends = gdk-pixbuf2
- depends = librsvg
+ depends = glib2
+ depends = glibc
depends = libarchive
+ depends = librsvg
depends = libxml2
- source =
git+https://gitlab.gnome.org/GNOME/gnome-epub-thumbnailer.git#commit=24829a20630ee5a004f00b5fdd3b6830f593503f
- sha256sums = SKIP
+ source =
git+https://gitlab.gnome.org/GNOME/gnome-epub-thumbnailer.git#tag=1.8
+ b2sums =
4273a9d198549abc4a9dddd6a939574dc4eaf2420121e980ef667832d2a866746baf6c8a1ce1fd2a11ed882918804e30806668893ddd732f1d7b3c54418b53be
pkgname = gnome-epub-thumbnailer
=====================================
PKGBUILD
=====================================
@@ -1,22 +1,27 @@
# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
pkgname=gnome-epub-thumbnailer
-pkgver=1.7
-pkgrel=2
+pkgver=1.8
+pkgrel=1
pkgdesc="Thumbnailer for EPub and MOBI books"
url="https://gitlab.gnome.org/GNOME/gnome-epub-thumbnailer"
-license=(GPL)
+license=(GPL-2.0-or-later)
arch=(x86_64)
-depends=(gdk-pixbuf2 librsvg libarchive libxml2)
-makedepends=(git meson)
-_commit=24829a20630ee5a004f00b5fdd3b6830f593503f # tags/1.7^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-epub-thumbnailer.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
+depends=(
+ gcc-libs
+ gdk-pixbuf2
+ glib2
+ glibc
+ libarchive
+ librsvg
+ libxml2
+)
+makedepends=(
+ git
+ meson
+)
+source=("git+https://gitlab.gnome.org/GNOME/gnome-epub-thumbnailer.git#tag=$pkgver")
+b2sums=('4273a9d198549abc4a9dddd6a939574dc4eaf2420121e980ef667832d2a866746baf6c8a1ce1fd2a11ed882918804e30806668893ddd732f1d7b3c54418b53be')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-epub-thumbnailer/-/commit/01398881b59fa9b6eb4e61f99359e9e72ee86060
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-epub-thumbnailer/-/commit/01398881b59fa9b6eb4e61f99359e9e72ee86060
You're receiving this email because of your account on gitlab.archlinux.org.