[arch-commits] Commit in shared-color-targets/repos/extra-any (PKGBUILD PKGBUILD)
Ionut Biru
ibiru at archlinux.org
Thu Feb 23 15:19:52 UTC 2012
Date: Thursday, February 23, 2012 @ 10:19:51
Author: ibiru
Revision: 150915
archrelease: copy trunk to extra-any
Added:
shared-color-targets/repos/extra-any/PKGBUILD
(from rev 150914, shared-color-targets/trunk/PKGBUILD)
Deleted:
shared-color-targets/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2012-02-23 15:17:51 UTC (rev 150914)
+++ PKGBUILD 2012-02-23 15:19:51 UTC (rev 150915)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=shared-color-targets
-pkgver=0.1.0
-pkgrel=1
-pkgdesc="Shared color targets for creating color profiles"
-arch=('any')
-url="http://github.com/hughsie/shared-color-targets"
-license=('GPL2')
-source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
-options=('!libtool')
-sha1sums=('1c03e88c2947a1dd6f2e52901bea349df25e0d8f')
-
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: shared-color-targets/repos/extra-any/PKGBUILD (from rev 150914, shared-color-targets/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2012-02-23 15:19:51 UTC (rev 150915)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=shared-color-targets
+pkgver=0.1.1
+pkgrel=1
+pkgdesc="Shared color targets for creating color profiles"
+arch=('any')
+url="http://github.com/hughsie/shared-color-targets"
+license=('GPL2')
+source=(http://people.freedesktop.org/~hughsient/releases/$pkgname-$pkgver.tar.xz)
+options=('!libtool')
+sha1sums=('b57918c3d36cd39bb17c1408289695d51c255a44')
+
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ 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