[arch-commits] Commit in colord/repos (8 files)
Jan Steffens
heftig at nymeria.archlinux.org
Sun Mar 17 17:43:41 UTC 2013
Date: Sunday, March 17, 2013 @ 18:43:41
Author: heftig
Revision: 180120
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
colord/repos/extra-i686/PKGBUILD
(from rev 180119, colord/trunk/PKGBUILD)
colord/repos/extra-i686/colord.install
(from rev 180119, colord/trunk/colord.install)
colord/repos/extra-x86_64/PKGBUILD
(from rev 180119, colord/trunk/PKGBUILD)
colord/repos/extra-x86_64/colord.install
(from rev 180119, colord/trunk/colord.install)
Deleted:
colord/repos/extra-i686/PKGBUILD
colord/repos/extra-i686/colord.install
colord/repos/extra-x86_64/PKGBUILD
colord/repos/extra-x86_64/colord.install
-----------------------------+
extra-i686/PKGBUILD | 93 ++++++++++++++++++++++++------------------
extra-i686/colord.install | 22 ++++-----
extra-x86_64/PKGBUILD | 93 ++++++++++++++++++++++++------------------
extra-x86_64/colord.install | 22 ++++-----
4 files changed, 130 insertions(+), 100 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2013-03-17 17:42:13 UTC (rev 180119)
+++ extra-i686/PKGBUILD 2013-03-17 17:43:41 UTC (rev 180120)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=colord
-pkgver=0.1.28
-pkgrel=1
-pkgdesc="System daemon for managing color devices"
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/software/colord"
-license=('GPL2')
-depends=('lcms2' 'libgusb' 'polkit' 'shared-color-profiles' 'sqlite' 'udev')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-options=('!libtool')
-install=colord.install
-sha1sums=('d53167727ab0f1014ded86675ac8b518c188a88b')
-
-build() {
- cd "$pkgname-$pkgver"
-
- # put udev files in /usr/lib
- sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc --libexecdir=/usr/lib/colord \
- --localstatedir=/var --disable-static \
- --with-systemdsystemunitdir=/usr/lib/systemd/system \
- --enable-vala
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install \
- bashcompletiondir=/usr/share/bash-completion/completions
-}
-
-# vim:set ts=2 sw=2 et:
Copied: colord/repos/extra-i686/PKGBUILD (from rev 180119, colord/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-17 17:43:41 UTC (rev 180120)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=colord
+pkgname=(colord colord-sane)
+pkgver=0.1.30
+pkgrel=1
+pkgdesc="System daemon for managing color devices"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/software/colord"
+license=(GPL2)
+depends=(lcms2 libgusb polkit shared-color-profiles sqlite udev dconf dbus)
+makedepends=(intltool gobject-introspection vala docbook2x sane)
+options=('!libtool')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+sha1sums=('54442a4736192aab65a7fa306142ae1cc30cda15')
+
+build() {
+ cd $pkgname-$pkgver
+
+ # put udev files in /usr/lib
+ sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc --libexecdir=/usr/lib/colord \
+ --localstatedir=/var --disable-static \
+ --with-systemdsystemunitdir=/usr/lib/systemd/system \
+ --enable-vala --enable-sane
+ make
+}
+
+package_colord() {
+ install=colord.install
+
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install \
+ bashcompletiondir=/usr/share/bash-completion/completions
+
+# Split colord-sane
+ cd ..
+ mkdir -p sane/usr/lib/colord{,-plugins}
+ mv {"$pkgdir","$srcdir/sane"}/usr/lib/colord/colord-sane
+ mv {"$pkgdir","$srcdir/sane"}/usr/lib/colord-plugins/libcd_plugin_sane.so
+}
+
+package_colord-sane() {
+ pkgdesc=("SANE plugin for colord")
+ depends=(colord sane)
+
+ mv sane/* "$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-i686/colord.install
===================================================================
--- extra-i686/colord.install 2013-03-17 17:42:13 UTC (rev 180119)
+++ extra-i686/colord.install 2013-03-17 17:43:41 UTC (rev 180120)
@@ -1,11 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: colord/repos/extra-i686/colord.install (from rev 180119, colord/trunk/colord.install)
===================================================================
--- extra-i686/colord.install (rev 0)
+++ extra-i686/colord.install 2013-03-17 17:43:41 UTC (rev 180120)
@@ -0,0 +1,11 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2013-03-17 17:42:13 UTC (rev 180119)
+++ extra-x86_64/PKGBUILD 2013-03-17 17:43:41 UTC (rev 180120)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=colord
-pkgver=0.1.28
-pkgrel=1
-pkgdesc="System daemon for managing color devices"
-arch=('i686' 'x86_64')
-url="http://www.freedesktop.org/software/colord"
-license=('GPL2')
-depends=('lcms2' 'libgusb' 'polkit' 'shared-color-profiles' 'sqlite' 'udev')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-options=('!libtool')
-install=colord.install
-sha1sums=('d53167727ab0f1014ded86675ac8b518c188a88b')
-
-build() {
- cd "$pkgname-$pkgver"
-
- # put udev files in /usr/lib
- sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc --libexecdir=/usr/lib/colord \
- --localstatedir=/var --disable-static \
- --with-systemdsystemunitdir=/usr/lib/systemd/system \
- --enable-vala
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install \
- bashcompletiondir=/usr/share/bash-completion/completions
-}
-
-# vim:set ts=2 sw=2 et:
Copied: colord/repos/extra-x86_64/PKGBUILD (from rev 180119, colord/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2013-03-17 17:43:41 UTC (rev 180120)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=colord
+pkgname=(colord colord-sane)
+pkgver=0.1.30
+pkgrel=1
+pkgdesc="System daemon for managing color devices"
+arch=(i686 x86_64)
+url="http://www.freedesktop.org/software/colord"
+license=(GPL2)
+depends=(lcms2 libgusb polkit shared-color-profiles sqlite udev dconf dbus)
+makedepends=(intltool gobject-introspection vala docbook2x sane)
+options=('!libtool')
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+sha1sums=('54442a4736192aab65a7fa306142ae1cc30cda15')
+
+build() {
+ cd $pkgname-$pkgver
+
+ # put udev files in /usr/lib
+ sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc --libexecdir=/usr/lib/colord \
+ --localstatedir=/var --disable-static \
+ --with-systemdsystemunitdir=/usr/lib/systemd/system \
+ --enable-vala --enable-sane
+ make
+}
+
+package_colord() {
+ install=colord.install
+
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install \
+ bashcompletiondir=/usr/share/bash-completion/completions
+
+# Split colord-sane
+ cd ..
+ mkdir -p sane/usr/lib/colord{,-plugins}
+ mv {"$pkgdir","$srcdir/sane"}/usr/lib/colord/colord-sane
+ mv {"$pkgdir","$srcdir/sane"}/usr/lib/colord-plugins/libcd_plugin_sane.so
+}
+
+package_colord-sane() {
+ pkgdesc=("SANE plugin for colord")
+ depends=(colord sane)
+
+ mv sane/* "$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-x86_64/colord.install
===================================================================
--- extra-x86_64/colord.install 2013-03-17 17:42:13 UTC (rev 180119)
+++ extra-x86_64/colord.install 2013-03-17 17:43:41 UTC (rev 180120)
@@ -1,11 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: colord/repos/extra-x86_64/colord.install (from rev 180119, colord/trunk/colord.install)
===================================================================
--- extra-x86_64/colord.install (rev 0)
+++ extra-x86_64/colord.install 2013-03-17 17:43:41 UTC (rev 180120)
@@ -0,0 +1,11 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list