Import qt4-qtsolutions-singleinstance-20110722

The QtSingleApplication component provides support for applications that can be
only started once per user.

ok jasper@
This commit is contained in:
ajacoutot 2014-09-13 10:08:43 +00:00
parent 2cd8381f8d
commit cbfc433556
4 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,39 @@
# $OpenBSD: Makefile,v 1.1.1.1 2014/09/13 10:08:43 ajacoutot Exp $
COMMENT= Qt4 Solutions single application framework
DISTNAME= qt4-qtsolutions-singleinstance-20110722
WRKDIST= ${WRKDIR}/qt-solutions-qt-solutions/qtsingleapplication
SHARED_LIBS += QtSolutions_SingleApplication-head 0.0 # 1.0
CATEGORIES= devel x11
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += ICE QtGui QtNetwork SM X11 Xext Xi Xinerama Xrender
WANTLIB += fontconfig freetype m pthread stdc++
MASTER_SITES= ftp://ftp.pcbsd.org/pub/software/ \
http://www.pcbsd.org/~kris/software/
MODULES= x11/qt4
CONFIGURE_STYLE= simple
CONFIGURE_ARGS= -library
MAKE_FLAGS= LIBQtSolutions_SingleApplication-head_VERSION=${LIBQtSolutions_SingleApplication-head_VERSION}
NO_TEST= Yes
post-configure:
cd ${WRKSRC} && ${LOCALBASE}/bin/qmake4
do-install:
${INSTALL_DATA} ${WRKSRC}/src/qtsingleapplication.h \
${WRKSRC}/src/qtsinglecoreapplication.h \
${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/lib/libQtSolutions_SingleApplication-head.so.${LIBQtSolutions_SingleApplication-head_VERSION} \
${PREFIX}/lib
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (qt4-qtsolutions-singleinstance-20110722.tar.gz) = C6PJhgNMWIT77OWKNTyFYnqn3XNHCeDrai2XtnH/odM=
SIZE (qt4-qtsolutions-singleinstance-20110722.tar.gz) = 1468445

View File

@ -0,0 +1,2 @@
The QtSingleApplication component provides support for applications that can be
only started once per user.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/09/13 10:08:43 ajacoutot Exp $
include/qtsingleapplication.h
include/qtsinglecoreapplication.h
@lib lib/libQtSolutions_SingleApplication-head.so.${LIBQtSolutions_SingleApplication-head_VERSION}