Date: Monday, November 28, 2022 @ 08:18:13
Author: felixonmars
Revision: 1354579
archrelease: copy trunk to community-x86_64
Added:
glacier-calc/repos/community-x86_64/PKGBUILD
(from rev 1354577, glacier-calc/trunk/PKGBUILD)
Deleted:
glacier-calc/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-28 08:18:12 UTC (rev 1354578)
+++ PKGBUILD 2022-11-28 08:18:13 UTC (rev 1354579)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=glacier-calc
-pkgver=0.3.2
-pkgrel=1
-pkgdesc="Nemo calculator"
-arch=('x86_64')
-url="https://github.com/nemomobile-ux/glacier-calc"
-license=('LGPL')
-depends=('qt5-quickcontrols-nemo')
-makedepends=('cmake' 'qt5-tools')
-source=("https://github.com/nemomobile-ux/glacier-calc/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('6ecc6543adb3cdec05fec41266b4a2787fa0ddd136cbc71a82c629f7575abeaa11db3abe53999ef0bfa1d9277f5b4e9d86c2c890ad14cd3ac7f8cd3b9fee8062')
-
-build(){
- cd $pkgname-$pkgver
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr .
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: glacier-calc/repos/community-x86_64/PKGBUILD (from rev 1354577,
glacier-calc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-28 08:18:13 UTC (rev 1354579)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=glacier-calc
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Nemo calculator"
+arch=('x86_64')
+url="https://github.com/nemomobile-ux/glacier-calc"
+license=('LGPL')
+depends=('qt5-quickcontrols-nemo')
+makedepends=('cmake' 'qt5-tools')
+source=("https://github.com/nemomobile-ux/glacier-calc/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('16f94492e5b2b1f0863deb1fd5a036f4c56698fcdb276dfa4c1c90638c1b73d2a9620265bff033c6e21a52168c0c458bf3d7e2b557c474b219a2bf4a3fead950')
+
+build(){
+ cd $pkgname-$pkgver
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr .
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}