From ac3421c7ad68f1a3fd3281d4ec60320eb53f8bd3 Mon Sep 17 00:00:00 2001 From: Piotr Miller Date: Mon, 28 Sep 2020 03:27:34 +0200 Subject: [PATCH] azote: update to 1.8.0 Removed archs= --- srcpkgs/azote/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/azote/template b/srcpkgs/azote/template index 9b5756804ea..ebb127b4364 100644 --- a/srcpkgs/azote/template +++ b/srcpkgs/azote/template @@ -1,17 +1,16 @@ # Template file for 'azote' pkgname=azote -version=1.7.10 +version=1.8.0 revision=1 -archs=noarch build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 feh python3-send2trash xrandr grim slurp ImageMagick python3-yaml" -short_desc="Wallpaper & color manager for Sway, i3 and other WMs" +depends="python3>=3.4 python3-setuptools python3-gobject python3-Pillow gtk+3 python3-cairo python3-send2trash" +short_desc="Wallpaper & color manager for sway, i3 and other WMs" maintainer="Piotr Miller " license="BSD-3-Clause, GPL-3.0-or-later" homepage="https://github.com/nwg-piotr/azote" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=e9ecd2104689c05fb2a37bb160543d80e9fd245c5274ab16fc021f400d738d35 +checksum=5415de90c68efc161301e0d42c251fe3f34e1563e373c5f1d2c14e1533a0193f post_install() { vmkdir usr/bin @@ -19,9 +18,10 @@ post_install() { vmkdir usr/share/applications vcopy "dist/${pkgname}.svg" usr/share/${pkgname} - vcopy "dist/${pkgname}-arch" usr/share/${pkgname} + vcopy "dist/indicator*.png" usr/share/${pkgname} + vcopy "dist/${pkgname}" usr/share/${pkgname} vcopy "dist/${pkgname}.desktop" usr/share/applications vlicense LICENSE-COLORTHIEF - ln -sf /usr/share/${pkgname}/${pkgname}-arch ${DESTDIR}/usr/bin/${pkgname} + ln -sf /usr/share/${pkgname}/${pkgname} ${DESTDIR}/usr/bin/${pkgname} }