# Maintainer: Darko82 <darko 82 (hat) gmail dotcom>pkgname=photoflow-gitpkgver=0.2.1pkgrel=1pkgdesc="A fully non-destructive photo retouching program providing a complete layer-based workflow including RAW image development"arch=('any')url="https://github.com/aferrero2707/PhotoFlow"license=('GPLv3')depends=('vips' 'fftw' 'libxml2' 'libtiff' 'libjpeg-turbo' 'exiv2' 'lensfun' 'gtkmm')makedepends=('git' 'pkg-config' 'automake' 'gtk-doc' 'gobject-introspection-runtime' 'make' 'cmake')provides=('photoflow-git')conflicts=('photoflow')options=()source=("https://github.com/aferrero2707/PhotoFlow.git")md5sums=("SKIP")_gitroot="https://github.com/aferrero2707/PhotoFlow.git"_gitname="PhotoFlow"build() { cd ${srcdir}/ msg "Connecting to the GIT server...." if [[ -d ${srcdir}/${_gitname} ]] ; then cd ${_gitname} git pull origin msg "The local files are updated..." else git clone ${_gitroot} fi msg "GIT checkout done." msg "Starting make for: ${pkgname}" if [[ -d ${srcdir}/${_gitname}-build ]]; then msg "Cleaning the previous build directory..." rm -rf ${srcdir}/${_gitname}-build fi git clone ${srcdir}/${_gitname} ${srcdir}/${_gitname}-build cd ${srcdir}/${_gitname}-build msg "Starting installation..." cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$pkgdir/usr -DINSTALL_PREFIX=pkgdir/usr/ ./|| return 1}package() { cd "${srcdir}/${_gitname}-build" make DESTDIR="$pkgdir/usr/" install}
# Maintainer: Darko82 <darko 82 (hat) gmail dotcom>pkgname=photoflow-gitpkgver=0.2.1pkgrel=1pkgdesc="A fully non-destructive photo retouching program providing a complete layer-based workflow including RAW image development"arch=('any')url="https://github.com/aferrero2707/PhotoFlow"license=('GPLv3')depends=('vips' 'fftw' 'libxml2' 'libtiff' 'libjpeg-turbo' 'exiv2' 'lensfun' 'gtkmm')makedepends=('git' 'pkg-config' 'automake' 'gtk-doc' 'gobject-introspection-runtime' 'make' 'cmake')provides=('photoflow-git')conflicts=('photoflow')options=()source=("https://github.com/aferrero2707/PhotoFlow.git")md5sums=("SKIP")_gitroot="https://github.com/aferrero2707/PhotoFlow.git"_gitname="PhotoFlow"build() { cd ${srcdir}/ msg "Connecting to the GIT server...." if [[ -d ${srcdir}/${_gitname} ]] ; then cd ${_gitname} git pull origin msg "The local files are updated..." else git clone ${_gitroot} fi msg "GIT checkout done." msg "Starting make for: ${pkgname}" cd ${srcdir}/${_gitname} msg "Starting installation..." cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${pkgdir}/usr -DINSTALL_PREFIX=${pkgdir}/usr ./ }package() { cd "${srcdir}/${_gitname}" make install || return 1}
source=("https://github.com/aferrero2707/PhotoFlow.git")
source=("git+https://github.com/aferrero2707/PhotoFlow.git")
provides=('photoflow-git')
provides=('photoflow')
@Darko Innazitutto, dovresti modificare questa riga:Codice: [Seleziona]source=("https://github.com/aferrero2707/PhotoFlow.git")inCodice: [Seleziona]source=("git+https://github.com/aferrero2707/PhotoFlow.git")
In secondo luogo, manca libgexiv2 nelle dipendenze
Terzo punto:Codice: [Seleziona]provides=('photoflow-git')va modificato in Codice: [Seleziona]provides=('photoflow')