import py-notify 0.1.1
Python bindings for libnotify. feedback and ok ajacoutot@
This commit is contained in:
parent
e39d74f595
commit
a7f985d422
42
devel/py-notify/Makefile
Normal file
42
devel/py-notify/Makefile
Normal file
@ -0,0 +1,42 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/02/18 18:08:23 jasper Exp $
|
||||
|
||||
COMMENT= python bindings for libnotify
|
||||
|
||||
V= 0.1.1
|
||||
DISTNAME= notify-python-$V
|
||||
PKGNAME= py-notify-$V
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.galago-project.org/
|
||||
|
||||
# LGPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}/files/releases/source/notify-python/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MODULES= devel/gettext \
|
||||
lang/python
|
||||
|
||||
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
||||
Xi Xinerama Xrandr Xrender atk-1.0 cairo dbus-1 dbus-glib-1 \
|
||||
expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 \
|
||||
glib-2.0 glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0 \
|
||||
m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre png z
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::x11/py-gtk2
|
||||
LIB_DEPENDS= notify::devel/libnotify
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
PYTHON="${MODPY_BIN}"
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/py-notify/distinfo
Normal file
5
devel/py-notify/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (notify-python-0.1.1.tar.bz2) = 0kfPebRs73SV3rCnYzT4HQ==
|
||||
RMD160 (notify-python-0.1.1.tar.bz2) = UvW1zHwBvjJSXbei7cDz3uQZEe8=
|
||||
SHA1 (notify-python-0.1.1.tar.bz2) = SQaTz2AXk/UM7xo8grp1AlSX/AA=
|
||||
SHA256 (notify-python-0.1.1.tar.bz2) = fTu7fD2PVskizDHQLvkFek8GmYzC/U8xGaV2/PjVBM4=
|
||||
SIZE (notify-python-0.1.1.tar.bz2) = 214514
|
1
devel/py-notify/pkg/DESCR
Normal file
1
devel/py-notify/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Python bindings for libnotify.
|
9
devel/py-notify/pkg/PLIST
Normal file
9
devel/py-notify/pkg/PLIST
Normal file
@ -0,0 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/02/18 18:08:23 jasper Exp $
|
||||
lib/pkgconfig/notify-python.pc
|
||||
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/pynotify/
|
||||
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/pynotify/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/pynotify/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/pynotify/__init__.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/pynotify/_pynotify.la
|
||||
lib/python${MODPY_VERSION}/site-packages/gtk-2.0/pynotify/_pynotify.so
|
||||
share/pygtk/2.0/defs/pynotify.defs
|
Loading…
Reference in New Issue
Block a user