Date: Tuesday, March 23, 2021 @ 11:05:48 Author: bgyorgy Revision: 900309
upgpkg: deepin-album 5.8.0.40-1: Update to new version Modified: deepin-album/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-23 11:03:57 UTC (rev 900308) +++ PKGBUILD 2021-03-23 11:05:48 UTC (rev 900309) @@ -1,24 +1,23 @@ # Maintainer: Felix Yan <[email protected]> pkgname=deepin-album -pkgver=5.6.9.27 -pkgrel=2 +pkgver=5.8.0.40 +pkgrel=1 pkgdesc='A fashion photo manager for viewing and organizing pictures' arch=('x86_64') url="https://github.com/linuxdeepin/deepin-album" license=('GPL3') -depends=('deepin-qt5integration' 'freeimage' 'gio-qt' 'udisks2-qt5') +depends=('deepin-qt5integration' 'freeimage' 'gio-qt' 'hicolor-icon-theme' 'udisks2-qt5') makedepends=('cmake' 'ninja' 'qt5-tools') groups=('deepin-extra') source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-album/archive/$pkgver.tar.gz") -sha512sums=('59ed213dd533ed7d6187fef44e8f5edde95016494d562adb16b15002e837cfcfd5291d476b7e48a0ba5601219f2c273d0e0de8cbbf5075f93a16cc949a4e03f7') +sha512sums=('2d64b8c69ad3523f78b85d3fdf242b139dcf0555f16b7427575e55227527c4e64851c231939078524a162e50faba89295262fc43c78156dcf39967e66d40f353') prepare() { cd deepin-album-$pkgver - sed -i '/#include <QPainter>/a #include <QPainterPath>' deepin-album/album/frame/toptoolbar.cpp deepin-album/album/thumbnail/thumbnaildelegate.cpp \ - deepin-album/album/widgets/dlmenuarrow.h deepin-album/album/widgets/dialogs/dfmdarrowlineexpand.cpp \ - deepin-album/album/widgets/popupmenustyle.cpp - sed -i '/#include <QDebug>/a #include <QPainterPath>' deepin-album/album/module/view/contents/ttbcontent.cpp + + # Our build of freeimage disabled support for these formats + sed -i '/FIF_FAXG3/d' libUnionImage/UnionImage/unionimage.cpp } build() {
