diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-24 20:44:44 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-25 00:01:48 -0300 |
commit | 8baa8099b35299bea7e3864dcb2383299e9a6f9a (patch) | |
tree | 7e97f728d0c009709a23316d38a90d16c594415c /community/mate-notification-daemon | |
parent | 38b16b380bc5d9cea539d15c141a3dc5bb3fcf49 (diff) | |
download | aports-8baa8099b35299bea7e3864dcb2383299e9a6f9a.tar.bz2 aports-8baa8099b35299bea7e3864dcb2383299e9a6f9a.tar.xz |
community/mate-notification-daemon: upgrade to 1.22.1
Diffstat (limited to 'community/mate-notification-daemon')
-rw-r--r-- | community/mate-notification-daemon/APKBUILD | 14 | ||||
-rw-r--r-- | community/mate-notification-daemon/install-sh.patch | 10 |
2 files changed, 4 insertions, 20 deletions
diff --git a/community/mate-notification-daemon/APKBUILD b/community/mate-notification-daemon/APKBUILD index d1ae21d1ee..3afebde264 100644 --- a/community/mate-notification-daemon/APKBUILD +++ b/community/mate-notification-daemon/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-notification-daemon -pkgver=1.22.0 +pkgver=1.22.1 pkgrel=0 pkgdesc="Small, passive popup dialogs that notify the user of particular events" url="https://github.com/mate-desktop/mate-notification-daemon" @@ -11,12 +11,9 @@ depends="mate-common" makedepends="libwnck3-dev libnotify-dev libtool intltool dbus-glib-dev libcanberra-dev gtk+3.0-dev" subpackages="$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%.*}/mate-notification-daemon-$pkgver.tar.xz" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -27,14 +24,11 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" - make DESTDIR="${pkgdir}" install + make DESTDIR="$pkgdir" install } -sha512sums="1345604dee1315843ad5a6920aab7cbe1544c8f7c7ccea686e5684c7ea5272fa09d27edbcc996f6a568f8b3760f561b84901c44f93f1b3ae2d5ddcd3c3ce86fc mate-notification-daemon-1.22.0.tar.xz -2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch" +sha512sums="5faec84a2c25b3d17db5e0e564081a5712a0ae9a648b61e7d6233f7c6671a137cb9e0d2328eccad4e634eb99cae72cf235589f3667b9bf29e66c3734f7ed8bc7 mate-notification-daemon-1.22.1.tar.xz" diff --git a/community/mate-notification-daemon/install-sh.patch b/community/mate-notification-daemon/install-sh.patch deleted file mode 100644 index d32f681c0e..0000000000 --- a/community/mate-notification-daemon/install-sh.patch +++ /dev/null @@ -1,10 +0,0 @@ -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 |