mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
Most of these updates is based on data from https://repology.org/, detection based on permanent redirect from http:// to https://. $source urls are updated when they contain $url as substring.
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
|
|
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
|
|
pkgname=paper-icon-theme
|
|
pkgver=1.4.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"
|
|
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"
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
autoreconf -vif
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--mandir=/usr/share/man \
|
|
--localstatedir=/var \
|
|
|| return 1
|
|
make || return 1
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make DESTDIR="$pkgdir" install || return 1
|
|
}
|
|
|
|
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"
|