From 1611871fb9829ba4eff4ca14dc4eac6b78e61a9e Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Wed, 25 Apr 2018 17:44:47 +0300 Subject: [PATCH] kproperty: bump version --- .../{kproperty-3.0.2.recipe => kproperty-3.1.0.recipe} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename dev-libs/kproperty/{kproperty-3.0.2.recipe => kproperty-3.1.0.recipe} (90%) diff --git a/dev-libs/kproperty/kproperty-3.0.2.recipe b/dev-libs/kproperty/kproperty-3.1.0.recipe similarity index 90% rename from dev-libs/kproperty/kproperty-3.0.2.recipe rename to dev-libs/kproperty/kproperty-3.1.0.recipe index aed23a8be..8d8cde60b 100644 --- a/dev-libs/kproperty/kproperty-3.0.2.recipe +++ b/dev-libs/kproperty/kproperty-3.1.0.recipe @@ -2,11 +2,11 @@ SUMMARY="A property editing framework with editor widget" DESCRIPTION="KProperty is a property editing framework with editor widget similar to what is known from Qt Designer.\ It is useful in applications such as IDEs where large amounts of properties are available for the user to edit." HOMEPAGE="https://github.com/KDE/kconfigwidgets/" -COPYRIGHT="2010-2017 KDE Organisation" +COPYRIGHT="2010-2018 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" -SOURCE_URI="https://github.com/KDE/kproperty/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="3e4091d3cc1e90ad02df0f52568006f58d1d622534779f96a27aeed0816251f7" +SOURCE_URI="https://github.com/KDE/kproperty/archive/v$portVersion.tar.gz" +CHECKSUM_SHA256="c0b96abe569a955da22826b2cf3771fdadc4ebd5e65a4cca55c36148f002d4ed" ARCHITECTURES="!x86_gcc2 x86_64" SECONDARY_ARCHITECTURES="x86" @@ -74,6 +74,7 @@ INSTALL() prepareInstalledDevelLibs \ libKPropertyCore3 \ libKPropertyWidgets3 + fixPkgconfig packageEntries devel $developDir }