diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-20 22:57:18 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-22 23:46:20 -0300 |
commit | 42ff484f9bfc87f2cb67dbf305dab4850f0ec3a2 (patch) | |
tree | 08d5d5e54240f41af2900ef6326b31d28c07bde4 | |
parent | bbf2581e6a6d3aa6e48c61ffb4013d76b3178049 (diff) | |
download | aports-42ff484f9bfc87f2cb67dbf305dab4850f0ec3a2.tar.bz2 aports-42ff484f9bfc87f2cb67dbf305dab4850f0ec3a2.tar.xz |
community/libmateweather: upgrade to 1.22.1
-rw-r--r-- | community/libmateweather/APKBUILD | 14 | ||||
-rw-r--r-- | community/libmateweather/install-sh.patch | 10 |
2 files changed, 4 insertions, 20 deletions
diff --git a/community/libmateweather/APKBUILD b/community/libmateweather/APKBUILD index a57d9dc4e0..f0a41082c6 100644 --- a/community/libmateweather/APKBUILD +++ b/community/libmateweather/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=libmateweather -pkgver=1.22.0 +pkgver=1.22.1 pkgrel=0 pkgdesc="A library to access weather information from online services for numerous locations" url="https://github.com/mate-desktop/libmateweather" @@ -10,12 +10,9 @@ license="GPL-2.0" depends="mate-common" makedepends="libsoup-dev libtool intltool gtk+3.0-dev libxml2-utils tzdata" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz - install-sh.patch" -builddir="$srcdir/$pkgname-$pkgver" +source="https://pub.mate-desktop.org/releases/${pkgver%.*}/libmateweather-$pkgver.tar.xz" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -26,14 +23,11 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" - make DESTDIR="${pkgdir}" install + make DESTDIR="$pkgdir" install } -sha512sums="43371fc615dda2b9042633a63ac4c1fb0b1ea43b20c783e443b0f57e10ad8fddedbd593f03bd6c942729f0a9c80484266fe1ef900d128fa4b02f80d6a80ae9bd libmateweather-1.22.0.tar.xz -c5b37c91f46ac09fe810cdc040c0cc8b3e457cf23f1fc8965a5e88105b441052772d3b46fd02d6ae35e91c1df81ff4618c9c61319e6ab7314e80243c72222147 install-sh.patch" +sha512sums="c7f5214c14fa3bf6bbb55442ea450c0f3c0a2849e29f72821c22db88baf3763c72dd6d2a27795c23d8ecc69d190a55313f6cfd18dc2a41c233a7e1e5653a0868 libmateweather-1.22.1.tar.xz" diff --git a/community/libmateweather/install-sh.patch b/community/libmateweather/install-sh.patch deleted file mode 100644 index b3453421d4..0000000000 --- a/community/libmateweather/install-sh.patch +++ /dev/null @@ -1,10 +0,0 @@ -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 |