[arch-commits] Commit in basket/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Sep 8 09:27:33 UTC 2018
Date: Saturday, September 8, 2018 @ 09:27:32
Author: arojas
Revision: 334104
archrelease: copy trunk to extra-x86_64
Added:
basket/repos/extra-x86_64/PKGBUILD
(from rev 334103, basket/trunk/PKGBUILD)
Deleted:
basket/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-08 09:27:02 UTC (rev 334103)
+++ PKGBUILD 2018-09-08 09:27:32 UTC (rev 334104)
@@ -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=1
-pkgdesc="All-purpose notes taker for KDE."
-arch=('x86_64')
-url="https://basket-notepads.github.io/"
-depends=('kcmutils' 'kfilemetadata' 'kparts')
-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 334103, basket/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-09-08 09:27:32 UTC (rev 334104)
@@ -0,0 +1,36 @@
+# $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
+}
More information about the arch-commits
mailing list