gendesk: update to 1.0.1.
This commit is contained in:
parent
d1658b952a
commit
d8fad38fc6
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'gendesk'
|
# Template file for 'gendesk'
|
||||||
pkgname=gendesk
|
pkgname=gendesk
|
||||||
version=0.7
|
version=1.0.1
|
||||||
revision=5
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
|
go_import_path=github.com/xyproto/gendesk
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
go_import_path="github.com/xyproto/gendesk"
|
|
||||||
short_desc="Utility to generate .desktop files and download icons"
|
short_desc="Utility to generate .desktop files and download icons"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://roboticoverlords.org/gendesk/"
|
homepage="http://roboticoverlords.org/gendesk/"
|
||||||
distfiles="https://github.com/xyproto/${pkgname}/archive/${version}.tar.gz
|
distfiles="https://github.com/xyproto/${pkgname}/archive/${version}.tar.gz
|
||||||
http://roboticoverlords.org/images/default.png"
|
http://roboticoverlords.org/images/default.png"
|
||||||
skip_extraction="default.png"
|
checksum="ae9a65b559ec71d9fa63c696350a4810a5c9dc969e50c1850c067d2a8e16c1b9
|
||||||
checksum="520b042ad5b3b3f4c2a983624ad0c91676cb39fddeed1b8c9bdc6fca9207ffc4
|
|
||||||
4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837"
|
4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837"
|
||||||
|
skip_extraction="default.png"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${XBPS_SRCDISTDIR}/${pkgname}-${version}/default.png 644 usr/share/pixmaps
|
vinstall ${XBPS_SRCDISTDIR}/${pkgname}-${version}/default.png 644 usr/share/pixmaps
|
||||||
|
|
Loading…
Reference in New Issue