Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
deepin-calculator


Commits:
f37f9c1a by Felix Yan at 2023-08-02T04:56:56+03:00
upgpkg: 5.8.24-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -1,27 +1,22 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=deepin-calculator
-pkgver=5.8.23
-pkgrel=4
+pkgver=5.8.24
+pkgrel=1
 pkgdesc='An easy to use calculator for ordinary users'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-calculator";
 license=('GPL3')
-depends=('deepin-qt5integration' 'deepin-qt-dbus-factory')
-makedepends=('cmake' 'gmock' 'gtest' 'ninja' 'qt5-tools')
+depends=('deepin-qt5integration' 'dtkcore' 'dtkgui' 'dtkwidget' 
'deepin-qt-dbus-factory'
+         'gcc-libs' 'qt5-base' 'qt5-svg')
+makedepends=('cmake' 'ninja' 'qt5-tools')
 groups=('deepin-extra')
-source=("https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver/$pkgname-$pkgver.tar.gz";
-        
$pkgname-fix-ldflags.patch::https://github.com/linuxdeepin/deepin-calculator/pull/82.patch)
-sha512sums=('f07d1c963a2647e946e5626a406cb9a3d6582d19bf21ee7706e6ff0a6e426859e2186f556cc84b157eec5a49f2434d5f585e345afae4b13a9014b354a1bf1add'
-            
'001b9ab4b7a9aac4ded51e9e2c0362824f3e38ad8a80c15c3cbe7cbfeef6ce65e85a4c3aa688fcdd0e396267a108fd6a192adece597e95775aece1c29a8c2a7c')
-
-prepare() {
-  patch -d deepin-calculator-$pkgver -p1 < $pkgname-fix-ldflags.patch
-}
+source=("https://github.com/linuxdeepin/deepin-calculator/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
+sha512sums=('48ca459ad837e1e5d60f5138a11ad78d8997ed6785525662e010340e0afc07b4d1088588e7ffde0bbe5053bb68870eb78a4a3bc8f268bdf1927d21452244d6fb')
 
 build() {
   cd deepin-calculator-$pkgver
-  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
+  cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DAPP_VERSION=$pkgver 
-DVERSION=$pkgver .
   ninja
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-calculator/-/commit/f37f9c1a961f462fc198f279407427c7b33dab12

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-calculator/-/commit/f37f9c1a961f462fc198f279407427c7b33dab12
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to