FS#51724 - [kphotoalbum] Update to KF5 version (5.0.1)

Attached to Project: Community Packages
Opened by Bruno Pagani (ArchangeGabriel) - Sunday, 06 November 2016, 18:10 GMT
Last edited by Laurent Carlier (lordheavy) - Sunday, 06 November 2016, 18:33 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Hi,

The KF5 version has been released. Here is a tested and working PKGBUILD if it can help:

pkgname=kphotoalbum
pkgver=5.0.1
pkgrel=1
pkgdesc="KDE Photo Album, picture collection manager"
url="http://www.kphotoalbum.org/"
arch=('i686' 'x86_64')
license=('GPL')
depends=('libkdcraw' 'libkface' 'libkipi' 'libkgeomap' 'exiv2')
makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'libkexiv2')
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
sha256sums=('e43beb6cb93d749b30aa171ebce5ac5473b16704ea6d36bf6dcc2ce54328ce55' 'SKIP')
validpgpkeys=('8A53F0CB9F752E6F4F72FEC6F8DECD0DDF0F74A8')

prepare() {
mkdir -p build
}

build() {
cd build
cmake "../${pkgname}-${pkgver}" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DKDE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF
make
}

package() {
cd build
make DESTDIR=${pkgdir} install
}
This task depends upon

Closed by  Laurent Carlier (lordheavy)
Sunday, 06 November 2016, 18:33 GMT
Reason for closing:  No response
Additional comments about closing:  It's not a bug, and an update is on the way, thanks!

Loading...