What's New ========== - Added AppData file - Better fix for #709122 - Fix schema translations - Provide a symbolic variant of the app icon - Remove reference to icons/HighContrast/Makefile - Preference dialog right resizable - Bringing the rsvg-based highlight feature back - Allow interface viewer states to fill horizontally Contributors: Daniel Mustieles, Matthias Clasen, Jakub Steiner, Javier Jardón, Joseph Scheuhammer, Richard Hughes and Javier Hernández. New And Updated Translations (lots)
40 lines
1.3 KiB
Makefile
40 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.20 2017/08/25 12:47:55 prlw1 Exp $
|
|
|
|
DISTNAME= accerciser-3.22.0
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/accerciser/${PKGVERSION_NOREV:R}/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= prlw1@cam.ac.uk
|
|
HOMEPAGE= http://live.gnome.org/Accerciser/
|
|
COMMENT= Interactive Python accessibility explorer for the GNOME desktop
|
|
LICENSE= modified-bsd
|
|
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
PY_PATCHPLIST= yes
|
|
REPLACE_PYTHON= plugins/ipython_view.py
|
|
REPLACE_PYTHON+= src/accerciser.in
|
|
|
|
BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
|
|
DEPENDS+= ${PYPKGPREFIX}-at-spi2-[0-9]*:../../devel/py-at-spi2
|
|
DEPENDS+= libwnck3-[0-9]*:../../devel/libwnck3
|
|
DEPENDS+= ${PYPKGPREFIX}-ipython>=1.2.1:../../devel/py-ipython
|
|
|
|
# dependencies to keep package's configure script happy:
|
|
USE_LANGUAGES= c
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../x11/gtk3/buildlink3.mk"
|
|
.include "../../devel/at-spi2-core/buildlink3.mk"
|
|
.include "../../devel/py-gobject3/buildlink3.mk"
|
|
|
|
.include "../../devel/glib2/schemas.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|