mousepad: update to 0.5.5,
- remove xfconf-devel from makedepends (dropped upstream), - changelog changed to gitlab.xfce.org (suggested by @erinconr) - add gspell-devel to makedepends to enable the plugin (suggested by @ericonr).
This commit is contained in:
parent
0120afc992
commit
6f909f6a62
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'mousepad'
|
||||
pkgname=mousepad
|
||||
version=0.5.4
|
||||
version=0.5.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-locales-dir=/usr/share/locale"
|
||||
hostmakedepends="glib-devel intltool pkg-config"
|
||||
makedepends="gtksourceview-devel xfconf-devel"
|
||||
makedepends="gtksourceview-devel gspell-devel"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
short_desc="Simple text editor for Xfce based on Leafpad"
|
||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://xfce.org/"
|
||||
changelog="https://git.xfce.org/apps/mousepad/tree/NEWS"
|
||||
changelog="https://gitlab.xfce.org/apps/mousepad/-/raw/master/NEWS"
|
||||
distfiles="https://archive.xfce.org/src/apps/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=d90f492e5d0cba5f5b3b0c1eb7fd7c1701aef57e3fa244d2c457e7f9b0a42aa1
|
||||
checksum=40c35f00e0e10df50a59bd0dbba9007d2fb5574ed8a2aa73b0fc5ef40e64abe1
|
||||
|
|
Loading…
Reference in New Issue