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

Felix Yan felixonmars at archlinux.org
Fri Dec 6 18:00:01 UTC 2019


    Date: Friday, December 6, 2019 @ 18:00:01
  Author: felixonmars
Revision: 535908

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-06 17:59:11 UTC (rev 535907)
+++ PKGBUILD	2019-12-06 18:00:01 UTC (rev 535908)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=libcontentaction
-pkgver=0.3.12
-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=('c5bb617a4a25c293ef43a20891bfa94f4345068bd3b45b0ed62385480ed5f0f3c5a68f1d4152b1c4f874b0498b718a5c3dd53b36987e71b0d578e57e6bf6a12f')
-
-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 535907, libcontentaction/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-06 18:00:01 UTC (rev 535908)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=libcontentaction
+pkgver=0.3.13
+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=('bcb1f171a2689a493c1158a4c11f2a1d10dd37b48e33d4e4f0ede3a8fde6e2cd1adbe734fd87202746c727acde912a388e8644fabf4f675ce9e07cd787444930')
+
+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