Bump to unbreak after at-spi2-atk lost its dependency on xkbcommon.
This commit is contained in:
parent
536d0d84e6
commit
6dc2da7baa
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.184 2017/10/29 15:58:52 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.185 2017/10/31 09:15:12 ajacoutot Exp $
|
||||
|
||||
# XXX add support for libcloudproviders (subpackage?)
|
||||
|
||||
@ -21,6 +21,10 @@ PKGNAME-cups= gtk+3-cups-${GNOME_VERSION}
|
||||
PKGNAME-cloudprint= gtk+3-cloudprint-${GNOME_VERSION}
|
||||
PKGNAME-guic= gtk-update-icon-cache-${GNOME_VERSION}
|
||||
|
||||
REVISION-main= 0
|
||||
REVISION-cups= 0
|
||||
REVISION-cloudprint= 0
|
||||
|
||||
CATEGORIES= x11 devel
|
||||
|
||||
SHARED_LIBS += gdk-3 2200.2 # 2200.24
|
||||
@ -54,7 +58,7 @@ RUN_DEPENDS-main= ${RUN_DEPENDS} \
|
||||
# some apps needs the svg version of the icon (librsvg pulled in)
|
||||
RUN_DEPENDS-main += x11/gnome/adwaita-icon-theme
|
||||
|
||||
WANTLIB-main += ${WANTLIB} c epoxy Xtst xcb-xkb xkbcommon xkbcommon-x11
|
||||
WANTLIB-main += ${WANTLIB} c epoxy Xtst
|
||||
WANTLIB-main += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
|
||||
WANTLIB-main += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
|
||||
WANTLIB-main += cairo cairo-gobject dbus-1 expat fontconfig freetype
|
||||
@ -66,7 +70,7 @@ LIB_DEPENDS-cups= ${LIB_DEPENDS} \
|
||||
${BASE_PKGPATH},-main=${GNOME_VERSION}
|
||||
RUN_DEPENDS-cups= ${MODGETTEXT_RUN_DEPENDS}
|
||||
|
||||
WANTLIB-cups += ${WANTLIB} epoxy idn2 Xtst xcb-xkb xkbcommon xkbcommon-x11
|
||||
WANTLIB-cups += ${WANTLIB} epoxy idn2 Xtst
|
||||
WANTLIB-cups += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
|
||||
WANTLIB-cups += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
|
||||
WANTLIB-cups += cairo cairo-gobject dbus-1 expat fontconfig freetype
|
||||
@ -81,7 +85,7 @@ LIB_DEPENDS-cloudprint= ${LIB_DEPENDS} \
|
||||
${BASE_PKGPATH},-main=${GNOME_VERSION}
|
||||
RUN_DEPENDS-cloudprint= ${MODGETTEXT_RUN_DEPENDS}
|
||||
|
||||
WANTLIB-cloudprint += ${WANTLIB} epoxy Xtst xcb-xkb xkbcommon xkbcommon-x11
|
||||
WANTLIB-cloudprint += ${WANTLIB} epoxy Xtst
|
||||
WANTLIB-cloudprint += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
|
||||
WANTLIB-cloudprint += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
|
||||
WANTLIB-cloudprint += cairo cairo-gobject dbus-1 expat fontconfig freetype
|
||||
|
Loading…
Reference in New Issue
Block a user