diff options
author | yuri <yuri@FreeBSD.org> | 2018-02-11 08:09:42 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-02-11 08:09:42 +0800 |
commit | c9aa385c17a099e7a6bea9de2f98991dd8f44bc9 (patch) | |
tree | 38d6d1f6d4f8847243e7ff32d27978a113fcddee /x11-fonts | |
parent | 21037f6b956552e2e84e4ba0c39d58844259f9e0 (diff) | |
download | freebsd-ports-gnome-c9aa385c17a099e7a6bea9de2f98991dd8f44bc9.tar.gz freebsd-ports-gnome-c9aa385c17a099e7a6bea9de2f98991dd8f44bc9.tar.zst freebsd-ports-gnome-c9aa385c17a099e7a6bea9de2f98991dd8f44bc9.zip |
New port: x11-fonts/py-QtAwesome: Iconic fonts in PyQt and PySide applications
PR: 225522
Submitted by: lbartoletti@tuxfamily.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14311
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/py-QtAwesome/Makefile | 22 | ||||
-rw-r--r-- | x11-fonts/py-QtAwesome/distinfo | 3 | ||||
-rw-r--r-- | x11-fonts/py-QtAwesome/pkg-descr | 6 |
4 files changed, 32 insertions, 0 deletions
diff --git a/x11-fonts/Makefile b/x11-fonts/Makefile index 9a1ae9dbded9..94b2465a5e8c 100644 --- a/x11-fonts/Makefile +++ b/x11-fonts/Makefile @@ -164,6 +164,7 @@ SUBDIR += profont SUBDIR += proggy_fonts SUBDIR += proggy_fonts-ttf + SUBDIR += py-QtAwesome SUBDIR += py-bdflib SUBDIR += roboto-fonts-ttf SUBDIR += sgifonts diff --git a/x11-fonts/py-QtAwesome/Makefile b/x11-fonts/py-QtAwesome/Makefile new file mode 100644 index 000000000000..34983458fca0 --- /dev/null +++ b/x11-fonts/py-QtAwesome/Makefile @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= QtAwesome +DISTVERSION= 0.4.4 +CATEGORIES= x11-fonts graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= lbartoletti@tuxfamily.org +COMMENT= Iconic fonts in PyQt and PySide applications + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}QtPy>0:devel/py-QtPy@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/x11-fonts/py-QtAwesome/distinfo b/x11-fonts/py-QtAwesome/distinfo new file mode 100644 index 000000000000..8c884037479a --- /dev/null +++ b/x11-fonts/py-QtAwesome/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1517200463 +SHA256 (QtAwesome-0.4.4.tar.gz) = 50f9c1d9ce34e57f5b13ef76d5c87e06de9804b8dfe1c34c4ba73197200f878a +SIZE (QtAwesome-0.4.4.tar.gz) = 159621 diff --git a/x11-fonts/py-QtAwesome/pkg-descr b/x11-fonts/py-QtAwesome/pkg-descr new file mode 100644 index 000000000000..7fcc4da5a77e --- /dev/null +++ b/x11-fonts/py-QtAwesome/pkg-descr @@ -0,0 +1,6 @@ +QtAwesome enables iconic fonts such as Font Awesome and Elusive Icons in PyQt +and PySide applications. + +It started as a Python port of the QtAwesome C++ library by Rick Blommers. + +WWW: https://github.com/spyder-ide/qtawesome |