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
Model registry
Monitor
Service Desk
Analyze
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
alpine
aports
Commits
5851d7b8
Commit
5851d7b8
authored
6 years ago
by
Paul Bredbury
Committed by
Leonardo Arena
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/mate-user-guide: upgrade to 1.22.0
parent
2bdda76b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/mate-user-guide/APKBUILD
+5
-3
5 additions, 3 deletions
community/mate-user-guide/APKBUILD
community/mate-user-guide/install-sh.patch
+10
-0
10 additions, 0 deletions
community/mate-user-guide/install-sh.patch
with
15 additions
and
3 deletions
community/mate-user-guide/APKBUILD
+
5
−
3
View file @
5851d7b8
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname
=
mate-user-guide
pkgver
=
1.2
1
.0
pkgver
=
1.2
2
.0
pkgrel
=
0
pkgdesc
=
"Documents targeted for end-users of MATE"
url
=
"https://github.com/mate-desktop/mate-user-guide"
...
...
@@ -9,7 +9,8 @@ arch="noarch"
license
=
"CC"
makedepends
=
"itstool libxml2-utils intltool gettext-dev"
subpackages
=
"
$pkgname
-doc
$pkgname
-lang"
source
=
"https://pub.mate-desktop.org/releases/
${
pkgver
%.*
}
/
$pkgname
-
$pkgver
.tar.xz"
source
=
"https://pub.mate-desktop.org/releases/
${
pkgver
%.*
}
/
$pkgname
-
$pkgver
.tar.xz
install-sh.patch"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
build
()
{
...
...
@@ -32,4 +33,5 @@ package() {
make
DESTDIR
=
"
${
pkgdir
}
"
install
}
sha512sums
=
"1bbed2d7c4e23a3f8e08afd3ed9fdeaff594240767157c681119317165ac7f8f3f335dfe3758146b6ab5312bfa5220c168dd95dc746ce0649af102fb9126c771 mate-user-guide-1.21.0.tar.xz"
sha512sums
=
"faf82569d8289f13d31c0c3a548692194f4938dc341b5a2214ccd3bba1fafaa6b5446cc5455ade391e7172268354cf2088c2a119aee96d3d42e71ee4c094dd14 mate-user-guide-1.22.0.tar.xz
2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch"
This diff is collapsed.
Click to expand it.
community/mate-user-guide/install-sh.patch
0 → 100644
+
10
−
0
View file @
5851d7b8
diff --git a/install-sh b/install-sh
index defb86a..8175c64 100755
--- a/install-sh
+++ b/install-sh
@@ -1,4 +1,4 @@
-#!/usr/bin/sh
+#!/bin/sh
# install - install a program, script, or datafile
scriptversion=2018-03-11.20; # UTC
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