From 187c895668333b13a3bd8e8064f97b19fbde0d48 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 19 Jul 2018 14:13:39 +0000 Subject: community/paper-icon-theme: upgrade to 1.5.0 --- community/paper-icon-theme/APKBUILD | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) (limited to 'community/paper-icon-theme') diff --git a/community/paper-icon-theme/APKBUILD b/community/paper-icon-theme/APKBUILD index e311da63abb..279ee6a6521 100644 --- a/community/paper-icon-theme/APKBUILD +++ b/community/paper-icon-theme/APKBUILD @@ -1,39 +1,31 @@ # Contributor: Carlo Landmeter # Maintainer: Carlo Landmeter pkgname=paper-icon-theme -pkgver=1.4.0 +pkgver=1.5.0 pkgrel=0 pkgdesc="Paper is a modern freedesktop icon theme" url="https://snwh.org/paper" arch="noarch" license="CC-BY-SA-4.0" depends="" -makedepends="automake autoconf libtool" +makedepends="meson" install="" options="!strip" subpackages="" -source="paper-icon-theme-$pkgver.tar.gz::https://github.com/snwh/paper-icon-theme/archive/v$pkgver.tar.gz" -builddir="$srcdir/paper-icon-theme-$pkgver" +source="paper-icon-theme-$pkgver.tar.gz::https://github.com/snwh/paper-icon-theme/archive/v.$pkgver.tar.gz" +builddir="$srcdir/paper-icon-theme-v.$pkgver" build() { cd "$builddir" - autoreconf -vif - ./configure \ - --build=$CBUILD \ - --host=$CHOST \ + meson \ + --buildtype=release \ --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --localstatedir=/var \ - || return 1 - make || return 1 + . build + ninja -C "$builddir"/build } package() { - cd "$builddir" - make DESTDIR="$pkgdir" install || return 1 + DESTDIR="$pkgdir" ninja -C "$builddir"/build install } -md5sums="076e1dfa1bc5928f4c6616ffd933926a paper-icon-theme-1.4.0.tar.gz" -sha256sums="b90f3a84634572bcba76cdd0c2a0d305a5c521c2054d3d390edffda5f233928b paper-icon-theme-1.4.0.tar.gz" -sha512sums="8089a926d61d22fea9f5145ae383e1558c792bd4bf0dc4b74b1bab0b6bfae987275512ec54e7d966fb18329804470f08759205ad0270624a0243a0394b1d0727 paper-icon-theme-1.4.0.tar.gz" +sha512sums="be84bc332eba0e9c216435a130d3eed180fe1807d81ff7b3aadb3914fc130c9e243fb7fccef8febae1da6655f8e8a1bcf9420afb429e11e4c79bcbbb5bcd291b paper-icon-theme-1.5.0.tar.gz" -- cgit v1.2.3