Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
postmarketOS
pmaports
Commits
b320f948
Unverified
Commit
b320f948
authored
4 years ago
by
Oliver Smith
Browse files
Options
Downloads
Patches
Plain Diff
temp/gnome-calculator: copy fork from v20.05 branch (MR 1546)
parent
4e59a58a
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
temp/gnome-calculator/APKBUILD
+36
-0
36 additions, 0 deletions
temp/gnome-calculator/APKBUILD
with
36 additions
and
0 deletions
temp/gnome-calculator/APKBUILD
0 → 100644
+
36
−
0
View file @
b320f948
# Forked from Alpine to apply Purism's mobile patches
pkgname
=
gnome-calculator
pkgver
=
9999_git20200113
pkgrel
=
0
_commit
=
"b67ef929fdcb2677d31995044f8560574ee0e32f"
pkgdesc
=
"Calculator for solving mathematical equations"
url
=
"https://wiki.gnome.org/Apps/Calculator"
arch
=
"all !s390x !mips !mips64"
# gtksourceview4 is not available on s390x
license
=
"GPL-3.0-or-later"
makedepends
=
"vala gtksourceview4-dev glib-dev gtk+3.0-dev libsoup-dev
libxml2-dev meson mpc1-dev mpfr-dev itstool libgee-dev libhandy-dev"
subpackages
=
"
$pkgname
-doc
$pkgname
-lang
$pkgname
-dev"
source
=
"https://source.puri.sm/Librem5/gnome-calculator/-/archive/
$_commit
/gnome-calculator-
$_commit
.tar.gz"
builddir
=
"
$srcdir
/
$pkgname
-
$_commit
"
build
()
{
meson
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--localstatedir
=
/var
\
--libdir
=
/usr/lib
\
--buildtype
=
plain
\
.
output
ninja
-C
output
}
check
()
{
ninja
-C
output
test
}
package
()
{
DESTDIR
=
"
$pkgdir
"
ninja
-C
output
install
}
sha512sums
=
"952e0fb09b93852fd28803d41bf2518b9587d8adefb542e9bedf0a336aa94bb9befddd79e0b874cfcf7006e152b57ae036de6f2a922bc13934e6c713fab03f05 gnome-calculator-b67ef929fdcb2677d31995044f8560574ee0e32f.tar.gz"
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