Date: Monday, November 28, 2022 @ 08:09:07
Author: felixonmars
Revision: 1354543
archrelease: copy trunk to community-x86_64
Added:
libglacierapp/repos/community-x86_64/PKGBUILD
(from rev 1354542, libglacierapp/trunk/PKGBUILD)
Deleted:
libglacierapp/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-28 08:08:10 UTC (rev 1354542)
+++ PKGBUILD 2022-11-28 08:09:07 UTC (rev 1354543)
@@ -1,25 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=libglacierapp
-pkgver=0.8.2
-pkgrel=1
-pkgdesc="Glacier Application library"
-arch=('x86_64')
-url="https://github.com/nemomobile-ux/libglacierapp"
-license=('LGPL')
-depends=('mlite' 'qt5-declarative')
-makedepends=('cmake')
-source=("https://github.com/nemomobile-ux/libglacierapp/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('2f254e9d42a1cf1940afeab3a117104d4c8f529449b0da08208866d69ac3bd4c382b5d795142573081f76d740ec75125f2fc30790490c6b20212868e41338a3a')
-
-build(){
- cd $pkgname-$pkgver
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: libglacierapp/repos/community-x86_64/PKGBUILD (from rev 1354542,
libglacierapp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-28 08:09:07 UTC (rev 1354543)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=libglacierapp
+pkgver=0.9
+pkgrel=1
+pkgdesc="Glacier Application library"
+arch=('x86_64')
+url="https://github.com/nemomobile-ux/libglacierapp"
+license=('LGPL')
+depends=('mlite' 'qt5-declarative')
+makedepends=('cmake')
+source=("https://github.com/nemomobile-ux/libglacierapp/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('03b3c761f6e3d7c283f1acfab5de7441df33610df6c349172667c6d0e9ea032675280f12f6ca3861fb143708da1e7618b6fd08bfac596d7988d45c575b711963')
+
+build(){
+ cd $pkgname-$pkgver
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}