New package: libgnomecanvasmm-2.26.0.

This commit is contained in:
davehome 2012-09-19 01:10:07 -06:00
parent 97dc3b92f7
commit a56b4c9c22
5 changed files with 70 additions and 0 deletions

View File

@ -497,6 +497,7 @@ libmetacity-private.so.0 metacity-2.30.1_1
libgnome-menu-3.so.0 gnome-menus-2.91.6_1
libart_lgpl_2.so.2 libart-2.3.20_1
libgnomecanvas-2.so.0 libgnomecanvas-2.30.1_1
libgnomecanvasmm-2.6.so.1 libgnomecanvasmm-2.26.0_1
libgnome-keyring.so.0 libgnome-keyring-3.0.0_1
libgweather-3.so.0 libgweather-2.91.6_1
libical.so.0 libical-0.44_1

View File

@ -0,0 +1 @@
libgnomecanvasmm

View File

@ -0,0 +1,14 @@
# Template file for 'libgnomecanvasmm-devel'.
#
depends="libgnomecanvas-devel libgnomecanvasmm"
short_desc="${sourcepkg} (development files)"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
do_install()
{
vmove usr/include usr
vmove usr/lib/libgnomecanvasmm-2.6 usr/lib
vmove usr/lib/pkgconfig usr/lib
}

View File

@ -0,0 +1,27 @@
libgtkmm-2.4.so.1
libatkmm-1.6.so.1
libgdkmm-2.4.so.1
libgiomm-2.4.so.1
libpangomm-1.4.so.1
libglibmm-2.4.so.1
libcairomm-1.0.so.1
libsigc-2.0.so.0
libgnomecanvas-2.so.0
libart_lgpl_2.so.2
libgtk-x11-2.0.so.0
libgdk-x11-2.0.so.0
libatk-1.0.so.0
libgio-2.0.so.0
libpangoft2-1.0.so.0
libpangocairo-1.0.so.0
libgdk_pixbuf-2.0.so.0
libcairo.so.2
libpango-1.0.so.0
libfreetype.so.6
libfontconfig.so.1
libgobject-2.0.so.0
libglib-2.0.so.0
libstdc++.so.6
libm.so.6
libc.so.6
libgcc_s.so.1

View File

@ -0,0 +1,27 @@
# Template file for 'libgnomecanvasmm'
pkgname=libgnomecanvasmm
version=2.26.0
distfiles="${GNOME_SITE}/$pkgname/2.26/$pkgname-$version.tar.bz2"
build_style=gnu-configure
revision=1
makedepends="pkg-config gtkmm2-devel libgnomecanvas-devel"
short_desc="GNOME Canvas library (gtkmm2 binding)"
maintainer="davehome <davehome@redthumb.info.tm>"
checksum=996577f97f459a574919e15ba7fee6af8cda38a87a98289e9a4f54752d83e918
long_desc="
This is the canvas widget library for GNOME2. Libgnomecanvas was
originally part of the gnome-libs package, but has been split out into
a separate package for GNOME2.
The GNOME canvas is an engine for structured graphics that offers a rich
imaging model, high performance rendering, and a powerful, high-level API.
It offers a choice of two rendering back-ends, one based on Xlib for
extremely fast display, and another based on Libart, a sophisticated,
antialiased, alpha-compositing engine. Applications have a choice between
the Xlib imaging model or a superset of the PostScript imaging model,
depending on the level of graphic sophistication required.
This is the gtkmm2 binding."
subpackages="$pkgname-devel"