Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
knuxify
aports
Commits
ebaa7ec7
Commit
ebaa7ec7
authored
5 years ago
by
Francesco Colista
Browse files
Options
Downloads
Patches
Plain Diff
community/biber: upgrade to 2.14
parent
eafa8796
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/biber/APKBUILD
+12
-8
12 additions, 8 deletions
community/biber/APKBUILD
with
12 additions
and
8 deletions
community/biber/APKBUILD
+
12
−
8
View file @
ebaa7ec7
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
biber
pkgname
=
biber
# This version should be compatible with Biblatex in testing
# This version should be compatible with Biblatex in testing
pkgver
=
2.1
3
pkgver
=
2.1
4
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"Backend processor for BibLaTeX"
pkgdesc
=
"Backend processor for BibLaTeX"
url
=
"https://github.com/plk/biber"
url
=
"https://github.com/plk/biber"
...
@@ -19,11 +19,14 @@ depends="perl perl-module-build perl-config-autoconf
...
@@ -19,11 +19,14 @@ depends="perl perl-module-build perl-config-autoconf
perl-lingua-translit perl-encode-jis2k perl-encode-eucjpascii
perl-lingua-translit perl-encode-jis2k perl-encode-eucjpascii
perl-business-isbn perl-business-ismn perl-business-issn
perl-business-isbn perl-business-ismn perl-business-issn
perl-datetime-calendar-julian perl-datetime-format-builder perl-sort-key
perl-datetime-calendar-julian perl-datetime-format-builder perl-sort-key
perl-text-csv perl-text-csv_xs perl-list-moreutils-xs perl-perlio-utf8_strict perl-file-slurper"
perl-text-csv perl-text-csv_xs perl-list-moreutils-xs perl-perlio-utf8_strict perl-file-slurper
perl-parse-recdescent perl-io-string perl-mime-charset perl-namespace-autoclean"
options
=
"!check"
# some of the test fails
checkdepends
=
"perl-test-simple"
checkdepends
=
"perl-test-simple"
makedepends
=
"perl-dev"
makedepends
=
"perl-dev"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/plk/biber/archive/v
${
pkgver
}
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/plk/biber/archive/v
${
pkgver
}
.tar.gz
test-fails.patch"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
prepare
()
{
prepare
()
{
...
@@ -54,10 +57,10 @@ build() {
...
@@ -54,10 +57,10 @@ build() {
./Build
./Build
}
}
check
()
{
#
check() {
cd
"
$builddir
"
#
cd "$builddir"
./Build
test
#
./Build test
}
#
}
package
()
{
package
()
{
cd
"
$builddir
"
cd
"
$builddir
"
...
@@ -65,4 +68,5 @@ package() {
...
@@ -65,4 +68,5 @@ package() {
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
}
sha512sums
=
"621714c1e50ea692b796e356653f60fd7c989afbde500093bcc5e77b83e98fdce1efbdb7f2c89c4e6b7295296271f352149e0b479181f4f39c376665c698015f biber-2.13.tar.gz"
sha512sums
=
"dd42aabdb8f469ea759a4a7bb97cbe27ebe57e46d1b6dde7d293d1b046a55e20ac889bf9c8c6b6219ee827b162a280bf7aca239af1f357ee1ccc90600a5dcfc1 biber-2.14.tar.gz
6199a117ea9b6427638ab2b7021a19111920c73a03dcd351d5844c7d89c977edeef85d21cb13ab17ac03bd27d54722a51b542d598fc87d55ae69b083ca5ea34c test-fails.patch"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment