nemo: update to 4.6.1.
This commit is contained in:
parent
f8a0434ddf
commit
aaccd03485
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'nemo'
|
||||
pkgname=nemo
|
||||
version=4.4.2
|
||||
version=4.6.1
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper=gir
|
||||
|
@ -15,7 +15,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
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=cda3b99c8275c57bb285f8718ef3e463349a8eebe97cc126b0daebffeb242c95
|
||||
checksum=be86ebdcd8f6f7ac2886d6791a7e037a0ec73598e4aac7fe1ccead50ceb0da50
|
||||
python_version=2 #unverified
|
||||
|
||||
|
||||
|
@ -30,6 +30,12 @@ pre_configure() {
|
|||
sed -i 's/^Name\(.*\)=.*/Name\1=Nemo/' data/nemo.desktop.in
|
||||
}
|
||||
|
||||
post_install() {
|
||||
if [ -d "$DESTDIR"/lib/girepository-1.0 ]; then
|
||||
mv ${DESTDIR}/lib/girepository-1.0 ${DESTDIR}/usr/lib/
|
||||
fi
|
||||
}
|
||||
|
||||
libnemo_package() {
|
||||
short_desc+=" - runtime library"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue