[arch-commits] Commit in libcontentaction/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Jul 16 17:43:24 UTC 2021
Date: Friday, July 16, 2021 @ 17:43:24
Author: felixonmars
Revision: 977661
archrelease: copy trunk to community-x86_64
Added:
libcontentaction/repos/community-x86_64/PKGBUILD
(from rev 977660, libcontentaction/trunk/PKGBUILD)
Deleted:
libcontentaction/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-16 17:43:10 UTC (rev 977660)
+++ PKGBUILD 2021-07-16 17:43:24 UTC (rev 977661)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=libcontentaction
-pkgver=0.3.18
-pkgrel=1
-pkgdesc="Library for associating content with actions"
-arch=('x86_64')
-url="https://git.merproject.org/mer-core/libcontentaction"
-license=('LGPL')
-depends=('qt5-systems' 'mlite')
-makedepends=('python' 'qt5-tools')
-source=("https://git.merproject.org/mer-core/libcontentaction/-/archive/$pkgver/libcontentaction-$pkgver.tar.bz2")
-sha512sums=('a62ff4c800513e47a81e45b1dab8f1b8b9155257e7c81c72b43d9779bcb5801377d770acc81a7c13e71bfbaf1cdb88755d1a89f3faa8b96011039437bf8cd283')
-
-build() {
- cd libcontentaction-$pkgver
-
- qmake-qt5
- make
-}
-
-package() {
- cd libcontentaction-$pkgver
-
- make INSTALL_ROOT="$pkgdir" install
-
- # Remove tests
- rm -r "$pkgdir/opt"
-}
Copied: libcontentaction/repos/community-x86_64/PKGBUILD (from rev 977660, libcontentaction/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-16 17:43:24 UTC (rev 977661)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libcontentaction
+pkgver=0.4.0
+pkgrel=1
+pkgdesc="Library for associating content with actions"
+arch=('x86_64')
+url="https://git.merproject.org/mer-core/libcontentaction"
+license=('LGPL')
+depends=('qt5-systems' 'mlite')
+makedepends=('python' 'qt5-tools')
+source=("https://git.merproject.org/mer-core/libcontentaction/-/archive/$pkgver/libcontentaction-$pkgver.tar.bz2")
+sha512sums=('8abe10b035cf15473f58424ad78e0511069a6eddbfa6214d23b4e25150912c903621fdfe4c389b75671922dfb7c2b50ba8d7778f630c45c61da6a1b67691dbea')
+
+build() {
+ cd libcontentaction-$pkgver
+
+ qmake-qt5
+ make
+}
+
+package() {
+ cd libcontentaction-$pkgver
+
+ make INSTALL_ROOT="$pkgdir" install
+
+ # Remove tests
+ rm -r "$pkgdir/opt"
+}
More information about the arch-commits
mailing list