castor: install icons and desktop file.

`make copy-data` installed these files into the masterdir instead.

Closes: #24806 [via git-merge-pr]
This commit is contained in:
Érico Rolim 2020-09-28 23:38:17 -03:00
parent b6fc26c1c6
commit 5144799234
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'castor'
pkgname=castor
version=0.8.16
revision=1
revision=2
build_style=cargo
hostmakedepends="pkg-config"
makedepends="atk-devel pango-devel gdk-pixbuf-devel gtk+3-devel cairo-devel libressl-devel"
@ -13,6 +13,6 @@ distfiles="https://git.sr.ht/~julienxx/castor/archive/${version}.tar.gz"
checksum=50414f498c3b6232efb00e883043854517290b842e0501c1d1eccfaf78be9ae3
post_install() {
make copy-data
make PREFIX=/usr DESTDIR="${DESTDIR}" copy-data
vlicense LICENSE
}