swappy: update to 1.5.1.
This commit is contained in:
parent
559f58d460
commit
c0478f0749
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'swappy'
|
# Template file for 'swappy'
|
||||||
pkgname=swappy
|
pkgname=swappy
|
||||||
version=1.3.1
|
version=1.5.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config scdoc glib-devel gettext"
|
hostmakedepends="pkg-config scdoc glib-devel gettext"
|
||||||
makedepends="cairo-devel glib-devel gtk+3-devel libnotify-devel pango-devel"
|
makedepends="cairo-devel glib-devel gtk+3-devel libnotify-devel pango-devel"
|
||||||
depends="wl-clipboard font-awesome5"
|
depends="wl-clipboard font-awesome"
|
||||||
short_desc="Wayland native snapshot editing tool, inspired by Snappy on macOS"
|
short_desc="Wayland native snapshot editing tool, inspired by Snappy on macOS"
|
||||||
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/jtheoof/swappy"
|
homepage="https://github.com/jtheoof/swappy"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/jtheoof/swappy/master/CHANGELOG.md"
|
||||||
checksum=215c48b77eebfc2a4de41ce1a4058b5da1bace8455baba743b9142bb0e96afb1
|
distfiles="https://github.com/jtheoof/swappy/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=266fac289d4b903d80d44746044bafe8a8b663c6032be696c651ad390bcb1850
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue