Import of pkgsrc-2014Q1
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.22 2013/06/06 12:53:55 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2013/12/07 11:32:31 obache Exp $
|
||||
#
|
||||
|
||||
.include "Makefile.common"
|
||||
PKGREVISION= 9
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
COMMENT= On-screen Input Pad to Send Characters with Mouse
|
||||
@@ -14,14 +13,17 @@ USE_TOOLS+= gmake pkg-config intltool msgfmt xgettext msgmerge
|
||||
|
||||
PKGCONFIG_OVERRIDE+= input-pad.pc.in
|
||||
|
||||
CONFIGURE_ARGS+= --enable-python=no
|
||||
CONFIGURE_ARGS+= --enable-pygobject2=no
|
||||
CONFIGURE_ARGS+= --disable-maintainer-mode
|
||||
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
.include "../../textproc/libxml2/buildlink3.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.include "../../x11/gtk3/buildlink3.mk"
|
||||
.include "../../x11/libX11/buildlink3.mk"
|
||||
.include "../../x11/libxkbfile/buildlink3.mk"
|
||||
BUILDLINK_API_DEPENDS.libxklavier+= libxklavier>=4.0
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# $NetBSD: Makefile.common,v 1.4 2012/04/22 13:56:19 obache Exp $
|
||||
# $NetBSD: Makefile.common,v 1.6 2013/12/07 11:32:31 obache Exp $
|
||||
#
|
||||
# used by inputmethod/input-pad/Makefile
|
||||
# used by inputmethod/py-input-pad/Makefile
|
||||
|
||||
DISTNAME= input-pad-1.0.1
|
||||
DISTNAME= input-pad-1.0.3
|
||||
CATEGORIES= inputmethod
|
||||
MASTER_SITES= http://input-pad.googlecode.com/files/
|
||||
|
||||
|
||||
@@ -1,21 +1,30 @@
|
||||
@comment $NetBSD: PLIST,v 1.3 2012/04/22 13:56:19 obache Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2013/12/07 11:32:31 obache Exp $
|
||||
bin/input-pad
|
||||
include/input-pad-1.0/input-pad-group.h
|
||||
include/input-pad-1.0/input-pad-kbdui-gtk.h
|
||||
include/input-pad-1.0/input-pad-window-gtk.h
|
||||
include/input-pad-1.0/input-pad.h
|
||||
${PLIST.introspection}lib/girepository-1.0/InputPad-1.0.typelib
|
||||
${PLIST.eek}lib/input-pad-1.0/modules/kbdui/libinput-pad-eek-gtk.la
|
||||
${PLIST.xtest}lib/input-pad-1.0/modules/xkeysend/libinput-pad-xtest-gdk.la
|
||||
lib/libinput-pad.la
|
||||
lib/pkgconfig/input-pad.pc
|
||||
man/man1/input-pad.1
|
||||
${PLIST.introspection}share/gir-1.0/InputPad-1.0.gir
|
||||
share/input-pad/pad/group01-base.xml
|
||||
share/input-pad/pad/group02-alphabet.xml
|
||||
share/input-pad/pad/group02-ja.xml
|
||||
share/input-pad/pad/group02-zh.xml
|
||||
share/input-pad/pad/group03-runr.xml
|
||||
share/input-pad/pad/group50-str.xml
|
||||
share/input-pad/pad/group60-w3c.xml
|
||||
share/input-pad/pad/group70-cmd.xml
|
||||
share/input-pad/ui/gtk/input-pad.ui
|
||||
share/locale/ca/LC_MESSAGES/input-pad.mo
|
||||
share/locale/eu/LC_MESSAGES/input-pad.mo
|
||||
share/locale/fr/LC_MESSAGES/input-pad.mo
|
||||
share/locale/hu/LC_MESSAGES/input-pad.mo
|
||||
share/locale/ja/LC_MESSAGES/input-pad.mo
|
||||
share/locale/uk/LC_MESSAGES/input-pad.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/input-pad.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/input-pad.mo
|
||||
share/pixmaps/input-pad.png
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# $NetBSD: buildlink3.mk,v 1.19 2013/06/06 12:53:55 wiz Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.22 2013/10/23 12:31:14 obache Exp $
|
||||
#
|
||||
|
||||
BUILDLINK_TREE+= input-pad
|
||||
@@ -6,14 +6,13 @@ BUILDLINK_TREE+= input-pad
|
||||
.if !defined(INPUT_PAD_BUILDLINK3_MK)
|
||||
INPUT_PAD_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.input-pad+= input-pad>=1.0.1
|
||||
BUILDLINK_ABI_DEPENDS.input-pad?= input-pad>=1.0.1nb9
|
||||
BUILDLINK_API_DEPENDS.input-pad+= input-pad>=1.0.2
|
||||
BUILDLINK_PKGSRCDIR.input-pad?= ../../inputmethod/input-pad
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
.include "../../textproc/libxml2/buildlink3.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
.include "../../x11/gtk3/buildlink3.mk"
|
||||
.include "../../x11/libX11/buildlink3.mk"
|
||||
.include "../../x11/libxkbfile/buildlink3.mk"
|
||||
.include "../../x11/libxklavier/buildlink3.mk"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$NetBSD: distinfo,v 1.4 2012/04/22 13:56:19 obache Exp $
|
||||
$NetBSD: distinfo,v 1.6 2013/12/07 11:32:31 obache Exp $
|
||||
|
||||
SHA1 (input-pad-1.0.1.tar.gz) = 333f2343ff514c1032382c2c5cac9047b13788cb
|
||||
RMD160 (input-pad-1.0.1.tar.gz) = e681a507a12f528861aded5642f06bdd78adce77
|
||||
Size (input-pad-1.0.1.tar.gz) = 508956 bytes
|
||||
SHA1 (input-pad-1.0.3.tar.gz) = bce74190e294cd6b8a0d6290d4a27b7ed8114fe8
|
||||
RMD160 (input-pad-1.0.3.tar.gz) = 5ed2017c35642c9b5c3135bfa54e307c7b13dff9
|
||||
Size (input-pad-1.0.3.tar.gz) = 614644 bytes
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# $NetBSD: options.mk,v 1.3 2010/11/30 11:20:16 obache Exp $
|
||||
# $NetBSD: options.mk,v 1.5 2013/12/07 11:32:31 obache Exp $
|
||||
#
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.input-pad
|
||||
PKG_SUPPORTED_OPTIONS= eekboard xtest
|
||||
PKG_SUGGESTED_OPTIONS= eekboard
|
||||
PKG_SUPPORTED_OPTIONS= eekboard introspection xtest
|
||||
PKG_SUGGESTED_OPTIONS= introspection xtest
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
PLIST_VARS+= eek xtest
|
||||
PLIST_VARS+= eek introspection xtest
|
||||
|
||||
#
|
||||
# Draw keyboard using libeek
|
||||
@@ -26,3 +26,12 @@ PLIST.eek= yes
|
||||
CONFIGURE_ARGS+= --enable-xtest=yes
|
||||
PLIST.xtest= yes
|
||||
.endif
|
||||
|
||||
#
|
||||
# Introspection support
|
||||
#
|
||||
.if !empty(PKG_OPTIONS:Mintrospection)
|
||||
BUILDLINK_DEPMETHOD.gobject-introspection= build
|
||||
.include "../../devel/gobject-introspection/buildlink3.mk"
|
||||
PLIST.introspection= yes
|
||||
.endif
|
||||
|
||||
Reference in New Issue
Block a user