mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-svglite: fix systemrequirements
This commit is contained in:
parent
80fe595586
commit
201d0756a2
3 changed files with 9 additions and 8 deletions
|
@ -2,10 +2,10 @@
|
||||||
# Contributor: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Contributor: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=svglite
|
_pkgname=svglite
|
||||||
_pkgver=2.1.1
|
_pkgver=2.1.2
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=3
|
pkgrel=0
|
||||||
pkgdesc="An 'SVG' Graphics Device"
|
pkgdesc="An 'SVG' Graphics Device"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
|
@ -33,8 +33,8 @@ optdepends=(
|
||||||
r-xml2
|
r-xml2
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
md5sums=('95ce45d5f57c8e82b7b2322fbe4868fb')
|
md5sums=('0a81b2dd4e1f55970106aabe66b064c7')
|
||||||
sha256sums=('48700169eec1b05dbee9e2bae000aa84c544617b018cb3ac431a128cfd8dac56')
|
sha256sums=('c2c163e17de8174408062b969a1fc298aa1dba957dc0acc1c898384bb76c0030')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
|
|
@ -9,7 +9,7 @@ from lilac_r_utils import r_pre_build
|
||||||
def pre_build():
|
def pre_build():
|
||||||
r_pre_build(
|
r_pre_build(
|
||||||
_G,
|
_G,
|
||||||
expect_systemrequirements = "C++11, libpng",
|
expect_systemrequirements = "libpng",
|
||||||
)
|
)
|
||||||
|
|
||||||
def post_build():
|
def post_build():
|
||||||
|
|
|
@ -15,7 +15,8 @@ update_on:
|
||||||
repo: cran
|
repo: cran
|
||||||
md5: true
|
md5: true
|
||||||
- alias: r
|
- alias: r
|
||||||
- source: alpmfiles
|
- source: alpm
|
||||||
pkgname: libpng
|
alpm: libpng
|
||||||
filename: usr/lib/libpng16\.so\.([^.]+)
|
|
||||||
repo: extra
|
repo: extra
|
||||||
|
provided: libpng16.so
|
||||||
|
strip_release: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue