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
64d5182f
Commit
64d5182f
authored
5 years ago
by
Mike Sullivan
Committed by
Kevin Daudt
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/biber: fix sortinihash values to match perl-unicode-collate
parent
3cfa6527
Loading
Loading
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/biber/APKBUILD
+5
-3
5 additions, 3 deletions
community/biber/APKBUILD
community/biber/fix-sortinithash-unicode-collate.patch
+1630
-0
1630 additions, 0 deletions
community/biber/fix-sortinithash-unicode-collate.patch
with
1635 additions
and
3 deletions
community/biber/APKBUILD
+
5
−
3
View file @
64d5182f
...
...
@@ -3,7 +3,7 @@
pkgname
=
biber
# This version should be compatible with Biblatex in testing
pkgver
=
2.12
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Backend processor for BibLaTeX"
url
=
"https://github.com/plk/biber"
arch
=
"noarch"
...
...
@@ -23,7 +23,8 @@ depends="perl perl-module-build perl-config-autoconf
checkdepends
=
"perl-test-simple"
makedepends
=
"perl-dev"
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
fix-sortinithash-unicode-collate.patch"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
prepare
()
{
...
...
@@ -65,4 +66,5 @@ package() {
find
"
$pkgdir
"
\(
-name
perllocal.pod
-o
-name
.packlist
\)
-delete
}
sha512sums
=
"72f1a05224dc2735b32e92ac376d392fb631bf788a15de449471fdc5a94182ad4434ce71f95281e4cfc3a06cd275d2ff98e526d540c2979cd3e0dfa15b5c75ff biber-2.12.tar.gz"
sha512sums
=
"72f1a05224dc2735b32e92ac376d392fb631bf788a15de449471fdc5a94182ad4434ce71f95281e4cfc3a06cd275d2ff98e526d540c2979cd3e0dfa15b5c75ff biber-2.12.tar.gz
fb09766b549605868bc972d4cce30748c1364cb8780fd97f2c000d8148197877642d9b7546e8e88837b95ec2fb80b4dcd9567500d12016b92c8254504387ada2 fix-sortinithash-unicode-collate.patch"
This diff is collapsed.
Click to expand it.
community/biber/fix-sortinithash-unicode-collate.patch
0 → 100644
+
1630
−
0
View file @
64d5182f
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