New package: mate-accountsdialog-1.8.1.
This commit is contained in:
parent
e3d0753ae3
commit
3a4c5e7a34
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'mate-accountsdialog'
|
||||
pkgname=mate-accountsdialog
|
||||
version=1.8.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_options="systemd"
|
||||
configure_args="$(vopt_enable systemd)"
|
||||
hostmakedepends="mate-common itstool apg"
|
||||
makedepends="mate-polkit-devel accountsservice-devel dbus-glib-devel gtk+-devel mate-desktop-devel libunique1-devel"
|
||||
depends="accountsservice apg iso-codes"
|
||||
short_desc="An application to view and modify user accounts information for MATE"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-2"
|
||||
homepage="http://mate-desktop.org"
|
||||
distfiles="https://github.com/NiceandGently/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=b3a4d91b10b925ae5d4468cf0ad7936b8e1575ef5399743696fdc4b09efecb86
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
Loading…
Reference in New Issue