injeqt: rebuild for metadata
This commit is contained in:
parent
b242fba133
commit
3861dbf651
2 changed files with 24 additions and 2 deletions
22
srcpkgs/injeqt/patches/gcc7-fix.patch
Normal file
22
srcpkgs/injeqt/patches/gcc7-fix.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
From de025e0c472bdb2fcabbc9dc2fd443b91ab28e28 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Bart=C5=82omiej=20Burdukiewicz?=
|
||||
<bartlomiej.burdukiewicz@gmail.com>
|
||||
Date: Wed, 24 May 2017 18:52:20 +0200
|
||||
Subject: [PATCH] fix compilation for GCC 7.1.0
|
||||
|
||||
---
|
||||
src/internal/containers.h | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git src/internal/containers.h b/src/internal/containers.h
|
||||
index 8da4298..78dd212 100644
|
||||
--- src/internal/containers.h
|
||||
+++ src/internal/containers.h
|
||||
@@ -23,6 +23,7 @@
|
||||
#include "internal.h"
|
||||
|
||||
#include <algorithm>
|
||||
+#include <functional>
|
||||
#include <vector>
|
||||
|
||||
/**
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'injeqt'
|
||||
pkgname=injeqt
|
||||
version=1.2.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="qt5-devel"
|
||||
short_desc="Dependency injection framework for Qt"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="LGPL-2.1"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/vogel/injeqt/"
|
||||
distfiles="https://github.com/vogel/${pkgname}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=77540cedb0b26affe993dd18124d796059e34c80a51d9ae6433fdff1860db135
|
||||
|
|
Loading…
Reference in a new issue