xapps: update to 1.2.0.
Closes #13640. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
cab272f930
commit
de0c8c9e71
1 changed files with 9 additions and 12 deletions
|
@ -1,28 +1,25 @@
|
|||
# Template file for 'xapps'
|
||||
pkgname=xapps
|
||||
version=1.0.4
|
||||
version=1.2.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="gnome-common glib-devel intltool pkg-config libtool intltool gtk-doc"
|
||||
makedepends="gettext-devel gobject-introspection gtk+3-devel gdk-pixbuf-devel libgnomekbd-devel"
|
||||
depends="inxi gist xfconf"
|
||||
build_style=meson
|
||||
hostmakedepends="glib-devel gnome-common pkg-config vala"
|
||||
makedepends="gettext-devel gobject-introspection libgnomekbd-devel
|
||||
python-gobject-devel"
|
||||
depends="gist inxi xfconf"
|
||||
short_desc="Cross-desktop libraries and common resources from Linux Mint"
|
||||
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||
license="GPL-2"
|
||||
license="GPL-3.0-or-later, LGPL-3.0-or-later"
|
||||
homepage="https://github.com/linuxmint/xapps"
|
||||
distfiles="https://github.com/linuxmint/xapps/archive/${version}.tar.gz"
|
||||
checksum=6578574561cb10b602c67669b0374b71d9cccd5d1c13c17d6a4b6ec2f8fe739a
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
checksum=94a80164627bab115f44e5c7fd994cdb13e75162fa64a64301afcca2483706e7
|
||||
|
||||
xapps-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/libxapp.so
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue