forked from Lainports/freebsd-ports
- Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5 - Use pypi for PYQT [1] - Add devel/py-qt5-sip (Don't use it for now. It will be used in future updates of PyQt with py-sip >= 5) - Add missing py-qt5 ports: comms/py-qt5-sensors, devel/py-qt5-location, devel/py-qt5-remoteobjects, net/py-qt5-networkauth - Strip libs - Refactor *_PATH and *_PORT parts [1] RiverBankComputing doesn't offer links to download latest version of some ports PR: 247369 Reviewed by: tcberner Differential Revision: https://reviews.freebsd.org/D25749 Exp-run by: antoine
33 lines
802 B
Makefile
33 lines
802 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= angrysearch
|
|
PORTVERSION= 1.0.2 # untagged, but specified in the setup.py
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils python
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= Quick search GUI tool for Unix-like systems
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= xdg-open:devel/xdg-utils \
|
|
${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so:databases/py-sqlite3@${PY_FLAVOR}
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= DoTheEvo
|
|
GH_PROJECT= ANGRYsearch
|
|
GH_TAGNAME= 6f8fccc
|
|
|
|
USES= python pyqt:5
|
|
USE_PYTHON= autoplist distutils noflavors
|
|
USE_PYQT= core_run gui_run widgets_run
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,Linux,${OPSYS}, ; s,linux,${OPSYS:tl}, \
|
|
; s,/usr/share,${PREFIX}/share,' ${WRKSRC}/setup.py \
|
|
${WRKSRC}/angrysearch.desktop
|
|
|
|
.include <bsd.port.mk>
|
|
|
|
PATCH_ARGS+= -l
|