pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import qtaccountsservice-0.6.0 as wip/qtaccountsservice.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Jan 29 01:22:51 2016 +0100
Changeset:	7af7833b74b93eba06dad46c6dc559ccb34a8be3

Added Files:
	qtaccountsservice/DESCR
	qtaccountsservice/Makefile
	qtaccountsservice/PLIST
	qtaccountsservice/distinfo

Log Message:
Import qtaccountsservice-0.6.0 as wip/qtaccountsservice.

Qt-style API to use freedesktop.org's AccountsService DBus service.

For more information see:
http://www.freedesktop.org/wiki/Software/AccountsService

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7af7833b74b93eba06dad46c6dc559ccb34a8be3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 qtaccountsservice/DESCR    |  4 ++++
 qtaccountsservice/Makefile | 17 +++++++++++++++++
 qtaccountsservice/PLIST    | 19 +++++++++++++++++++
 qtaccountsservice/distinfo |  6 ++++++
 4 files changed, 46 insertions(+)

diffs:
diff --git a/qtaccountsservice/DESCR b/qtaccountsservice/DESCR
new file mode 100644
index 0000000..30c635b
--- /dev/null
+++ b/qtaccountsservice/DESCR
@@ -0,0 +1,4 @@
+Qt-style API to use freedesktop.org's AccountsService DBus service.
+
+For more information see:
+http://www.freedesktop.org/wiki/Software/AccountsService
diff --git a/qtaccountsservice/Makefile b/qtaccountsservice/Makefile
new file mode 100644
index 0000000..08a06d6
--- /dev/null
+++ b/qtaccountsservice/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	qtaccountsservice-0.6.0
+CATEGORIES=	sysutils
+MASTER_SITES=	${MASTER_SITE_GITHUB:=hawaii-desktop/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	${MASTER_SITE_GITHUB:=hawaii-desktop/qtaccountsservice/}
+COMMENT=	Qt-style API for freedesktop.org's AccountsService DBus service
+LICENSE=	gnu-gpl-v2 AND gnu-lgpl-v2.1 AND gnu-fdl-v1.3
+
+USE_CMAKE=	yes
+USE_LANGUAGES=	c c++
+
+.include "../../wip/extra-cmake-modules/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/qtaccountsservice/PLIST b/qtaccountsservice/PLIST
new file mode 100644
index 0000000..d1fb9bf
--- /dev/null
+++ b/qtaccountsservice/PLIST
@@ -0,0 +1,19 @@
+@comment $NetBSD$
+include/QtAccountsService/QtAccountsService/AccountsManager
+include/QtAccountsService/QtAccountsService/UserAccount
+include/QtAccountsService/QtAccountsService/UsersModel
+include/QtAccountsService/qtaccountsservice/accountsmanager.h
+include/QtAccountsService/qtaccountsservice/qtaccountsservice_export.h
+include/QtAccountsService/qtaccountsservice/qtaccountsservice_version.h
+include/QtAccountsService/qtaccountsservice/useraccount.h
+include/QtAccountsService/qtaccountsservice/usersmodel.h
+lib/cmake/QtAccountsService/QtAccountsServiceConfig.cmake
+lib/cmake/QtAccountsService/QtAccountsServiceConfigVersion.cmake
+lib/cmake/QtAccountsService/QtAccountsServiceTargets-relwithdebinfo.cmake
+lib/cmake/QtAccountsService/QtAccountsServiceTargets.cmake
+lib/libQtAccountsService.${RUBY_DLEXT}
+lib/libQtAccountsService.so.0
+lib/libQtAccountsService.so.${PKGVERSION}
+lib/qml/QtAccountsService/libdeclarative_accountsservice.${RUBY_DLEXT}
+lib/qml/QtAccountsService/plugins.qmltypes
+lib/qml/QtAccountsService/qmldir
diff --git a/qtaccountsservice/distinfo b/qtaccountsservice/distinfo
new file mode 100644
index 0000000..dfeedbd
--- /dev/null
+++ b/qtaccountsservice/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (qtaccountsservice-0.6.0.tar.gz) = 4382572cd7fdb2bcb22152706892fb57bed952db
+RMD160 (qtaccountsservice-0.6.0.tar.gz) = 63e0c2b04e0b1ac3fc2aad5fb2085d6672856669
+SHA512 (qtaccountsservice-0.6.0.tar.gz) = 03d5e085d5b429054cd6f55d223add3d05b13aa89c244f0c9ae2b26f3c64d6131952ff43d4b17c2f90bc66036a2a45892e3687b7099353e487e6551bbb362e25
+Size (qtaccountsservice-0.6.0.tar.gz) = 24889 bytes


Home | Main Index | Thread Index | Old Index