New port: textproc/ibus-uniemoji: Input method for entering unicode symbols and emoji by name
PR: 227269 Submitted by: Greg V <greg@unrelenting.technology>
This commit is contained in:
parent
eb6e1d7c47
commit
2423c22ae6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470564
5 changed files with 43 additions and 0 deletions
|
@ -335,6 +335,7 @@
|
|||
SUBDIR += ibus-qt
|
||||
SUBDIR += ibus-table
|
||||
SUBDIR += ibus-typing-booster
|
||||
SUBDIR += ibus-uniemoji
|
||||
SUBDIR += icdiff
|
||||
SUBDIR += id-aspell
|
||||
SUBDIR += id-hyphen
|
||||
|
|
27
textproc/ibus-uniemoji/Makefile
Normal file
27
textproc/ibus-uniemoji/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ibus-uniemoji
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.6.0-16
|
||||
DISTVERSIONSUFFIX= -ga26c364
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= greg@unrelenting.technology
|
||||
COMMENT= Input method for entering unicode symbols and emoji by name
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-Levenshtein>0:devel/py-python-Levenshtein@${FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${FLAVOR} \
|
||||
${LOCALBASE}/share/gir-1.0/IBus-1.0.gir:textproc/ibus
|
||||
|
||||
USES= gmake python:3.4+ shebangfix
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= salty-horse
|
||||
USE_GNOME= glib20 pygobject3
|
||||
SHEBANG_GLOB= *.py
|
||||
|
||||
MAKE_ENV= PYTHON=${PYTHON_CMD} SYSCONFDIR=${PREFIX}/etc
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/ibus-uniemoji/distinfo
Normal file
3
textproc/ibus-uniemoji/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1526922267
|
||||
SHA256 (salty-horse-ibus-uniemoji-v0.6.0-16-ga26c364_GH0.tar.gz) = d916db03811d5ebb1616aff36ae4299aa08843942bbbf9be1268d0e473088687
|
||||
SIZE (salty-horse-ibus-uniemoji-v0.6.0-16-ga26c364_GH0.tar.gz) = 2485374
|
4
textproc/ibus-uniemoji/pkg-descr
Normal file
4
textproc/ibus-uniemoji/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This simple input method for ibus allows you to enter unicode emoji and
|
||||
other symbols by name.
|
||||
|
||||
WWW: https://github.com/salty-horseibus-uniemoji
|
8
textproc/ibus-uniemoji/pkg-plist
Normal file
8
textproc/ibus-uniemoji/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
etc/xdg/uniemoji/custom.json
|
||||
%%DATADIR%%/UnicodeData.txt
|
||||
%%DATADIR%%/config.py
|
||||
%%DATADIR%%/emojione.json
|
||||
%%DATADIR%%/ibus.py
|
||||
%%DATADIR%%/uniemoji.py
|
||||
%%DATADIR%%/uniemoji.svg
|
||||
share/ibus/component/uniemoji.xml
|
Loading…
Reference in a new issue