libsigc++: update to 2.3.1.
This commit is contained in:
parent
a8051e1a4c
commit
43b002a3ed
1 changed files with 7 additions and 6 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'libsigc++'
|
# Template file for 'libsigc++'
|
||||||
pkgname=libsigc++
|
pkgname=libsigc++
|
||||||
version=2.2.11
|
version=2.3.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-static --disable-documentation"
|
configure_args="--enable-static --disable-documentation"
|
||||||
short_desc="Type-safe callback system for C++ programs"
|
short_desc="Type-safe callback system for C++ programs"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://libsigc.sourceforge.net/"
|
homepage="http://libsigc.sourceforge.net/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/2.2/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=9834045f74f56752c2c6b3cdc195c30ab8314ad22dc8e626d6f67f940f1e4957
|
checksum=67d05852b31fdb267c9fdcecd40b046a11aa54d884435e99e3c60dd20cd60393
|
||||||
long_desc="
|
long_desc="
|
||||||
libsigc++ implements a full callback system for use in widget
|
libsigc++ implements a full callback system for use in widget
|
||||||
libraries, abstract interfaces, and general programming. Originally
|
libraries, abstract interfaces, and general programming. Originally
|
||||||
|
@ -23,17 +23,18 @@ long_desc="
|
||||||
|
|
||||||
libsigc++-devel_package() {
|
libsigc++-devel_package() {
|
||||||
depends="libsigc++>=${version}"
|
depends="libsigc++>=${version}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/lib/sigc++-2.0
|
vmove usr/lib/sigc++-2.0
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libsigc++_package() {
|
libsigc++_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue