[arch-commits] Commit in basket/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Dec 2 21:13:50 UTC 2019


    Date: Monday, December 2, 2019 @ 21:13:48
  Author: arojas
Revision: 370231

archrelease: copy trunk to extra-x86_64

Added:
  basket/repos/extra-x86_64/PKGBUILD
    (from rev 370230, basket/trunk/PKGBUILD)
Deleted:
  basket/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 32 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-02 21:13:22 UTC (rev 370230)
+++ PKGBUILD	2019-12-02 21:13:48 UTC (rev 370231)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-# Contributor: James Rayner <james at archlinux.org>
-# Contributor: lucke <lucke at o2 dot pl>
-
-pkgname=basket
-_pkgver=2.49
-pkgver=${_pkgver}a
-pkgrel=2
-pkgdesc="All-purpose notes taker for KDE."
-arch=('x86_64')
-url="https://basket-notepads.github.io/"
-depends=('kcmutils' 'kfilemetadata' 'kparts' 'phonon-qt5')
-makedepends=('extra-cmake-modules' 'kdoctools' 'frameworkintegration' 'kdelibs4support')
-license=('GPL')
-source=(https://launchpad.net/basket/kde5/$pkgver/+download/basket-$_pkgver-alpha.tar.bz2)
-sha1sums=('2488581df9fa83a033be91c3c8bfb18735378c46')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$_pkgver-alpha \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: basket/repos/extra-x86_64/PKGBUILD (from rev 370230, basket/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-02 21:13:48 UTC (rev 370231)
@@ -0,0 +1,32 @@
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: James Rayner <james at archlinux.org>
+# Contributor: lucke <lucke at o2 dot pl>
+
+pkgname=basket
+_pkgver=2.49
+pkgver=${_pkgver}b
+pkgrel=1
+pkgdesc="All-purpose notes taker for KDE."
+arch=('x86_64')
+url="https://basket-notepads.github.io/"
+depends=('kcmutils' 'kfilemetadata' 'kparts' 'phonon-qt5' 'libgit2')
+makedepends=('extra-cmake-modules' 'kdoctools')
+license=('GPL')
+source=(https://launchpad.net/basket/kde5/$pkgver/+download/basket-$_pkgver-beta.tar.bz2)
+sha256sums=('e760fc68deb1f56ef02cd4a1773c6cd348b79b88ef5ff5dfb05e66947244f186')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$_pkgver-beta \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list