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
be653a28
Commit
be653a28
authored
5 years ago
by
Leonardo Arena
Browse files
Options
Downloads
Patches
Plain Diff
community/atril: upgrade to 1.22.0
parent
1038ee33
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/atril/APKBUILD
+6
-4
6 additions, 4 deletions
community/atril/APKBUILD
community/atril/install-sh.patch
+10
-0
10 additions, 0 deletions
community/atril/install-sh.patch
with
16 additions
and
4 deletions
community/atril/APKBUILD
+
6
−
4
View file @
be653a28
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname
=
atril
pkgname
=
atril
pkgver
=
1.2
1.1
pkgver
=
1.2
2.0
pkgrel
=
2
pkgrel
=
0
pkgdesc
=
"A document viewer for MATE"
pkgdesc
=
"A document viewer for MATE"
url
=
"https://github.com/mate-desktop/atril"
url
=
"https://github.com/mate-desktop/atril"
arch
=
"all"
arch
=
"all"
...
@@ -15,7 +15,8 @@ makedepends="intltool glib-dev gtk+3.0-dev mate-desktop-dev
...
@@ -15,7 +15,8 @@ makedepends="intltool glib-dev gtk+3.0-dev mate-desktop-dev
poppler-dev tiff-dev itstool libxml2-utils libxml2-dev python2-dev
poppler-dev tiff-dev itstool libxml2-utils libxml2-dev python2-dev
libspectre-dev webkit2gtk-dev"
libspectre-dev webkit2gtk-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-lang"
subpackages
=
"
$pkgname
-dev
$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
"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
...
@@ -41,4 +42,5 @@ package() {
...
@@ -41,4 +42,5 @@ package() {
make
DESTDIR
=
"
${
pkgdir
}
"
install
make
DESTDIR
=
"
${
pkgdir
}
"
install
}
}
sha512sums
=
"aad77b3c3089c8732dd75f9b99b28d24cc75959bf49b1b21e8eeb150500d5a1ba98149657ddf1c55de658ca5d8cec1269352a59afda4697b4f7715108bd95fac atril-1.21.1.tar.xz"
sha512sums
=
"bf940178647c348fd78e828bcb3a55c4ff6195d4020bf198ae5ba4a96e2fe582f7e30fb9d4cde4143e82ae783358373d3a9fd68413295586da9fe1b374e2f034 atril-1.22.0.tar.xz
2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch"
This diff is collapsed.
Click to expand it.
community/atril/install-sh.patch
0 → 100644
+
10
−
0
View file @
be653a28
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