Date: Monday, December 19, 2022 @ 17:43:42
Author: felixonmars
Revision: 1361678
archrelease: copy trunk to community-x86_64
Added:
deepin-album/repos/community-x86_64/PKGBUILD
(from rev 1361677, deepin-album/trunk/PKGBUILD)
Deleted:
deepin-album/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-19 17:43:31 UTC (rev 1361677)
+++ PKGBUILD 2022-12-19 17:43:42 UTC (rev 1361678)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=deepin-album
-pkgver=5.10.8
-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=('12ed8107582e52e7abb2645f50dcd287155f8ca569bb730afcee3473a4700f52fe38e0fedd965c9e4a94bc04655fd410ca19982cd68719c3c872131f765bb976')
-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 1361677,
deepin-album/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-19 17:43:42 UTC (rev 1361678)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=deepin-album
+pkgver=5.10.9
+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=('d368247088bf55df604ffdfcb88fb78ca0fb754f573939838114c49378e261c3a6802fe81b7113ad76bd3b7a98a895fb0698510dae7800eaea953004203120ac')
+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
+}