[arch-commits] Commit in akonadi-search/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Wed Dec 16 07:33:02 UTC 2015
Date: Wednesday, December 16, 2015 @ 08:33:02
Author: arojas
Revision: 256307
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
akonadi-search/repos/kde-unstable-i686/PKGBUILD
(from rev 256306, akonadi-search/trunk/PKGBUILD)
akonadi-search/repos/kde-unstable-x86_64/PKGBUILD
(from rev 256306, akonadi-search/trunk/PKGBUILD)
Deleted:
akonadi-search/repos/kde-unstable-i686/PKGBUILD
akonadi-search/repos/kde-unstable-x86_64/PKGBUILD
------------------------------+
/PKGBUILD | 68 +++++++++++++++++++++++++++++++++++++++++
kde-unstable-i686/PKGBUILD | 34 --------------------
kde-unstable-x86_64/PKGBUILD | 34 --------------------
3 files changed, 68 insertions(+), 68 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2015-12-16 07:32:39 UTC (rev 256306)
+++ kde-unstable-i686/PKGBUILD 2015-12-16 07:33:02 UTC (rev 256307)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=akonadi-search
-pkgver=15.11.90
-pkgrel=2
-pkgdesc="Libraries and daemons to implement searching in Akonadi"
-url='https://projects.kde.org/akonadi-search'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(xapian-core akonadi-mime kcontacts kcalcore krunner)
-makedepends=(extra-cmake-modules kdoctools boost)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('1ccb30fbf5f53b960c500f940baad394')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DLIB_INSTALL_DIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: akonadi-search/repos/kde-unstable-i686/PKGBUILD (from rev 256306, akonadi-search/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-12-16 07:33:02 UTC (rev 256307)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=akonadi-search
+pkgver=15.12.0
+pkgrel=1
+pkgdesc="Libraries and daemons to implement searching in Akonadi"
+url='https://projects.kde.org/akonadi-search'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(xapian-core akonadi-mime kcontacts kcalcore krunner)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('43fc30f63a6dc776e6845408f80bc015')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2015-12-16 07:32:39 UTC (rev 256306)
+++ kde-unstable-x86_64/PKGBUILD 2015-12-16 07:33:02 UTC (rev 256307)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
-
-pkgname=akonadi-search
-pkgver=15.11.90
-pkgrel=2
-pkgdesc="Libraries and daemons to implement searching in Akonadi"
-url='https://projects.kde.org/akonadi-search'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-depends=(xapian-core akonadi-mime kcontacts kcalcore krunner)
-makedepends=(extra-cmake-modules kdoctools boost)
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-md5sums=('1ccb30fbf5f53b960c500f940baad394')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DLIB_INSTALL_DIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: akonadi-search/repos/kde-unstable-x86_64/PKGBUILD (from rev 256306, akonadi-search/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-12-16 07:33:02 UTC (rev 256307)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Gustavo Alvarez <sl1pkn07 at gmail.com>
+
+pkgname=akonadi-search
+pkgver=15.12.0
+pkgrel=1
+pkgdesc="Libraries and daemons to implement searching in Akonadi"
+url='https://projects.kde.org/akonadi-search'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(xapian-core akonadi-mime kcontacts kcalcore krunner)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('43fc30f63a6dc776e6845408f80bc015')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list