Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,9 +1,10 @@
# $NetBSD: Makefile,v 1.14 2015/04/25 14:24:53 tnn Exp $
# $NetBSD: Makefile,v 1.16 2016/03/05 11:29:31 jperkin Exp $
DISTNAME= kuser-${_KDE_VERSION}
PKGREVISION= 2
DISTNAME= kuser-15.12.0
PKGREVISION= 1
CATEGORIES= sysutils
COMMENT= KDE user manager
MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.12.0/src/}
.include "../../meta-pkgs/kde4/Makefile.kde4"

View File

@@ -1,5 +1,7 @@
$NetBSD: distinfo,v 1.3 2014/11/13 11:05:43 markd Exp $
$NetBSD: distinfo,v 1.6 2016/01/10 19:10:38 markd Exp $
SHA1 (kuser-4.14.3.tar.xz) = 691245fd406fa044453e03f5f38e19575a8f7259
RMD160 (kuser-4.14.3.tar.xz) = 3cacd62f6d70cc1d185fd4a5df6f97d1837df33c
Size (kuser-4.14.3.tar.xz) = 134772 bytes
SHA1 (kuser-15.12.0.tar.xz) = f51eecb3e376521129af914154d6347a9fc3323f
RMD160 (kuser-15.12.0.tar.xz) = 1e6bd1018bff598ca7680ec5bdd69f1d585e831d
SHA512 (kuser-15.12.0.tar.xz) = 3fcbc5a61c2d71e5043408f07b7df2141edf54870b126228d00c18484b2212a234762c455fa554e4575f35dd63d00da67a756dc8fd9714f29eaf0ace096f00a3
Size (kuser-15.12.0.tar.xz) = 135500 bytes
SHA1 (patch-CMakeLists.txt) = 552ecddd1e547e3fb57ccfc61f6aca914c9de2a2

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-CMakeLists.txt,v 1.1 2015/11/25 07:22:58 mrg Exp $
--- CMakeLists.txt.orig 2013-08-03 21:22:20.000000000 -0700
+++ CMakeLists.txt 2015-11-24 21:47:35.000000000 -0800
@@ -1,5 +1,7 @@
project(kuser)
+include(CheckIncludeFiles)
+
# search packages used by KDE
find_package(KDE4 REQUIRED)
include (KDE4Defaults)