mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
gtkmm: update to 3.8.1.
This commit is contained in:
parent
ddea31eca3
commit
09ad24303b
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'gtkmm'.
|
# Template build file for 'gtkmm'.
|
||||||
pkgname=gtkmm
|
pkgname=gtkmm
|
||||||
version=3.8.0
|
version=3.8.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-documentation"
|
configure_args="--disable-documentation"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://gtkmm.sourceforge.net/"
|
homepage="http://gtkmm.sourceforge.net/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/gtkmm/3.8/gtkmm-$version.tar.xz"
|
distfiles="${GNOME_SITE}/gtkmm/3.8/gtkmm-$version.tar.xz"
|
||||||
checksum=dbddb143fe671ee321d19de2dbae00c0f67e78ce90447227b23062137b1828bd
|
checksum=d374c6d6d78fd9f61bca737cd7c23452de427a1662de8abf46df784e07e4c95b
|
||||||
long_desc="
|
long_desc="
|
||||||
gtkmm (previously known as Gtk--) is the official C++ interface for the
|
gtkmm (previously known as Gtk--) is the official C++ interface for the
|
||||||
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
|
popular GUI library GTK+. Highlights include typesafe callbacks, widgets
|
||||||
|
@ -26,7 +26,7 @@ long_desc="
|
||||||
gtkmm-devel_package() {
|
gtkmm-devel_package() {
|
||||||
depends="gtk+3-devel>=3.8 glibmm-devel>=2.35.9 atkmm-devel
|
depends="gtk+3-devel>=3.8 glibmm-devel>=2.35.9 atkmm-devel
|
||||||
pangomm-devel cairomm-devel gtkmm-${version}_${revision}"
|
pangomm-devel cairomm-devel gtkmm-${version}_${revision}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/g[dt]k*"
|
vmove "usr/lib/g[dt]k*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue