mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
pangomm-devel: explicitly disable documentation.
This commit is contained in:
parent
a0ea610634
commit
e28671b294
2 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run pkg-config
|
Add_dependency run pkg-config
|
||||||
Add_dependency run glibmm-devel
|
Add_dependency run glibmm-devel
|
||||||
Add_dependency run cairomm-devel
|
Add_dependency run cairomm-devel
|
||||||
|
@ -14,6 +16,6 @@ Add_dependency run pangomm
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
|
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/{pango*,pkgconfig} ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/{pango*,pkgconfig} ${DESTDIR}/usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,6 +3,7 @@ pkgname=pangomm
|
||||||
version=2.28.2
|
version=2.28.2
|
||||||
distfiles="${GNOME_SITE}/pangomm/2.28/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/pangomm/2.28/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
|
configure_args="--disable-documentation"
|
||||||
short_desc="C++ bindings for the pango library"
|
short_desc="C++ bindings for the pango library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=ec1d97245eada5cf18d0e7af3f6e31498f25623b4a354589d631d2dff92fd88f
|
checksum=ec1d97245eada5cf18d0e7af3f6e31498f25623b4a354589d631d2dff92fd88f
|
||||||
|
|
Loading…
Add table
Reference in a new issue