[arch-commits] Commit in colord-kde/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 9 22:01:28 UTC 2018


    Date: Friday, November 9, 2018 @ 22:01:26
  Author: foutrelis
Revision: 404814

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

Copied: colord-kde/repos/community-staging-x86_64/PKGBUILD (from rev 404813, colord-kde/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-11-09 22:01:26 UTC (rev 404814)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: M0Rf30
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=colord-kde
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="Interfaces and session daemon to colord for KDE"
+arch=(x86_64)
+url='https://userbase.kde.org/Color_Management'
+license=(GPL)
+depends=(colord libxrandr kservice kconfigwidgets)
+makedepends=(extra-cmake-modules plasma-framework kcmutils kitemviews)
+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