mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-09 12:38:10 +08:00
fotowall: update to 1.0
This commit is contained in:
parent
c10837316f
commit
ee6fe6f773
@ -1,30 +1,22 @@
|
|||||||
#
|
|
||||||
# Apps Packages for Chakra, part of chakra-project.org
|
|
||||||
#
|
|
||||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
|
||||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
|
||||||
|
|
||||||
# include global config
|
|
||||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
|
||||||
|
|
||||||
pkgname=fotowall
|
pkgname=fotowall
|
||||||
pkgver=0.9
|
pkgver=1.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="A tool for rendering collages from photos or pictures"
|
pkgdesc="A tool for rendering collages from photos or pictures"
|
||||||
arch=('i686' 'x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.enricoros.com/opensource/fotowall/"
|
url="http://www.enricoros.com/opensource/fotowall/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('qt>=4.4')
|
depends=('qt5-svg' 'desktop-file-utils')
|
||||||
categories=('graphics')
|
categories=('graphics')
|
||||||
source=(http://$pkgname.googlecode.com/files/Fotowall-$pkgver.tar.bz2)
|
source=("https://github.com/enricoros/fotowall/archive/v$pkgver.tar.gz")
|
||||||
md5sums=('142ef697332e0777c6d22c5bc96cc438')
|
md5sums=('cc3f36d917edb1c86916332b605ce570')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/Fotowall-$pkgver"
|
cd $pkgname-$pkgver
|
||||||
qmake && make || return 1
|
sed -i 's|Icon=fotowall|Icon=/usr/share/pixmaps/fotowall.png|' $pkgname.desktop
|
||||||
|
qmake-qt5 PREFIX=/usr $pkgname.pro
|
||||||
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/Fotowall-$pkgver"
|
make -C $pkgname-$pkgver INSTALL_ROOT=$pkgdir install
|
||||||
make INSTALL_ROOT="$pkgdir" install
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user