[arch-commits] Commit in libcontentaction/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jun 10 22:39:26 UTC 2021


    Date: Thursday, June 10, 2021 @ 22:39:26
  Author: felixonmars
Revision: 961834

archrelease: copy trunk to community-x86_64

Added:
  libcontentaction/repos/community-x86_64/PKGBUILD
    (from rev 961833, libcontentaction/trunk/PKGBUILD)
Deleted:
  libcontentaction/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-10 22:39:16 UTC (rev 961833)
+++ PKGBUILD	2021-06-10 22:39:26 UTC (rev 961834)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=libcontentaction
-pkgver=0.3.16
-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=('9ac8211add2675df53264f7f0a416df3cf3a2beb24e808366cb944c3a0d17160ed89ea64e117a0bc89f5608b283f5b9ce700132986f1db2c345b329a77253499')
-
-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 961833, libcontentaction/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-10 22:39:26 UTC (rev 961834)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libcontentaction
+pkgver=0.3.17
+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=('c0a2a82ab8f490a0b3d2a48064984492b8ae494919db6956b0400cf6e69ece5347db4047523a029ee0c5b532b141929e8b1a65943e5c177ef6537681821931c1')
+
+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