[arch-commits] Commit in python2-lcms/repos (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Sat Nov 2 08:47:36 UTC 2013


    Date: Saturday, November 2, 2013 @ 09:47:36
  Author: spupykin
Revision: 100275

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

Added:
  python2-lcms/repos/community-i686/PKGBUILD
    (from rev 100274, python2-lcms/trunk/PKGBUILD)
  python2-lcms/repos/community-x86_64/PKGBUILD
    (from rev 100274, python2-lcms/trunk/PKGBUILD)
Deleted:
  python2-lcms/repos/community-i686/PKGBUILD
  python2-lcms/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   72 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   36 ----------------------
 community-x86_64/PKGBUILD |   36 ----------------------
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-11-02 08:47:20 UTC (rev 100274)
+++ community-i686/PKGBUILD	2013-11-02 08:47:36 UTC (rev 100275)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 66130 2012-02-23 01:39:55Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Connor Behan <connor.behan at gmail.com>
-
-pkgname=python2-lcms
-pkgver=1.19
-_mver=1.19
-pkgrel=4
-pkgdesc="LittleCMS Python bindings"
-arch=(i686 x86_64)
-license=('CUSTOM')
-depends=('libtiff' 'python2' 'lcms')
-url="http://www.littlecms.com"
-source=(http://downloads.sourceforge.net/project/lcms/lcms/${_mver}/lcms-$pkgver.tar.gz)
-md5sums=('8af94611baf20d9646c7c2c285859818')
-
-build() {
-  cd $srcdir/lcms-${_mver}
-  ./configure --prefix=/usr --with-python
-  make
-}
-
-package() {
-  cd $srcdir/lcms-${_mver}
-  make DESTDIR=$pkgdir install
-  install -D -m0644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-  rm -rf $pkgdir/usr/bin \
-	 $pkgdir/usr/include \
-	 $pkgdir/usr/lib/pkgconfig \
-	 $pkgdir/usr/lib/liblcms.* \
-	 $pkgdir/usr/share/man/man1/icc2ps.1 \
-	 $pkgdir/usr/share/man/man1/icclink.1 \
-	 $pkgdir/usr/share/man/man1/jpegicc.1 \
-	 $pkgdir/usr/share/man/man1/tifficc.1 \
-	 $pkgdir/usr/share/man/man1/wtpt.1
-}

Copied: python2-lcms/repos/community-i686/PKGBUILD (from rev 100274, python2-lcms/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-02 08:47:36 UTC (rev 100275)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 66130 2012-02-23 01:39:55Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Connor Behan <connor.behan at gmail.com>
+
+pkgname=python2-lcms
+pkgver=1.19
+_mver=1.19
+pkgrel=5
+pkgdesc="LittleCMS Python bindings"
+arch=(i686 x86_64)
+license=('CUSTOM')
+depends=('libtiff' 'python2' 'lcms')
+url="http://www.littlecms.com"
+source=(http://downloads.sourceforge.net/project/lcms/lcms/${_mver}/lcms-$pkgver.tar.gz)
+md5sums=('8af94611baf20d9646c7c2c285859818')
+
+build() {
+  cd $srcdir/lcms-${_mver}
+  ./configure --prefix=/usr --with-python
+  make
+}
+
+package() {
+  cd $srcdir/lcms-${_mver}
+  make DESTDIR=$pkgdir install
+  install -D -m0644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+  rm -rf $pkgdir/usr/bin \
+	 $pkgdir/usr/include \
+	 $pkgdir/usr/lib/pkgconfig \
+	 $pkgdir/usr/lib/liblcms.* \
+	 $pkgdir/usr/share/man/man1/icc2ps.1 \
+	 $pkgdir/usr/share/man/man1/icclink.1 \
+	 $pkgdir/usr/share/man/man1/jpegicc.1 \
+	 $pkgdir/usr/share/man/man1/tifficc.1 \
+	 $pkgdir/usr/share/man/man1/wtpt.1
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-11-02 08:47:20 UTC (rev 100274)
+++ community-x86_64/PKGBUILD	2013-11-02 08:47:36 UTC (rev 100275)
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 66130 2012-02-23 01:39:55Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Connor Behan <connor.behan at gmail.com>
-
-pkgname=python2-lcms
-pkgver=1.19
-_mver=1.19
-pkgrel=4
-pkgdesc="LittleCMS Python bindings"
-arch=(i686 x86_64)
-license=('CUSTOM')
-depends=('libtiff' 'python2' 'lcms')
-url="http://www.littlecms.com"
-source=(http://downloads.sourceforge.net/project/lcms/lcms/${_mver}/lcms-$pkgver.tar.gz)
-md5sums=('8af94611baf20d9646c7c2c285859818')
-
-build() {
-  cd $srcdir/lcms-${_mver}
-  ./configure --prefix=/usr --with-python
-  make
-}
-
-package() {
-  cd $srcdir/lcms-${_mver}
-  make DESTDIR=$pkgdir install
-  install -D -m0644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-  rm -rf $pkgdir/usr/bin \
-	 $pkgdir/usr/include \
-	 $pkgdir/usr/lib/pkgconfig \
-	 $pkgdir/usr/lib/liblcms.* \
-	 $pkgdir/usr/share/man/man1/icc2ps.1 \
-	 $pkgdir/usr/share/man/man1/icclink.1 \
-	 $pkgdir/usr/share/man/man1/jpegicc.1 \
-	 $pkgdir/usr/share/man/man1/tifficc.1 \
-	 $pkgdir/usr/share/man/man1/wtpt.1
-}

Copied: python2-lcms/repos/community-x86_64/PKGBUILD (from rev 100274, python2-lcms/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-02 08:47:36 UTC (rev 100275)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 66130 2012-02-23 01:39:55Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Connor Behan <connor.behan at gmail.com>
+
+pkgname=python2-lcms
+pkgver=1.19
+_mver=1.19
+pkgrel=5
+pkgdesc="LittleCMS Python bindings"
+arch=(i686 x86_64)
+license=('CUSTOM')
+depends=('libtiff' 'python2' 'lcms')
+url="http://www.littlecms.com"
+source=(http://downloads.sourceforge.net/project/lcms/lcms/${_mver}/lcms-$pkgver.tar.gz)
+md5sums=('8af94611baf20d9646c7c2c285859818')
+
+build() {
+  cd $srcdir/lcms-${_mver}
+  ./configure --prefix=/usr --with-python
+  make
+}
+
+package() {
+  cd $srcdir/lcms-${_mver}
+  make DESTDIR=$pkgdir install
+  install -D -m0644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+  rm -rf $pkgdir/usr/bin \
+	 $pkgdir/usr/include \
+	 $pkgdir/usr/lib/pkgconfig \
+	 $pkgdir/usr/lib/liblcms.* \
+	 $pkgdir/usr/share/man/man1/icc2ps.1 \
+	 $pkgdir/usr/share/man/man1/icclink.1 \
+	 $pkgdir/usr/share/man/man1/jpegicc.1 \
+	 $pkgdir/usr/share/man/man1/tifficc.1 \
+	 $pkgdir/usr/share/man/man1/wtpt.1
+}




More information about the arch-commits mailing list