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
11ba34b0
Commit
11ba34b0
authored
6 years ago
by
Paul Bredbury
Committed by
Leonardo Arena
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/libmateweather: upgrade to 1.22.0
parent
dd02cd5e
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/libmateweather/APKBUILD
+5
-3
5 additions, 3 deletions
community/libmateweather/APKBUILD
community/libmateweather/install-sh.patch
+10
-0
10 additions, 0 deletions
community/libmateweather/install-sh.patch
with
15 additions
and
3 deletions
community/libmateweather/APKBUILD
+
5
−
3
View file @
11ba34b0
# 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
=
libmateweather
pkgname
=
libmateweather
pkgver
=
1.2
1
.0
pkgver
=
1.2
2
.0
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"A library to access weather information from online services for numerous locations"
pkgdesc
=
"A library to access weather information from online services for numerous locations"
url
=
"https://github.com/mate-desktop/libmateweather"
url
=
"https://github.com/mate-desktop/libmateweather"
...
@@ -10,7 +10,8 @@ license="GPL-2.0"
...
@@ -10,7 +10,8 @@ license="GPL-2.0"
depends
=
"mate-common"
depends
=
"mate-common"
makedepends
=
"libsoup-dev libtool intltool gtk+3.0-dev libxml2-utils tzdata"
makedepends
=
"libsoup-dev libtool intltool gtk+3.0-dev libxml2-utils tzdata"
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
"
build
()
{
build
()
{
...
@@ -34,4 +35,5 @@ package() {
...
@@ -34,4 +35,5 @@ package() {
make
DESTDIR
=
"
${
pkgdir
}
"
install
make
DESTDIR
=
"
${
pkgdir
}
"
install
}
}
sha512sums
=
"dab6d10dcf6db51a7b321690066983e06b3e237842660125b0dc36b565a04e5910f0091826091e78a9c2634932a73bf45f4749c505fd42f407f4a5f921ed68c9 libmateweather-1.21.0.tar.xz"
sha512sums
=
"43371fc615dda2b9042633a63ac4c1fb0b1ea43b20c783e443b0f57e10ad8fddedbd593f03bd6c942729f0a9c80484266fe1ef900d128fa4b02f80d6a80ae9bd libmateweather-1.22.0.tar.xz
c5b37c91f46ac09fe810cdc040c0cc8b3e457cf23f1fc8965a5e88105b441052772d3b46fd02d6ae35e91c1df81ff4618c9c61319e6ab7314e80243c72222147 install-sh.patch"
This diff is collapsed.
Click to expand it.
community/libmateweather/install-sh.patch
0 → 100644
+
10
−
0
View file @
11ba34b0
diff --git a/build-aux/install-sh b/build-aux/install-sh
index defb86a..8175c64 100755
--- a/build-aux/install-sh
+++ b/build-aux/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