[arch-commits] Commit in kontactinterface/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Wed Aug 19 06:18:43 UTC 2015
Date: Wednesday, August 19, 2015 @ 08:18:43
Author: arojas
Revision: 244000
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
kontactinterface/repos/kde-unstable-i686/PKGBUILD
(from rev 243999, kontactinterface/trunk/PKGBUILD)
kontactinterface/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243999, kontactinterface/trunk/PKGBUILD)
Deleted:
kontactinterface/repos/kde-unstable-i686/PKGBUILD
kontactinterface/repos/kde-unstable-x86_64/PKGBUILD
------------------------------+
/PKGBUILD | 66 +++++++++++++++++++++++++++++++++++++++++
kde-unstable-i686/PKGBUILD | 33 --------------------
kde-unstable-x86_64/PKGBUILD | 33 --------------------
3 files changed, 66 insertions(+), 66 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2015-08-19 06:18:24 UTC (rev 243999)
+++ kde-unstable-i686/PKGBUILD 2015-08-19 06:18:43 UTC (rev 244000)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kontactinterface
-pkgver=15.07.90
-pkgrel=1
-pkgdesc="Kontact Plugin Interface Library"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname"
-license=(LGPL)
-depends=(kparts)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz")
-md5sums=('613eb241c614fa0251a9a5ef1e9e4a1e')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: kontactinterface/repos/kde-unstable-i686/PKGBUILD (from rev 243999, kontactinterface/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-08-19 06:18:43 UTC (rev 244000)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kontactinterface
+pkgver=15.08.0
+pkgrel=1
+pkgdesc="Kontact Plugin Interface Library"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname"
+license=(LGPL)
+depends=(kparts)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz")
+md5sums=('0bf822956323708f24c4e1d3726ccf29')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=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-08-19 06:18:24 UTC (rev 243999)
+++ kde-unstable-x86_64/PKGBUILD 2015-08-19 06:18:43 UTC (rev 244000)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=kontactinterface
-pkgver=15.07.90
-pkgrel=1
-pkgdesc="Kontact Plugin Interface Library"
-arch=(i686 x86_64)
-url="https://projects.kde.org/$pkgname"
-license=(LGPL)
-depends=(kparts)
-makedepends=(extra-cmake-modules python)
-source=("http://download.kde.org/unstable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz")
-md5sums=('613eb241c614fa0251a9a5ef1e9e4a1e')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: kontactinterface/repos/kde-unstable-x86_64/PKGBUILD (from rev 243999, kontactinterface/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-08-19 06:18:43 UTC (rev 244000)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=kontactinterface
+pkgver=15.08.0
+pkgrel=1
+pkgdesc="Kontact Plugin Interface Library"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$pkgname"
+license=(LGPL)
+depends=(kparts)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/stable/applications/15.07.80/src/$pkgname-$pkgver.tar.xz")
+md5sums=('0bf822956323708f24c4e1d3726ccf29')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=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