[arch-commits] Commit in colord-kde (5 files)

Antonio Rojas arojas at archlinux.org
Fri Oct 21 20:08:15 UTC 2016


    Date: Friday, October 21, 2016 @ 20:08:15
  Author: arojas
Revision: 192890

archrelease: copy trunk to community-i686, community-x86_64

Added:
  colord-kde/repos/
  colord-kde/repos/community-i686/
  colord-kde/repos/community-i686/PKGBUILD
    (from rev 192889, colord-kde/trunk/PKGBUILD)
  colord-kde/repos/community-x86_64/
  colord-kde/repos/community-x86_64/PKGBUILD
    (from rev 192889, colord-kde/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: colord-kde/repos/community-i686/PKGBUILD (from rev 192889, colord-kde/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2016-10-21 20:08:15 UTC (rev 192890)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: M0Rf30
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=colord-kde
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Interfaces and session daemon to colord for KDE"
+arch=(i686 x86_64)
+url='https://userbase.kde.org/Color_Management'
+license=(GPL)
+depends=(colord libxrandr kservice kconfigwidgets)
+makedepends=(extra-cmake-modules plasma-framework kcmutils kitemviews python)
+source=("http://download.kde.org/stable/colord-kde/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('4833ffdf73cc795195e1c82eaf0de51e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  build
+  make DESTDIR="$pkgdir" install
+}

Copied: colord-kde/repos/community-x86_64/PKGBUILD (from rev 192889, colord-kde/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2016-10-21 20:08:15 UTC (rev 192890)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: M0Rf30
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=colord-kde
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Interfaces and session daemon to colord for KDE"
+arch=(i686 x86_64)
+url='https://userbase.kde.org/Color_Management'
+license=(GPL)
+depends=(colord libxrandr kservice kconfigwidgets)
+makedepends=(extra-cmake-modules plasma-framework kcmutils kitemviews python)
+source=("http://download.kde.org/stable/colord-kde/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('4833ffdf73cc795195e1c82eaf0de51e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list