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

Jan Steffens heftig at nymeria.archlinux.org
Mon Jul 15 20:06:47 UTC 2013


    Date: Monday, July 15, 2013 @ 22:06:47
  Author: heftig
Revision: 190115

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

Added:
  colord/repos/extra-i686/PKGBUILD
    (from rev 190114, colord/trunk/PKGBUILD)
  colord/repos/extra-i686/colord.install
    (from rev 190114, colord/trunk/colord.install)
  colord/repos/extra-x86_64/PKGBUILD
    (from rev 190114, colord/trunk/PKGBUILD)
  colord/repos/extra-x86_64/colord.install
    (from rev 190114, 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

-----------------------------+
 /PKGBUILD                   |   78 ++++++++++++++++++++++++++++++++++++++++++
 /colord.install             |   22 +++++++++++
 extra-i686/PKGBUILD         |   39 ---------------------
 extra-i686/colord.install   |   11 -----
 extra-x86_64/PKGBUILD       |   39 ---------------------
 extra-x86_64/colord.install |   11 -----
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-07-15 20:06:04 UTC (rev 190114)
+++ extra-i686/PKGBUILD	2013-07-15 20:06:47 UTC (rev 190115)
@@ -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=1.0.1
-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 bash-completion)
-optdepends=('sane: UseSANE support [/etc/colord.conf]')
-options=('!libtool')
-install=colord.install
-backup=(etc/colord.conf)
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-sha1sums=('d480eb23a3de67cab090c810c894cc68069a278d')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  # put udev files in /usr/lib
-  sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
-  
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/usr/lib/$pkgname --disable-static \
-    --with-systemdsystemunitdir=/usr/lib/systemd/system \
-    --enable-vala --enable-sane --disable-volume-search
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-i686/PKGBUILD (from rev 190114, colord/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-07-15 20:06:47 UTC (rev 190115)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=colord
+pkgver=1.0.2
+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 bash-completion)
+optdepends=('sane: UseSANE support [/etc/colord.conf]')
+options=('!libtool')
+install=colord.install
+backup=(etc/colord.conf)
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+sha1sums=('081ce4457e9752c726e68820b1b079ab314093a0')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  # put udev files in /usr/lib
+  sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
+  
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --disable-static \
+    --with-systemdsystemunitdir=/usr/lib/systemd/system \
+    --enable-vala --enable-sane --disable-volume-search
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/colord.install
===================================================================
--- extra-i686/colord.install	2013-07-15 20:06:04 UTC (rev 190114)
+++ extra-i686/colord.install	2013-07-15 20:06:47 UTC (rev 190115)
@@ -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 190114, colord/trunk/colord.install)
===================================================================
--- extra-i686/colord.install	                        (rev 0)
+++ extra-i686/colord.install	2013-07-15 20:06:47 UTC (rev 190115)
@@ -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-07-15 20:06:04 UTC (rev 190114)
+++ extra-x86_64/PKGBUILD	2013-07-15 20:06:47 UTC (rev 190115)
@@ -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=1.0.1
-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 bash-completion)
-optdepends=('sane: UseSANE support [/etc/colord.conf]')
-options=('!libtool')
-install=colord.install
-backup=(etc/colord.conf)
-source=($url/releases/$pkgname-$pkgver.tar.xz)
-sha1sums=('d480eb23a3de67cab090c810c894cc68069a278d')
-
-build() {
-  cd $pkgname-$pkgver
-  
-  # put udev files in /usr/lib
-  sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
-  
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/usr/lib/$pkgname --disable-static \
-    --with-systemdsystemunitdir=/usr/lib/systemd/system \
-    --enable-vala --enable-sane --disable-volume-search
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: colord/repos/extra-x86_64/PKGBUILD (from rev 190114, colord/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-07-15 20:06:47 UTC (rev 190115)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=colord
+pkgver=1.0.2
+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 bash-completion)
+optdepends=('sane: UseSANE support [/etc/colord.conf]')
+options=('!libtool')
+install=colord.install
+backup=(etc/colord.conf)
+source=($url/releases/$pkgname-$pkgver.tar.xz)
+sha1sums=('081ce4457e9752c726e68820b1b079ab314093a0')
+
+build() {
+  cd $pkgname-$pkgver
+  
+  # put udev files in /usr/lib
+  sed -i "/slashlibdir=/s#/lib#/usr/lib#" configure
+  
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --disable-static \
+    --with-systemdsystemunitdir=/usr/lib/systemd/system \
+    --enable-vala --enable-sane --disable-volume-search
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/colord.install
===================================================================
--- extra-x86_64/colord.install	2013-07-15 20:06:04 UTC (rev 190114)
+++ extra-x86_64/colord.install	2013-07-15 20:06:47 UTC (rev 190115)
@@ -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 190114, colord/trunk/colord.install)
===================================================================
--- extra-x86_64/colord.install	                        (rev 0)
+++ extra-x86_64/colord.install	2013-07-15 20:06:47 UTC (rev 190115)
@@ -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