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

2015-12-05 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 05:48:16
  Author: bpiotrowski
Revision: 148820

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

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

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

Copied: python2-lcms/repos/community-staging-i686/PKGBUILD (from rev 148819, 
python2-lcms/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 04:48:16 UTC (rev 148820)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 66130 2012-02-23 01:39:55Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor: Connor Behan 
+
+pkgname=python2-lcms
+pkgver=1.19
+_mver=1.19
+pkgrel=6
+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-staging-x86_64/PKGBUILD (from rev 148819, 
python2-lcms/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-06 04:48:16 UTC (rev 148820)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 66130 2012-02-23 01:39:55Z spupykin $
+# Maintainer: Sergej Pupykin 
+# Contributor: Connor Behan 
+
+pkgname=python2-lcms
+pkgver=1.19
+_mver=1.19
+pkgrel=6
+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
+}


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

2013-11-02 Thread Sergej Pupykin
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 
-# Contributor: Connor Behan 
-
-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 
+# Contributor: Connor Behan 
+
+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 
-# Contributor: Connor Behan 
-
-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