nemo: update to 4.0.3.
This commit is contained in:
parent
b6008262ae
commit
731df2f56e
1 changed files with 5 additions and 13 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'nemo'
|
||||
pkgname=nemo
|
||||
version=4.0.2
|
||||
version=4.0.3
|
||||
revision=1
|
||||
build_style=meson
|
||||
pycompile_dirs="/usr/share/nemo/actions/myaction.py"
|
||||
hostmakedepends="gettext-devel glib-devel gnome-common gobject-introspection
|
||||
intltool pkg-config"
|
||||
hostmakedepends="gettext-devel glib-devel gnome-common intltool pkg-config
|
||||
gobject-introspection"
|
||||
makedepends="cinnamon-desktop-devel dconf-devel exempi-devel gvfs-devel
|
||||
libexif-devel libnotify-devel tracker-devel xapps-devel"
|
||||
depends="cinnamon-translations dconf gvfs"
|
||||
|
@ -14,13 +14,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-2.0-or-later, LGPL-2.0-or-later"
|
||||
homepage="http://developer.linuxmint.com/projects/cinnamon-projects.html/"
|
||||
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=5239f86acdd11d70997bcaf7dfba3bb988ea72fe2c56c74973d903be0d7eaf86
|
||||
nocross="gobject-introspection"
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default+=" gir"
|
||||
fi
|
||||
checksum=988b9ac7a2afe348a1a03b52eebdb56d07b55c80b33d5549622fd7141324a29c
|
||||
|
||||
do_check() {
|
||||
:
|
||||
|
@ -47,8 +41,6 @@ nemo-devel_package() {
|
|||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
if [ "$build_option_gir" ]; then
|
||||
vmove usr/share/gir-1.0
|
||||
fi
|
||||
vmove usr/share/gir-1.0
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue