From 6292f979743b7a8093a4322b79548beb01635cca Mon Sep 17 00:00:00 2001 From: Paul Bredbury Date: Sun, 16 Jun 2019 10:34:28 +0100 Subject: community/mate-sensors-applet: upgrade to 1.22.1 Remove patch, is applied upstream. Remove unnecessary "cd" commands. --- community/mate-sensors-applet/APKBUILD | 11 +++-------- community/mate-sensors-applet/install-sh.patch | 10 ---------- 2 files changed, 3 insertions(+), 18 deletions(-) delete mode 100644 community/mate-sensors-applet/install-sh.patch (limited to 'community/mate-sensors-applet') diff --git a/community/mate-sensors-applet/APKBUILD b/community/mate-sensors-applet/APKBUILD index aec6803522..ac149cdda0 100644 --- a/community/mate-sensors-applet/APKBUILD +++ b/community/mate-sensors-applet/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda # Maintainer: Alan Lacerda pkgname=mate-sensors-applet -pkgver=1.22.0 +pkgver=1.22.1 pkgrel=0 pkgdesc="Applet for the MATE Panel to display readings from hardware sensors" url="https://github.com/mate-desktop/mate-sensors-applet" @@ -11,12 +11,10 @@ depends="perl-xml-parser" makedepends="intltool glib-dev gtk+3.0-dev mate-panel-dev libxslt-dev itstool libxml2-utils mdocml-dev libnotify-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz - install-sh.patch" +source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -27,14 +25,11 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="${pkgdir}" install } -sha512sums="f756fdff4dd8fe824fbe41956411ca1e6ce251fc1d43276c7244a8a806e91bacc283c412b831935136682971509e23c08538264963af31488bee15ce5644d5cb mate-sensors-applet-1.22.0.tar.xz -2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch" +sha512sums="4b6e608c92f03051044863f770b295d1526b19a9668513b566e81adeb28bc8524d8f458d114d2b44acf00f20c2f0a8d86b1ca7254fa165fde3b867c75a6b83e6 mate-sensors-applet-1.22.1.tar.xz" diff --git a/community/mate-sensors-applet/install-sh.patch b/community/mate-sensors-applet/install-sh.patch deleted file mode 100644 index d32f681c0e..0000000000 --- a/community/mate-sensors-applet/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 -- cgit v1.2.3