[arch-commits] Commit in libcontentaction/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Jul 23 19:30:30 UTC 2021
Date: Friday, July 23, 2021 @ 19:30:30
Author: felixonmars
Revision: 984805
archrelease: copy trunk to community-x86_64
Added:
libcontentaction/repos/community-x86_64/PKGBUILD
(from rev 984804, libcontentaction/trunk/PKGBUILD)
Deleted:
libcontentaction/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-23 19:30:15 UTC (rev 984804)
+++ PKGBUILD 2021-07-23 19:30:30 UTC (rev 984805)
@@ -1,29 +0,0 @@
-# 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"
-}
Copied: libcontentaction/repos/community-x86_64/PKGBUILD (from rev 984804, libcontentaction/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-23 19:30:30 UTC (rev 984805)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libcontentaction
+pkgver=0.4.1
+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=('95f515f38ef731253e1eea54a1dcdf9b6103ab67fc2e8d08edec6039f8f880851201841da776d64629d6fcca60a268d91c049c6d0e24b64437474dc4c111837b')
+
+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