mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update libchamplain to 0.12.15.
* Add license * Review/add missing dependencies * Switch to USES=localbase Obtained from: gnome devel repo
This commit is contained in:
parent
90ad0414ca
commit
2b97aa310d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442058
@ -2,24 +2,29 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libchamplain
|
||||
PORTVERSION= 0.12.13
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.12.15
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= C library aimed to provide a Gtk+ widget to display rasterized maps and markers
|
||||
|
||||
LIB_DEPENDS= libclutter-gtk-1.0.so:graphics/clutter-gtk3 \
|
||||
libsoup-gnome-2.4.so:devel/libsoup-gnome
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gmake gnome libtool pathfix pkgconfig sqlite tar:xz
|
||||
USE_GNOME= gtk30 introspection:build
|
||||
USE_GL= gl
|
||||
LIB_DEPENDS= libcogl.so:graphics/cogl \
|
||||
libclutter-1.0.so:graphics/clutter \
|
||||
libclutter-gtk-1.0.so:graphics/clutter-gtk3 \
|
||||
libjson-glib-1.0.so:devel/json-glib \
|
||||
libsoup-2.4.so:devel/libsoup
|
||||
|
||||
USES= gettext-runtime gmake gnome libtool localbase pathfix \
|
||||
pkgconfig sqlite tar:xz
|
||||
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build
|
||||
USE_GL= egl
|
||||
USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --enable-gtk-doc-html=no
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (libchamplain-0.12.13.tar.xz) = b3b3a44530ac94c0b3c3710a2d9495d47450c4133006c5e3ca24e0a761683fab
|
||||
SIZE (libchamplain-0.12.13.tar.xz) = 605664
|
||||
TIMESTAMP = 1496085876
|
||||
SHA256 (libchamplain-0.12.15.tar.xz) = 54721a210bdef6d73c5192ed83542023117bf5d7441257e7a7a9f8c05550b874
|
||||
SIZE (libchamplain-0.12.15.tar.xz) = 616692
|
||||
|
@ -46,11 +46,11 @@ lib/girepository-1.0/GtkChamplain-%%VERSION%%.typelib
|
||||
lib/libchamplain-%%VERSION%%.a
|
||||
lib/libchamplain-%%VERSION%%.so
|
||||
lib/libchamplain-%%VERSION%%.so.0
|
||||
lib/libchamplain-%%VERSION%%.so.0.8.0
|
||||
lib/libchamplain-%%VERSION%%.so.0.9.1
|
||||
lib/libchamplain-gtk-%%VERSION%%.a
|
||||
lib/libchamplain-gtk-%%VERSION%%.so
|
||||
lib/libchamplain-gtk-%%VERSION%%.so.0
|
||||
lib/libchamplain-gtk-%%VERSION%%.so.0.8.0
|
||||
lib/libchamplain-gtk-%%VERSION%%.so.0.9.1
|
||||
libdata/pkgconfig/champlain-%%VERSION%%.pc
|
||||
libdata/pkgconfig/champlain-gtk-%%VERSION%%.pc
|
||||
share/gir-1.0/Champlain-%%VERSION%%.gir
|
||||
|
Loading…
Reference in New Issue
Block a user