testing/totem-pl-parser: upgrade to 3.26.0

This commit is contained in:
Natanael Copa 2018-04-11 13:18:14 +00:00
parent 2ef423ffa8
commit b11cda3375

View File

@ -1,34 +1,33 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org> # Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=totem-pl-parser pkgname=totem-pl-parser
pkgver=3.10.7 pkgver=3.26.0
pkgrel=0 pkgrel=0
pkgdesc="GNOME playlist parser library" pkgdesc="GNOME playlist parser library"
url="http://www.gnome.org/" url="http://www.gnome.org/"
arch="all" arch="all"
license="LGPL" license="LGPL"
depends="" makedepends="meson gnome-desktop-dev libsoup-dev libxml2-dev json-glib-dev
depends_dev="" gmime-dev libxml2-utils libxslt itstool ninja"
makedepends="gnome-desktop-dev libsoup-dev libxml2-dev json-glib-dev gmime-dev libxml2-utils libxslt itstool $depends_dev"
install="" install=""
subpackages="$pkgname-dev $pkgname-doc" subpackages="$pkgname-dev $pkgname-lang"
source="https://download.gnome.org/sources/totem-pl-parser/3.10/totem-pl-parser-$pkgver.tar.xz" source="https://download.gnome.org/sources/totem-pl-parser/${pkgver%.*}/totem-pl-parser-$pkgver.tar.xz"
builddir="$srcdir/totem-pl-parser-$pkgver" builddir="$srcdir/totem-pl-parser-$pkgver"
build() { build() {
cd "$builddir" mkdir "$builddir"/build
./configure \ cd "$builddir"/build
--build=$CBUILD \ meson \
--host=$CHOST \
--prefix=/usr \ --prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \
--mandir=/usr/share/man \ --mandir=/usr/share/man \
--localstatedir=/var --localstatedir=/var \
make ..
ninja
} }
package() { package() {
cd "$builddir" cd "$builddir"/build
make DESTDIR="$pkgdir" install DESTDIR="$pkgdir" ninja install
} }
sha512sums="681ebd61680a4aab3fc4d1d1d158d1d938c0a015f25464169862e0fa3b108af0d0392151a0f4661aa0edafdd7f83ea7f3296dfd01cabdcf3bcac36be488e764e totem-pl-parser-3.10.7.tar.xz" sha512sums="30fad1f96bb0f16b39afc7f0d9632ea1e97f5c96e8aecbf0a6c19b9474c5683adc90786ac27d64d68130914fdf073b575921d54d0bced6cd5bdd23631252e8d8 totem-pl-parser-3.26.0.tar.xz"