muffin: update to 2.4.3.
This commit is contained in:
parent
56248ecd21
commit
bbce86f67e
1 changed files with 10 additions and 11 deletions
|
@ -1,29 +1,28 @@
|
|||
# Template file for 'muffin'
|
||||
pkgname=muffin
|
||||
version=2.2.6
|
||||
revision=2
|
||||
version=2.4.3
|
||||
revision=1
|
||||
short_desc="Cinnamon window manager based on Mutter"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-schemas-compile"
|
||||
configure_args="--disable-static --disable-schemas-compile
|
||||
--enable-compile-warnings=minimum ac_cv_path_ZENITY=/usr/bin/zenity"
|
||||
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
|
||||
gettext-devel intltool which gnome-doc-utils git"
|
||||
gettext-devel intltool glib-devel gnome-doc-utils"
|
||||
makedepends="clutter-devel startup-notification-devel libcanberra-devel
|
||||
cinnamon-desktop-devel libXinerama-devel libSM-devel dconf zenity"
|
||||
cinnamon-desktop-devel libXinerama-devel libSM-devel"
|
||||
depends="dconf zenity"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://cinnamon.linuxmint.com/"
|
||||
|
||||
do_fetch() {
|
||||
git clone -b ${version} git://github.com/linuxmint/${pkgname} ${pkgname}-${version}
|
||||
}
|
||||
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=63fb96d7b2baf189d6ee0640d8357e2563ad87c833f37d0d24e0f17628678e41
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
muffin-devel_package() {
|
||||
depends="libX11-devel gtk+3-devel cinnamon-desktop-devel clutter-devel ${sourcepkg}>=${version}_${revision}"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so"
|
||||
|
|
Loading…
Reference in a new issue