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

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:29:24 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:29:23
  Author: ibiru
Revision: 138860

db-move: moved colord from [gnome-unstable] to [testing] (x86_64)

Added:
  colord/repos/testing-x86_64/
  colord/repos/testing-x86_64/PKGBUILD
    (from rev 138832, colord/repos/gnome-unstable-x86_64/PKGBUILD)
Deleted:
  colord/repos/gnome-unstable-x86_64/

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

Copied: colord/repos/testing-x86_64/PKGBUILD (from rev 138832, colord/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-09-28 19:29:23 UTC (rev 138860)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=colord
+pkgver=0.1.12
+pkgrel=2
+pkgdesc="Color daemon"
+arch=('i686' 'x86_64')
+url="http://www.freedesktop.org/software/colord/"
+license=('GPL2')
+depends=('lcms2' 'sqlite3' 'polkit' 'udev' 'sane')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+sha1sums=(9bc0c4193c0f790702923e0a783962f0f26487e6)
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/colord \
+    --localstatedir=/var --disable-static --enable-sane
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list