aboutsummaryrefslogtreecommitdiffstats
path: root/community/paper-icon-theme
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-07-19 14:13:39 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-07-19 14:13:39 +0000
commit187c895668333b13a3bd8e8064f97b19fbde0d48 (patch)
tree3182fca1bd7974ad58da19af8f5d71bf43596487 /community/paper-icon-theme
parent983910a8910473d7a9fa180808df5151677f217b (diff)
downloadaports-187c895668333b13a3bd8e8064f97b19fbde0d48.tar.bz2
aports-187c895668333b13a3bd8e8064f97b19fbde0d48.tar.xz
community/paper-icon-theme: upgrade to 1.5.0
Diffstat (limited to 'community/paper-icon-theme')
-rw-r--r--community/paper-icon-theme/APKBUILD28
1 files changed, 10 insertions, 18 deletions
diff --git a/community/paper-icon-theme/APKBUILD b/community/paper-icon-theme/APKBUILD
index e311da63ab..279ee6a652 100644
--- a/community/paper-icon-theme/APKBUILD
+++ b/community/paper-icon-theme/APKBUILD
@@ -1,39 +1,31 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
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"