update to screenkey-1.4, from maintainer Laurie Tratt with small tweaks

This commit is contained in:
sthen 2021-03-18 11:27:03 +00:00
parent b6ca88c382
commit 331df8f993
4 changed files with 36 additions and 24 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2021/02/23 19:39:52 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2021/03/18 11:27:03 sthen Exp $
COMMENT = display keypresses on screen
DISTNAME = screenkey-1.2
REVISION = 0
MODPY_EGG_VERSION = 1.4
DISTNAME = screenkey-${MODPY_EGG_VERSION}
CATEGORIES = x11
@ -23,6 +23,7 @@ MODULES = lang/python
MODPY_SETUPTOOLS = Yes
BUILD_DEPENDS += devel/gettext,-tools \
devel/py-babel${MODPY_FLAVOR} \
devel/py-distutils-extra${MODPY_FLAVOR}
RUN_DEPENDS += devel/desktop-file-utils \
devel/py-gobject3${MODPY_FLAVOR} \

View File

@ -1,2 +1,2 @@
SHA256 (screenkey-1.2.tar.gz) = bvTddZckvUmMmxkwmeVlA3WBDiCWOOXw13jft0asW3M=
SIZE (screenkey-1.2.tar.gz) = 65396
SHA256 (screenkey-1.4.tar.gz) = 1zR+Mfq0pbGNpDHj/CbzlwDpmlBesMAWgpWtwSyN1Pc=
SIZE (screenkey-1.4.tar.gz) = 79081

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-setup_cfg,v 1.1.1.1 2020/08/11 21:33:22 bcallah Exp $
Index: setup.cfg
--- setup.cfg.orig
+++ setup.cfg
@@ -1,5 +1,5 @@
[build]
-i18n = True
+i18n = False
[egg_info]
tag_build =

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/08/11 21:33:22 bcallah Exp $
@comment $OpenBSD: PLIST,v 1.2 2021/03/18 11:27:03 sthen Exp $
bin/screenkey
lib/python${MODPY_VERSION}/site-packages/Screenkey/
lib/python${MODPY_VERSION}/site-packages/Screenkey/__init__.py
@ -9,19 +9,42 @@ lib/python${MODPY_VERSION}/site-packages/Screenkey/${MODPY_PYCACHE}keysyms.${MOD
lib/python${MODPY_VERSION}/site-packages/Screenkey/${MODPY_PYCACHE}labelmanager.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/Screenkey/${MODPY_PYCACHE}screenkey.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/Screenkey/${MODPY_PYCACHE}xlib.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/Screenkey/images/
lib/python${MODPY_VERSION}/site-packages/Screenkey/images/mouse.svg
lib/python${MODPY_VERSION}/site-packages/Screenkey/inputlistener.py
lib/python${MODPY_VERSION}/site-packages/Screenkey/keysyms.py
lib/python${MODPY_VERSION}/site-packages/Screenkey/labelmanager.py
lib/python${MODPY_VERSION}/site-packages/Screenkey/locale/
lib/python${MODPY_VERSION}/site-packages/Screenkey/locale/ca/
lib/python${MODPY_VERSION}/site-packages/Screenkey/locale/ca/LC_MESSAGES/
lib/python${MODPY_VERSION}/site-packages/Screenkey/locale/ca/LC_MESSAGES/screenkey.mo
lib/python${MODPY_VERSION}/site-packages/Screenkey/locale/es/
lib/python${MODPY_VERSION}/site-packages/Screenkey/locale/es/LC_MESSAGES/
lib/python${MODPY_VERSION}/site-packages/Screenkey/locale/es/LC_MESSAGES/screenkey.mo
lib/python${MODPY_VERSION}/site-packages/Screenkey/locale/fr/
lib/python${MODPY_VERSION}/site-packages/Screenkey/locale/fr/LC_MESSAGES/
lib/python${MODPY_VERSION}/site-packages/Screenkey/locale/fr/LC_MESSAGES/screenkey.mo
lib/python${MODPY_VERSION}/site-packages/Screenkey/locale/ru/
lib/python${MODPY_VERSION}/site-packages/Screenkey/locale/ru/LC_MESSAGES/
lib/python${MODPY_VERSION}/site-packages/Screenkey/locale/ru/LC_MESSAGES/screenkey.mo
lib/python${MODPY_VERSION}/site-packages/Screenkey/locale/uk/
lib/python${MODPY_VERSION}/site-packages/Screenkey/locale/uk/LC_MESSAGES/
lib/python${MODPY_VERSION}/site-packages/Screenkey/locale/uk/LC_MESSAGES/screenkey.mo
lib/python${MODPY_VERSION}/site-packages/Screenkey/locale/zh_CN/
lib/python${MODPY_VERSION}/site-packages/Screenkey/locale/zh_CN/LC_MESSAGES/
lib/python${MODPY_VERSION}/site-packages/Screenkey/locale/zh_CN/LC_MESSAGES/screenkey.mo
lib/python${MODPY_VERSION}/site-packages/Screenkey/screenkey.py
lib/python${MODPY_VERSION}/site-packages/Screenkey/xlib.py
lib/python${MODPY_VERSION}/site-packages/screenkey-1.2-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/screenkey-1.2-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/screenkey-1.2-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/screenkey-1.2-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/screenkey-1.2-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/screenkey-1.2-py${MODPY_VERSION}.egg-info/top_level.txt
lib/python${MODPY_VERSION}/site-packages/screenkey-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
lib/python${MODPY_VERSION}/site-packages/screenkey-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
lib/python${MODPY_VERSION}/site-packages/screenkey-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
lib/python${MODPY_VERSION}/site-packages/screenkey-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
lib/python${MODPY_VERSION}/site-packages/screenkey-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/requires.txt
lib/python${MODPY_VERSION}/site-packages/screenkey-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
share/applications/screenkey.desktop
share/doc/screenkey/
share/doc/screenkey/NEWS.rst
share/doc/screenkey/README.rst
share/metainfo/
share/metainfo/org.thregr.screenkey.metainfo.xml
@tag update-desktop-database