[arch-commits] Commit in konsole/repos (4 files)

Antonio Rojas arojas at archlinux.org
Wed Jul 29 07:32:57 UTC 2015


    Date: Wednesday, July 29, 2015 @ 09:32:57
  Author: arojas
Revision: 242671

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  konsole/repos/kde-unstable-i686/
  konsole/repos/kde-unstable-i686/PKGBUILD
    (from rev 242670, konsole/kde-unstable/PKGBUILD)
  konsole/repos/kde-unstable-x86_64/
  konsole/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 242670, konsole/kde-unstable/PKGBUILD)

------------------------------+
 kde-unstable-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: konsole/repos/kde-unstable-i686/PKGBUILD (from rev 242670, konsole/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-07-29 07:32:57 UTC (rev 242671)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=konsole
+pkgver=15.07.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc="Terminal"
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdebase')
+depends=('kdelibs4support' 'knotifyconfig' 'kpty')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdebase-konsole')
+conflicts=('kdebase-konsole<4.14.3-2')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz")
+sha1sums=('2db9f2477c53fbfb9fc98bb83049886cb42ed60c')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../konsole-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: konsole/repos/kde-unstable-x86_64/PKGBUILD (from rev 242670, konsole/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-07-29 07:32:57 UTC (rev 242671)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=konsole
+pkgver=15.07.80
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://kde.org/applications/system/konsole/'
+pkgdesc="Terminal"
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdebase')
+depends=('kdelibs4support' 'knotifyconfig' 'kpty')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdebase-konsole')
+conflicts=('kdebase-konsole<4.14.3-2')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz")
+sha1sums=('2db9f2477c53fbfb9fc98bb83049886cb42ed60c')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../konsole-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list