Update to hexchat-2.12.1, from maintainer Florian Stinglmayr
Now with a lua plugin...
This commit is contained in:
parent
7d3153fab5
commit
eff3121067
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2016/04/09 23:59:49 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2016/05/09 22:57:57 jca Exp $
|
||||
|
||||
COMMENT = GTK+2 IRC Client
|
||||
DISTNAME = hexchat-2.12.0
|
||||
DISTNAME = hexchat-2.12.1
|
||||
EXTRACT_SUFX = .tar.xz
|
||||
CATEGORIES = net x11
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = http://hexchat.github.io/
|
||||
MAINTAINER = Florian Stinglmayr <florian@n0la.org>
|
||||
@ -16,16 +15,19 @@ WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
|
||||
WANTLIB += Xrandr Xrender atk-1.0 c cairo crypto dbus-1 dbus-glib-1
|
||||
WANTLIB += expat ffi fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
|
||||
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 graphite2
|
||||
WANTLIB += gthread-2.0 gtk-x11-2.0 harfbuzz iconv intl m ${MODPY_WANTLIB}
|
||||
WANTLIB += gthread-2.0 gtk-x11-2.0 harfbuzz iconv intl ${MODLUA_WANTLIB} m
|
||||
WANTLIB += notify pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre perl pixman-1
|
||||
WANTLIB += png proxy pthread pthread-stubs ssl stdc++ util xcb
|
||||
WANTLIB += xcb-render xcb-shm z
|
||||
WANTLIB += png proxy pthread pthread-stubs ${MODPY_WANTLIB} ssl stdc++ util
|
||||
WANTLIB += xcb xcb-render xcb-shm z
|
||||
|
||||
MASTER_SITES = http://dl.hexchat.net/hexchat/
|
||||
|
||||
MODULES = textproc/intltool \
|
||||
lang/lua \
|
||||
lang/python
|
||||
|
||||
MODLUA_VERSION = 5.3
|
||||
|
||||
BUILD_DEPENDS = devel/iso-codes
|
||||
|
||||
LIB_DEPENDS = devel/gettext \
|
||||
@ -33,7 +35,8 @@ LIB_DEPENDS = devel/gettext \
|
||||
net/libproxy \
|
||||
x11/gtk+2 \
|
||||
x11/dbus-glib \
|
||||
${MODPY_LIB_DEPENDS}
|
||||
${MODPY_LIB_DEPENDS} \
|
||||
${MODLUA_LIB_DEPENDS}
|
||||
|
||||
MODPY_BUILDDEP = No
|
||||
|
||||
@ -47,7 +50,8 @@ CONFIGURE_ARGS += --enable-ipv6 \
|
||||
--disable-sysinfo \
|
||||
--disable-libcanberra
|
||||
CONFIGURE_ENV = CPPFLAGS=-I${LOCALBASE}/include \
|
||||
LDFLAGS=-L${LOCALBASE}/lib
|
||||
LDFLAGS=-L${LOCALBASE}/lib \
|
||||
LUA=${MODLUA_FLAVOR}
|
||||
|
||||
LIBTOOL_FLAGS = --tag=disable-static
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (hexchat-2.12.0.tar.xz) = wgcvl1EMD+bs+wh4dQ0nF5Yz4IGZBmly+gDloj5n1p0=
|
||||
SIZE (hexchat-2.12.0.tar.xz) = 1578164
|
||||
SHA256 (hexchat-2.12.1.tar.xz) = UgGwxtF9y4wst56cOWgfjgUpmbqPe1mG1cHn3Gj6fGs=
|
||||
SIZE (hexchat-2.12.1.tar.xz) = 1585532
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/06/11 22:45:36 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2016/05/09 22:57:57 jca Exp $
|
||||
@bin bin/hexchat
|
||||
include/hexchat-plugin.h
|
||||
lib/hexchat/
|
||||
@ -9,6 +9,8 @@ lib/hexchat/plugins/checksum.so
|
||||
lib/hexchat/plugins/doat.so
|
||||
@comment lib/hexchat/plugins/fishlim.la
|
||||
lib/hexchat/plugins/fishlim.so
|
||||
@comment lib/hexchat/plugins/lua.la
|
||||
lib/hexchat/plugins/lua.so
|
||||
@comment lib/hexchat/plugins/perl.la
|
||||
lib/hexchat/plugins/perl.so
|
||||
@comment lib/hexchat/plugins/python.la
|
||||
@ -44,8 +46,6 @@ share/locale/hi/LC_MESSAGES/hexchat.mo
|
||||
share/locale/hu/LC_MESSAGES/hexchat.mo
|
||||
share/locale/id/LC_MESSAGES/hexchat.mo
|
||||
share/locale/it/LC_MESSAGES/hexchat.mo
|
||||
share/locale/ja_JP/
|
||||
share/locale/ja_JP/LC_MESSAGES/
|
||||
share/locale/ja_JP/LC_MESSAGES/hexchat.mo
|
||||
share/locale/kn/LC_MESSAGES/hexchat.mo
|
||||
share/locale/ko/LC_MESSAGES/hexchat.mo
|
||||
|
Loading…
Reference in New Issue
Block a user