xapps: update to 2.2.6.
Also: - remove gist dependency (no longer needed - thanx @dmarto).
This commit is contained in:
parent
3e6d0ad14b
commit
2640b7121c
1 changed files with 4 additions and 4 deletions
|
@ -1,21 +1,21 @@
|
|||
# Template file for 'xapps'
|
||||
pkgname=xapps
|
||||
version=2.0.6
|
||||
revision=2
|
||||
version=2.2.6
|
||||
revision=1
|
||||
wrksrc="xapp-${version}"
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
hostmakedepends="glib-devel gnome-common pkg-config vala python3 gettext"
|
||||
makedepends="gettext-devel libgnomekbd-devel python3-gobject-devel
|
||||
libdbusmenu-gtk3-devel"
|
||||
depends="gist inxi xfconf"
|
||||
depends="inxi xfconf"
|
||||
short_desc="Cross-desktop libraries and common resources from Linux Mint"
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
license="GPL-3.0-or-later, LGPL-3.0-or-later"
|
||||
homepage="https://github.com/linuxmint/xapps"
|
||||
changelog="https://raw.githubusercontent.com/linuxmint/xapps/master/debian/changelog"
|
||||
distfiles="https://github.com/linuxmint/xapps/archive/${version}.tar.gz"
|
||||
checksum=4541a54760715f54fe6ab6174d4e040f5bfa3a0186b63836f2332a3ddfde3cc6
|
||||
checksum=f3f5ab006383b9c0e231d30f8a0be727d0352fd4733ca3ea168883205793fcfd
|
||||
|
||||
xapps-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in a new issue