Skip to content
Snippets Groups Projects
Commit 14f57f02 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

0.6-1

parent 5153ddeb
No related branches found
Tags 24.12.0-1
No related merge requests found
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libgepub
pkgver=0.5.2
pkgver=0.6
pkgrel=1
pkgdesc="Simple library to read epub files using glib"
url="https://git.gnome.org/browse/libgepub"
url="https://gitlab.gnome.org/GNOME/libgepub"
arch=(x86_64)
license=(LGPL)
depends=(webkit2gtk libarchive)
makedepends=(git gtk-doc gobject-introspection meson)
_commit=5a11b8cf296712ed27d5aa7c19ed2862ee4ffcf3 # tags/0.5.2^0
source=("git+https://git.gnome.org/browse/libgepub#commit=$_commit")
_commit=59067dedefda23f9a7297ae147c8c02c56338144 # tags/0.6^0
source=("git+https://gitlab.gnome.org/GNOME/libgepub.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
......@@ -19,22 +19,19 @@ pkgver() {
}
prepare() {
mkdir build
cd $pkgname
}
build() {
cd build
meson --prefix=/usr --buildtype=release ../$pkgname
ninja
arch-meson $pkgname build
ninja -C build
}
check() {
cd build
mesontest
meson test
}
package() {
cd build
DESTDIR="$pkgdir" ninja install
DESTDIR="$pkgdir" ninja -C build install
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment