[arch-commits] Commit in deepin-album/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sun Dec 12 12:24:12 UTC 2021
Date: Sunday, December 12, 2021 @ 12:24:11
Author: felixonmars
Revision: 1068833
archrelease: copy trunk to community-x86_64
Added:
deepin-album/repos/community-x86_64/PKGBUILD
(from rev 1068832, deepin-album/trunk/PKGBUILD)
Deleted:
deepin-album/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-12 12:24:03 UTC (rev 1068832)
+++ PKGBUILD 2021-12-12 12:24:11 UTC (rev 1068833)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=deepin-album
-pkgver=5.8.12
-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' '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=('a8f9f19a4dc71e571ee405b98825623a309edb7693a9d8ec791365f3b1b411cac2daf3acf87efc60586ab6946770e27848df9e04989d709da4de34d88316d6b5')
-
-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 1068832, deepin-album/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-12 12:24:11 UTC (rev 1068833)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=deepin-album
+pkgver=5.9.1
+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' 'ffmpegthumbnailer' '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=('d66b8e8e6acae44060b9a3b0f621ebc69f3450c04a1ba5f96722846c04a77c273f909c67aed3fc7ee8890e60d57c12d1d45c8f04318ba100ee7ccd3fdfc2cfc6')
+
+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
+}
More information about the arch-commits
mailing list