[arch-commits] Commit in colord/repos (3 files)
Ionut Biru
ibiru at archlinux.org
Wed Sep 28 19:29:23 UTC 2011
Date: Wednesday, September 28, 2011 @ 15:29:22
Author: ibiru
Revision: 138859
db-move: moved colord from [gnome-unstable] to [testing] (i686)
Added:
colord/repos/testing-i686/
colord/repos/testing-i686/PKGBUILD
(from rev 138832, colord/repos/gnome-unstable-i686/PKGBUILD)
Deleted:
colord/repos/gnome-unstable-i686/
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: colord/repos/testing-i686/PKGBUILD (from rev 138832, colord/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2011-09-28 19:29:22 UTC (rev 138859)
@@ -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