PackageKit: update to 1.1.12.
This commit is contained in:
parent
06b913662e
commit
a18dbb3623
1 changed files with 12 additions and 7 deletions
|
@ -1,27 +1,29 @@
|
|||
# Template file for 'PackageKit'
|
||||
pkgname=PackageKit
|
||||
version=1.1.11
|
||||
version=1.1.12
|
||||
revision=1
|
||||
wrksrc="PackageKit-PACKAGEKIT_${version//./_}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-gtk-doc --disable-local
|
||||
--disable-dummy --disable-gstreamer-plugin --disable-gtk-module
|
||||
--disable-command-not-found --disable-systemd"
|
||||
--disable-command-not-found --disable-systemd $(vopt_enable vala)
|
||||
$(vopt_enable gir introspection)"
|
||||
hostmakedepends="automake glib-devel pkg-config libtool gtk-doc
|
||||
gobject-introspection intltool gettext-devel autoconf-archive"
|
||||
gobject-introspection intltool gettext-devel autoconf-archive
|
||||
$(vopt_if vala 'vala-devel')"
|
||||
makedepends="libglib-devel sqlite-devel polkit-devel bash-completion
|
||||
$(vopt_if gir gobject-introspection)"
|
||||
$(vopt_if gir gobject-introspection) $(vopt_if vala 'vala-devel')"
|
||||
short_desc="D-BUS abstraction layer to package management API"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/hughsie/PackageKit"
|
||||
distfiles="https://github.com/hughsie/PackageKit/archive/PACKAGEKIT_${version//./_}.tar.gz"
|
||||
checksum=cc703b9af6d5e15d433aa4fb6eea69ae98e9c0d312f0bb3dd00a458564fd5edf
|
||||
checksum=b0b86f44dafc22f3dd1737d2fd369993e28be8d5b519fc4b16c382b3262ee37d
|
||||
conf_files="/etc/PackageKit/PackageKit.conf /etc/PackageKit/PackageKit.conf"
|
||||
|
||||
build_options="gir"
|
||||
build_options="gir vala"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_option_default="gir"
|
||||
build_options_default="gir vala"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
|
@ -38,5 +40,8 @@ PackageKit-devel_package() {
|
|||
if [ "$build_option_gir" ]; then
|
||||
vmove usr/share/gir-1.0
|
||||
fi
|
||||
if [ "$build_option_vala" ]; then
|
||||
vmove usr/share/vala
|
||||
fi
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue