Date: Thursday, October 27, 2022 @ 21:49:38
Author: felixonmars
Revision: 1338278
archrelease: copy trunk to community-x86_64
Added:
deepin-album/repos/community-x86_64/PKGBUILD
(from rev 1338277, deepin-album/trunk/PKGBUILD)
Deleted:
deepin-album/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 69 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 36 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-27 21:49:30 UTC (rev 1338277)
+++ PKGBUILD 2022-10-27 21:49:38 UTC (rev 1338278)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=deepin-album
-pkgver=5.10.6
-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' 'deepin-image-editor' 'ffmpegthumbnailer'
'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=('08144172ee4bccde23d34fad34749beb4f106685c1784583b5f94d713be7b2c60189ebe818892e86b46fe775fb00b579c0fb032c33f82433e6451869d50267a6')
-options=(!lto)
-
-prepare() {
- cd deepin-album-$pkgver
-
- # Our build of freeimage disabled support for these formats
- sed -i '/FIF_FAXG3/d' libUnionImage/UnionImage/unionimage.cpp
-}
-
-build() {
- cd deepin-album-$pkgver
- cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr
- ninja
-}
-
-package() {
- cd deepin-album-$pkgver
- DESTDIR="$pkgdir" ninja install
-}
Copied: deepin-album/repos/community-x86_64/PKGBUILD (from rev 1338277,
deepin-album/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-27 21:49:38 UTC (rev 1338278)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=deepin-album
+pkgver=5.10.7
+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' 'deepin-image-editor' 'ffmpegthumbnailer'
'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"
+
$pkgname-ldflags.patch::https://github.com/linuxdeepin/deepin-album/pull/59.patch)
+sha512sums=('c09fcab74fe9df77bde1096c8529f92aae8d4d057f8b921718914eab0ff2bc56b968ba3199fca43435da8d198cd9a5910bf79444fcaf057d665be47caf08c66a'
+
'ef5e3905ca168aad581f2efac5fc0fad2fbd8a6d2aedce4cdf2cbdb16570be723763e1c9e85e87355fc5d6436dd5b7ab36bfabd78cb9f95ccb3c8efa1f54accb')
+options=(!lto)
+
+prepare() {
+ cd deepin-album-$pkgver
+ patch -p1 -i ../$pkgname-ldflags.patch
+
+ # Our build of freeimage disabled support for these formats
+ sed -i '/FIF_FAXG3/d' libUnionImage/UnionImage/unionimage.cpp
+}
+
+build() {
+ cd deepin-album-$pkgver
+ cmake . -GNinja -DCMAKE_INSTALL_PREFIX=/usr
+ ninja
+}
+
+package() {
+ cd deepin-album-$pkgver
+ DESTDIR="$pkgdir" ninja install
+}