- Update to 2.10.1
PR: ports/121797 Submitted by: KATO Tsuguru <tkato432 at yahoo.com>
This commit is contained in:
parent
9dc2dbd602
commit
d9e5122b6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210492
@ -6,28 +6,21 @@
|
||||
#
|
||||
|
||||
PORTNAME= guiloader-c++
|
||||
PORTVERSION= 2.10.0
|
||||
PORTVERSION= 2.10.1
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= crow-designer
|
||||
MASTER_SITES= SF/crow-designer
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A high-performance and compact GuiXml loader library
|
||||
COMMENT= A C++ binding to the GuiLoader library
|
||||
|
||||
LIB_PC_DEPENDS= guiloader.pc:${PORTSDIR}/devel/guiloader
|
||||
|
||||
LIB_DEPENDS+= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
|
||||
BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
|
||||
RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
|
||||
BUILD_DEPENDS= guiloader>=2.10.1:${PORTSDIR}/devel/guiloader
|
||||
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
|
||||
RUN_DEPENDS= guiloader>=2.10.1:${PORTSDIR}/devel/guiloader
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GNOME= gnomehack gnometarget gtk20
|
||||
USE_GETTEXT= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= atk glib20 gtk20 pango
|
||||
USE_GMAKE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \
|
||||
${WRKSRC}/${PORTNAME}/Makefile.in
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (guiloader-c++-2.10.0.tar.bz2) = abd12eeadb8ecb8c3ec6f69be6e4e752
|
||||
SHA256 (guiloader-c++-2.10.0.tar.bz2) = f9849ce735dfd8acbea45e0609d035bc4429cc5bae0269543fd71abf07a04714
|
||||
SIZE (guiloader-c++-2.10.0.tar.bz2) = 244109
|
||||
MD5 (guiloader-c++-2.10.1.tar.bz2) = c980367d438e6caad42cb6c5c3b1debf
|
||||
SHA256 (guiloader-c++-2.10.1.tar.bz2) = 6317ca3d2c358aae99dad9d1fa5f819ae02b3677baeab72538335c2d231559c9
|
||||
SIZE (guiloader-c++-2.10.1.tar.bz2) = 233968
|
||||
|
@ -1,8 +1,6 @@
|
||||
GuiLoader is a high-performance and compact GuiXml loader library.
|
||||
This library allows GTK+ applications to create GUI widgets and
|
||||
objects at run-time from GuiXml resource files. GuiLoader is
|
||||
written in the C language as a GObject subclass and has
|
||||
a trivial language-independent API. GuiLoader was designed to be
|
||||
easily wrapped for any language that has GTK+ bindings.
|
||||
GuiLoader/C++ is a C++ binding to the GuiLoader library. It is a convenience
|
||||
layer that simplifies development of GuiLoader based applications written
|
||||
in the C++ language by introducing exception safety, binding GTK+ objects
|
||||
defined in GuiXml to C++ variables and type-safe dynamic connection to signals.
|
||||
|
||||
WWW: http://crow-designer.sourceforge.net/
|
||||
|
Loading…
Reference in New Issue
Block a user