mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/appstream to 0.12.10-1
This commit is contained in:
parent
dac5c6c191
commit
f9bfc3043f
1 changed files with 4 additions and 7 deletions
|
@ -7,22 +7,20 @@
|
||||||
|
|
||||||
pkgbase=appstream
|
pkgbase=appstream
|
||||||
pkgname=(appstream appstream-qt)
|
pkgname=(appstream appstream-qt)
|
||||||
pkgver=0.12.9
|
pkgver=0.12.10
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Provides a standard for creating app stores across distributions"
|
pkgdesc="Provides a standard for creating app stores across distributions"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://distributions.freedesktop.org/wiki/AppStream"
|
url="https://distributions.freedesktop.org/wiki/AppStream"
|
||||||
license=(GPL)
|
license=(GPL)
|
||||||
depends=(libyaml libxml2 libstemmer glib2 lmdb)
|
depends=(libyaml libxml2 libstemmer glib2 lmdb libsoup)
|
||||||
makedepends=(meson xmlto gobject-introspection gtk-doc qt5-tools itstool vala gperf)
|
makedepends=(meson xmlto gobject-introspection gtk-doc qt5-tools itstool vala gperf)
|
||||||
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
|
source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
|
||||||
update-appstream-cache.hook
|
update-appstream-cache.hook
|
||||||
appstream-fix-double-free.patch::"https://github.com/ximion/appstream/commit/da9f330d.patch"
|
|
||||||
0001-Remove-Wno-error-deprecated-copy.patch)
|
0001-Remove-Wno-error-deprecated-copy.patch)
|
||||||
sha256sums=('459273e3aaaf8c393441c9532c0b808e61f0278ff6623c058563af1c904aa31d'
|
sha256sums=('9f0a2c550729e4ccd29844c7a9d021f687fb133ffb37f23f928d50a125d7bd0f'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
|
'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
|
||||||
'fb49831d8c8353d8e634c8a68f06d62baadc70dd28c06e388d8e6270e2b55e7d'
|
|
||||||
'e4cfc8b0f72c6a659e70dbd7dc870431faa0cf3320a64c8ca4f0df3a5e13117e')
|
'e4cfc8b0f72c6a659e70dbd7dc870431faa0cf3320a64c8ca4f0df3a5e13117e')
|
||||||
validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <matthias@tenstral.net>
|
validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <matthias@tenstral.net>
|
||||||
|
|
||||||
|
@ -30,7 +28,6 @@ prepare() {
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
|
||||||
cd AppStream-$pkgver
|
cd AppStream-$pkgver
|
||||||
patch -p1 -i ../appstream-fix-double-free.patch # Fix double free when running appstream generator
|
|
||||||
patch -p1 -i ../0001-Remove-Wno-error-deprecated-copy.patch
|
patch -p1 -i ../0001-Remove-Wno-error-deprecated-copy.patch
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue