Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
fc0727aa
Verified
Commit
fc0727aa
authored
1 year ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
system/po4a: Update to 0.69
parent
a1e062a2
No related branches found
No related tags found
1 merge request
!690
system/ repo updates from A.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
system/po4a/APKBUILD
+3
-3
3 additions, 3 deletions
system/po4a/APKBUILD
system/po4a/disable-stats.patch
+3
-3
3 additions, 3 deletions
system/po4a/disable-stats.patch
with
6 additions
and
6 deletions
system/po4a/APKBUILD
+
3
−
3
View file @
fc0727aa
# Contributor: Christian Kampka <christian@kampka.net>
# Maintainer: Zach van Rijn <me@zv.io>
pkgname
=
po4a
pkgver
=
0.6
6
pkgver
=
0.6
9
pkgrel
=
0
pkgdesc
=
"Tools for helping translation of documentation"
url
=
"https://po4a.org"
...
...
@@ -35,5 +35,5 @@ package() {
find
${
pkgdir
}
-name
.packlist
-o
-name
perllocal.pod
-delete
}
sha512sums
=
"
f72e1267cbd6ced01ecc362c327b1634c47dff15398b48644548d28e01ba91108d5626e6d4abcfcb360697e4c0affa3228c6993653ce8f257acbbb3d7ae20fc4
po4a-0.6
6
.tar.gz
4877c3be93b9f6da56db75feb3c72433a14aef465401d0f39db62a1914cc69f062c03a6001f96e5fd726eadd63d0b6094835e30cfe4ce865945af4195d9ee07f
disable-stats.patch"
sha512sums
=
"
9cb5eec547ab18d1c3ebdda212b909fc4f5489a74641ba2d7e0a3a1d060f245d23667c16e687c678c5ccc3809c9315d20673266dcc3764172a899caa397238e3
po4a-0.6
9
.tar.gz
be457a023383c60864bd155b13d8952f8ae523b709a464af2419695a3fb64c1ee6b4176b23811241fa9bed87c2d0c44dbf8c19178046b052b49ea191d03ccc5a
disable-stats.patch"
This diff is collapsed.
Click to expand it.
system/po4a/disable-stats.patch
+
3
−
3
View file @
fc0727aa
...
...
@@ -13,10 +13,10 @@ This is because stdout/stderr is empty.
@@ -15,7 +15,8 @@
$self->depends_on('docs');
$self->depends_on('distmeta'); # regenerate META.yml
$self->depends_on('man');
- $self->depends_on('postats');
$self->depends_on('man')
unless ($^O eq 'MSWin32')
;
- $self->depends_on('postats')
unless ($^O eq 'MSWin32')
;
+ # We don't need to show stats at the end.
+ # $self->depends_on('postats');
+ # $self->depends_on('postats')
unless $(^O eq 'MSWin32')
;
}
sub make_files_writable {
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