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

Jelle van der Waa jelle at archlinux.org
Mon Jan 9 07:50:14 UTC 2017


    Date: Monday, January 9, 2017 @ 07:50:13
  Author: jelle
Revision: 206134

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

Added:
  icoutils/repos/community-i686/PKGBUILD
    (from rev 206133, icoutils/trunk/PKGBUILD)
  icoutils/repos/community-x86_64/PKGBUILD
    (from rev 206133, icoutils/trunk/PKGBUILD)
Deleted:
  icoutils/repos/community-i686/PKGBUILD
  icoutils/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 --------------------
 community-x86_64/PKGBUILD |   29 --------------------
 3 files changed, 62 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-09 07:49:59 UTC (rev 206133)
+++ community-i686/PKGBUILD	2017-01-09 07:50:13 UTC (rev 206134)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
-# Contributor: neodreams <yanbrodeur at videotron.ca>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=icoutils
-pkgver=0.31.0
-pkgrel=1
-pkgdesc='Extracts and converts images in MS Windows(R) icon and cursor files.'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://www.nongnu.org/icoutils/'
-depends=('libpng>=1.0.0' 'perl-libwww>=5.64')
-source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('fe12dcfb7796cb6cb4ac9bb0720ae362')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-    --prefix=/usr \
-    --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: icoutils/repos/community-i686/PKGBUILD (from rev 206133, icoutils/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-09 07:50:13 UTC (rev 206134)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
+# Contributor: neodreams <yanbrodeur at videotron.ca>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=icoutils
+pkgver=0.31.1
+pkgrel=1
+pkgdesc='Extracts and converts images in MS Windows(R) icon and cursor files.'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.nongnu.org/icoutils/'
+depends=('libpng>=1.0.0' 'perl-libwww>=5.64')
+validpgpkeys=('3776FFA2692D84ECA895F98E3424F3704FF4EDEC')
+source=("https://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('26e29d3c78f25d4cdf402501ac0414c51a9a092daebf6c9dee3b837dee693093'
+            'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-09 07:49:59 UTC (rev 206133)
+++ community-x86_64/PKGBUILD	2017-01-09 07:50:13 UTC (rev 206134)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
-# Contributor: neodreams <yanbrodeur at videotron.ca>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=icoutils
-pkgver=0.31.0
-pkgrel=1
-pkgdesc='Extracts and converts images in MS Windows(R) icon and cursor files.'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://www.nongnu.org/icoutils/'
-depends=('libpng>=1.0.0' 'perl-libwww>=5.64')
-source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('fe12dcfb7796cb6cb4ac9bb0720ae362')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-    --prefix=/usr \
-    --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: icoutils/repos/community-x86_64/PKGBUILD (from rev 206133, icoutils/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-09 07:50:13 UTC (rev 206134)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Geoffroy Carrier <geoffroy.carrier at aur.archlinux.org>
+# Contributor: neodreams <yanbrodeur at videotron.ca>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=icoutils
+pkgver=0.31.1
+pkgrel=1
+pkgdesc='Extracts and converts images in MS Windows(R) icon and cursor files.'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.nongnu.org/icoutils/'
+depends=('libpng>=1.0.0' 'perl-libwww>=5.64')
+validpgpkeys=('3776FFA2692D84ECA895F98E3424F3704FF4EDEC')
+source=("https://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('26e29d3c78f25d4cdf402501ac0414c51a9a092daebf6c9dee3b837dee693093'
+            'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list