- Update to version 2.0.11
- Add missing library deps - Port needs USE_PKGCONFIG=build
This commit is contained in:
parent
71a9c559af
commit
85b4c79f6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302639
2 changed files with 18 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= c++-gtk-utils
|
||||
PORTVERSION= 2.0.10
|
||||
PORTVERSION= 2.0.11
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= SF/cxx-gtk-utils/cxx-gtk-utils/${PORTVERSION}/
|
||||
DISTNAME= c%2B%2B-gtk-utils-${PORTVERSION}
|
||||
|
@ -16,11 +16,24 @@ COMMENT= Lightweight library for programming GTK+ programs
|
|||
|
||||
LICENSE= LGPL21
|
||||
|
||||
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
|
||||
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
|
||||
pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
|
||||
pcre:${PORTSDIR}/devel/pcre \
|
||||
cairo:${PORTSDIR}/graphics/cairo \
|
||||
png15:${PORTSDIR}/graphics/png \
|
||||
freetype:${PORTSDIR}/print/freetype2 \
|
||||
expat:${PORTSDIR}/textproc/expat2 \
|
||||
fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
|
||||
xcb:${PORTSDIR}/x11/libxcb
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_ICONV= yes
|
||||
USE_GCC= 4.4+
|
||||
USE_GNOME= gtk20 gnomehack
|
||||
USE_PKGCONFIG= build
|
||||
USE_GNOME= gdkpixbuf2 gtk20 gnomehack
|
||||
USE_XORG= pixman x11 xau xcomposite xcursor xdamage xdmcp xext xfixes \
|
||||
xi xinerama xrandr xrender
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFIGURE_SCRIPT= configure-gtk2
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (c%2B%2B-gtk-utils-2.0.10.tar.gz) = f33790fa3ea06407da6e828b741f533747a9cab172e56e6673800aeba9f1c5b6
|
||||
SIZE (c%2B%2B-gtk-utils-2.0.10.tar.gz) = 2200851
|
||||
SHA256 (c%2B%2B-gtk-utils-2.0.11.tar.gz) = 27605e022208f767ee3710a93a68a2f35c8c807425dd719eaa77fc81476d1768
|
||||
SIZE (c%2B%2B-gtk-utils-2.0.11.tar.gz) = 2212026
|
||||
|
|
Loading…
Reference in a new issue