[arch-commits] Commit in cervisia (5 files)

Antonio Rojas arojas at archlinux.org
Sat Jul 23 18:56:26 UTC 2016


    Date: Saturday, July 23, 2016 @ 18:56:25
  Author: arojas
Revision: 272400

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

Added:
  cervisia/repos/
  cervisia/repos/kde-unstable-i686/
  cervisia/repos/kde-unstable-i686/PKGBUILD
    (from rev 272399, cervisia/kde-unstable/PKGBUILD)
  cervisia/repos/kde-unstable-x86_64/
  cervisia/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 272399, cervisia/kde-unstable/PKGBUILD)

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

Copied: cervisia/repos/kde-unstable-i686/PKGBUILD (from rev 272399, cervisia/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-i686/PKGBUILD	2016-07-23 18:56:25 UTC (rev 272400)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 271532 2016-07-12 17:20:33Z arojas $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinuxo.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=cervisia
+pkgver=16.07.80
+pkgrel=1
+pkgdesc='CVS Frontend'
+url='http://kde.org/applications/development/cervisia/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kdesu kparts hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+conflicts=(kdesdk-cervisia)
+replaces=(kdesdk-cervisia)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('e7aff1d727659d1d53f93d783bffca9cc63e39be')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: cervisia/repos/kde-unstable-x86_64/PKGBUILD (from rev 272399, cervisia/kde-unstable/PKGBUILD)
===================================================================
--- repos/kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD	2016-07-23 18:56:25 UTC (rev 272400)
@@ -0,0 +1,38 @@
+# $Id: PKGBUILD 271532 2016-07-12 17:20:33Z arojas $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinuxo.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=cervisia
+pkgver=16.07.80
+pkgrel=1
+pkgdesc='CVS Frontend'
+url='http://kde.org/applications/development/cervisia/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kdesu kparts hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+conflicts=(kdesdk-cervisia)
+replaces=(kdesdk-cervisia)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('e7aff1d727659d1d53f93d783bffca9cc63e39be')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list