muffin: update to 4.8.1.
Fix homepage.
This commit is contained in:
parent
447aeaced0
commit
cd9eddf288
1 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'muffin'
|
||||
pkgname=muffin
|
||||
version=4.6.3
|
||||
version=4.8.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_helper=gir
|
||||
|
@ -14,9 +14,9 @@ depends="zenity"
|
|||
short_desc="Cinnamon window manager based on Mutter"
|
||||
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=e634209f1a1dfec7efc7c741e65014903ea937926070dba3793cac595df3d5a3
|
||||
homepage="https://github.com/linuxmint/muffin"
|
||||
distfiles="https://github.com/linuxmint/muffin/archive/${version}.tar.gz"
|
||||
checksum=d342165270690c8565004cd6aa26aa79620d99e442ee6207061c26a505690407
|
||||
shlib_provides="libmuffin-clutter-0.so libmuffin-cogl-pango-0.so
|
||||
libmuffin-cogl-path-0.so libmuffin-cogl-0.so"
|
||||
|
||||
|
@ -35,7 +35,6 @@ muffin-devel_package() {
|
|||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/gir-1.0
|
||||
|
|
Loading…
Reference in a new issue