mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
mx: update to 1.4.1.
This commit is contained in:
parent
54178bd391
commit
009ede34d3
2 changed files with 7 additions and 9 deletions
|
@ -1,14 +1,12 @@
|
||||||
# Template file for 'mx-devel'.
|
# Template file for 'mx-devel'.
|
||||||
#
|
#
|
||||||
short_desc="${short_desc} (development files)"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
Add_dependency run clutter-devel
|
|
||||||
Add_dependency run startup-notification-devel
|
|
||||||
Add_dependency run dbus-glib-devel
|
|
||||||
Add_dependency run gtk+-devel
|
Add_dependency run gtk+-devel
|
||||||
|
Add_dependency run clutter-devel
|
||||||
Add_dependency run mx
|
Add_dependency run mx
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'mx'
|
# Template file for 'mx'
|
||||||
pkgname=mx
|
pkgname=mx
|
||||||
version=1.3.2
|
version=1.4.1
|
||||||
distfiles="http://source.clutter-project.org/sources/mx/1.3/mx-$version.tar.xz"
|
distfiles="http://source.clutter-project.org/sources/mx/1.4/mx-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="A widget toolkit using Clutter"
|
short_desc="A widget toolkit using Clutter"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.clutter-project.org"
|
homepage="http://www.clutter-project.org"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
checksum=d975353262a213a4216bfed0e09b5914e479061894b69e229e8dcf7c82d8c2a4
|
checksum=6687300eef0bcee133cb7cd97d91de000e741aa2c0b50718bb2e837b6ca25250
|
||||||
long_desc="
|
long_desc="
|
||||||
Clutter is an open source software library for creating fast, visually
|
Clutter is an open source software library for creating fast, visually
|
||||||
rich and animated graphical user interfaces.
|
rich and animated graphical user interfaces.
|
||||||
|
@ -45,7 +45,7 @@ Add_dependency run cogl
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency build gobject-introspection
|
Add_dependency build gobject-introspection
|
||||||
|
Add_dependency build gtk+-devel
|
||||||
|
Add_dependency build dbus-glib-devel
|
||||||
Add_dependency build clutter-devel
|
Add_dependency build clutter-devel
|
||||||
Add_dependency build startup-notification-devel
|
Add_dependency build startup-notification-devel
|
||||||
Add_dependency build dbus-glib-devel
|
|
||||||
Add_dependency build gtk+-devel
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue