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

Antonio Rojas arojas at archlinux.org
Sat Aug 31 17:52:44 UTC 2019


    Date: Saturday, August 31, 2019 @ 17:52:43
  Author: arojas
Revision: 505743

archrelease: copy trunk to community-x86_64

Added:
  kasync/repos/community-x86_64/PKGBUILD
    (from rev 505742, kasync/trunk/PKGBUILD)
Deleted:
  kasync/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   61 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 30 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-31 17:51:38 UTC (rev 505742)
+++ PKGBUILD	2019-08-31 17:52:43 UTC (rev 505743)
@@ -1,31 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Jameson Pugh <imntreal at gmail.com>
-
-pkgname=kasync
-pkgver=0.2.0
-pkgrel=2
-pkgdesc='A C++ library for controlling asynchronous tasks'
-arch=(x86_64)
-url='https://community.kde.org/KDE_PIM'
-license=(GPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha256sums=('0ff75cf4cbef3baff2ffd061bac737e7b05bd0f24f7a89ac83c4ea17a5ba4ac3')
-
-prepare() {
-  mkdir -p build
-}
-
-build() { 
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIB_INSTALL_DIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kasync/repos/community-x86_64/PKGBUILD (from rev 505742, kasync/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-31 17:52:43 UTC (rev 505743)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Jameson Pugh <imntreal at gmail.com>
+
+pkgname=kasync
+pkgver=0.3.0
+pkgrel=1
+pkgdesc='A C++ library for controlling asynchronous tasks'
+arch=(x86_64)
+url='https://community.kde.org/KDE_PIM'
+license=(GPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha256sums=('08916f0878f4cac650b89e5bf04c49f1bf1fcd690c58310e4849350ddc6a3b58')
+
+prepare() {
+  mkdir -p build
+}
+
+build() { 
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list