[arch-commits] Commit in colord/trunk (PKGBUILD colord.install)

Ionuț Mircea Bîru ioni at nymeria.archlinux.org
Fri Jan 25 16:17:48 UTC 2013


    Date: Friday, January 25, 2013 @ 17:17:48
  Author: ioni
Revision: 175991

update to 0.1.28

Added:
  colord/trunk/colord.install
Modified:
  colord/trunk/PKGBUILD

----------------+
 PKGBUILD       |    7 ++++---
 colord.install |   11 +++++++++++
 2 files changed, 15 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-25 16:01:14 UTC (rev 175990)
+++ PKGBUILD	2013-01-25 16:17:48 UTC (rev 175991)
@@ -3,8 +3,8 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=colord
-pkgver=0.1.24
-pkgrel=3
+pkgver=0.1.28
+pkgrel=1
 pkgdesc="System daemon for managing color devices"
 arch=('i686' 'x86_64')
 url="http://www.freedesktop.org/software/colord"
@@ -13,7 +13,8 @@
 makedepends=('intltool' 'gobject-introspection' 'vala' 'docbook2x')
 source=($url/releases/$pkgname-$pkgver.tar.xz)
 options=('!libtool')
-sha1sums=('52089b72d79cd4358a86b7e646c42d23157bbcf9')
+install=colord.install
+sha1sums=('d53167727ab0f1014ded86675ac8b518c188a88b')
 
 build() {
   cd "$pkgname-$pkgver"

Added: colord.install
===================================================================
--- colord.install	                        (rev 0)
+++ colord.install	2013-01-25 16:17:48 UTC (rev 175991)
@@ -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