mirror of
https://git.freebsd.org/ports.git
synced 2025-05-08 03:40:46 -04:00
Components: - lang/cjs to 5.4.1 - misc/cinnamon-translations to 5.4.2 - sysutils/cinnamon-control-center to 5.4.6 - sysutils/cinnamon-settings-daemon to 5.4.4 - x11-fm/nemo to 5.4.2 - x11-wm/muffin to 5.4.5 - x11/cinnamon-desktop to 5.4.2 - x11/cinnamon-menus to 5.4.0 - x11/cinnamon-screensaver to 5.4.2 - x11/cinnamon-session to 5.4.0 - x11/cinnamon to 5.4.9 - x11/py-python-xapp to 2.2.2 - x11/xapp to 2.2.14 5.6 is the latest upstream release; this is a stopgap to reduce delta. Reviewed by: tcberner (desktop) Differential Revision: https://reviews.freebsd.org/D37917
31 lines
646 B
Makefile
31 lines
646 B
Makefile
PORTNAME= python-xapp
|
|
DISTVERSION= 2.2.2
|
|
CATEGORIES= x11 gnome
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@freebsd.org
|
|
COMMENT= Python Xapp library
|
|
WWW= https://github.com/linuxmint/python3-xapp
|
|
|
|
LICENSE= LGPL20
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR}
|
|
|
|
USES= gnome python shebangfix
|
|
|
|
USE_GNOME= pygobject3
|
|
USE_PYTHON= autoplist distutils
|
|
SHEBANG_GLOB= *.py
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= linuxmint
|
|
GH_PROJECT= python3-xapp
|
|
|
|
NO_ARCH= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} 's|/usr/bin|${PREFIX}/bin|g' ${WRKSRC}/xapp/os.py
|
|
|
|
.include <bsd.port.mk>
|