pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
polkit-qt5: fix pkgname and dependencies
Module Name: pkgsrc-wip
Committed By: Mark Davies <mark%ecs.vuw.ac.nz@localhost>
Pushed By: markd
Date: Mon Feb 15 00:37:25 2016 +1300
Changeset: ed763f2f1fb0a561f3bf3d8538f5ef30d54d4b8b
Modified Files:
polkit-qt5/DESCR
polkit-qt5/Makefile
polkit-qt5/buildlink3.mk
polkit-qt5/distinfo
Log Message:
polkit-qt5: fix pkgname and dependencies
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ed763f2f1fb0a561f3bf3d8538f5ef30d54d4b8b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
polkit-qt5/DESCR | 6 ++++--
polkit-qt5/Makefile | 10 ++++++----
polkit-qt5/buildlink3.mk | 13 ++++++-------
polkit-qt5/distinfo | 1 +
4 files changed, 17 insertions(+), 13 deletions(-)
diffs:
diff --git a/polkit-qt5/DESCR b/polkit-qt5/DESCR
index a049485..3707408 100644
--- a/polkit-qt5/DESCR
+++ b/polkit-qt5/DESCR
@@ -1,4 +1,6 @@
-Qt wrapper around polkit-1 client libraries, used by kdelibs to provide the
-polkit-1 kauth backend and by KDE's polkit client.
+Polkit-Qt is a library that lets developers use the Polkit API through a
+nice Qt-styled API. It is mainly a wrapper around QAction and
+QAbstractButton that lets you integrate those two component easily with
+Polkit.
This package provides Qt5 libraries.
diff --git a/polkit-qt5/Makefile b/polkit-qt5/Makefile
index 55ea694..760bcab 100644
--- a/polkit-qt5/Makefile
+++ b/polkit-qt5/Makefile
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.3 2015/04/11 16:43:29 krytarowski Exp $
DISTNAME= polkit-qt-1-0.112.0
-PKGNAME= ${DISTNAME:S/-qt-/-qt5-/}
+PKGNAME= ${DISTNAME:S/-qt-1-/-qt5-/}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_KDE:=apps/KDE4.x/admin/}
EXTRACT_SUFX= .tar.bz2
@@ -11,13 +11,15 @@ HOMEPAGE= https://projects.kde.org/projects/kdesupport/polkit-qt-1
COMMENT= Qt5 Wrapper around PolicyKit
LICENSE= gnu-lgpl-v2.1
-EXTRACT_USING= gtar
+#EXTRACT_USING= gtar
USE_LANGUAGES= c c++
USE_CMAKE= yes
USE_TOOLS+= pkg-config
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../security/policykit/buildlink3.mk"
+PKGCONFIG_OVERRIDE+= polkit-qt5-1.pc.cmake polkit-qt5-agent-1.pc.cmake
+PKGCONFIG_OVERRIDE+= polkit-qt5-core-1.pc.cmake polkit-qt5-gui-1.pc.cmake
+
.include "../../wip/polkit/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/polkit-qt5/buildlink3.mk b/polkit-qt5/buildlink3.mk
index a711232..58871f8 100644
--- a/polkit-qt5/buildlink3.mk
+++ b/polkit-qt5/buildlink3.mk
@@ -1,17 +1,16 @@
# $NetBSD: buildlink3.mk,v 1.3 2015/04/11 16:54:26 krytarowski Exp $
-BUILDLINK_TREE+= polkit-qt5-1
+BUILDLINK_TREE+= polkit-qt5
.if !defined(POLKIT_QT5_BUILDLINK3_MK)
POLKIT_QT5_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.polkit-qt5-1+= polkit-qt5-1>=0.112.0
-BUILDLINK_ABI_DEPENDS.polkit-qt5-1+= polkit-qt5-1>=0.112.0
-BUILDLINK_PKGSRCDIR.polkit-qt5-1?= ../../wip/polkit-qt5
+BUILDLINK_API_DEPENDS.polkit-qt5+= polkit-qt5>=0.112.0
+BUILDLINK_ABI_DEPENDS.polkit-qt5+= polkit-qt5>=0.112.0
+BUILDLINK_PKGSRCDIR.polkit-qt5?= ../../wip/polkit-qt5
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../security/policykit/buildlink3.mk"
.include "../../wip/polkit/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
.endif # POLKIT_QT5_BUILDLINK3_MK
-BUILDLINK_TREE+= -polkit-qt5-1
+BUILDLINK_TREE+= -polkit-qt5
diff --git a/polkit-qt5/distinfo b/polkit-qt5/distinfo
index 6d021f6..2a254fc 100644
--- a/polkit-qt5/distinfo
+++ b/polkit-qt5/distinfo
@@ -2,4 +2,5 @@ $NetBSD: distinfo,v 1.2 2015/04/11 16:36:24 krytarowski Exp $
SHA1 (polkit-qt-1-0.112.0.tar.bz2) = 042b8a42e88bd578c27600e9b70c4e142a39da91
RMD160 (polkit-qt-1-0.112.0.tar.bz2) = 6104a17a0b5ae4bd8c21426d30dbb3e49a225fbb
+SHA512 (polkit-qt-1-0.112.0.tar.bz2) = 4cb17389b54a09c53052f6d72aa5cbfe09ccb19f7fd4edf8b43ccd4751f5e88609c5f89777f4af92167d32eb2ce1e78537cea7bcfb60a90072d1fe02d6a59b50
Size (polkit-qt-1-0.112.0.tar.bz2) = 67725 bytes
Home |
Main Index |
Thread Index |
Old Index