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

Jelle van der Waa jelle at archlinux.org
Mon May 29 18:19:25 UTC 2017


    Date: Monday, May 29, 2017 @ 18:19:24
  Author: jelle
Revision: 230988

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-05-29 18:19:04 UTC (rev 230987)
+++ community-i686/PKGBUILD	2017-05-29 18:19:24 UTC (rev 230988)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: Aaron Schaefer <aaron at elasticdog.com>
-
-pkgname=optipng
-pkgver=0.7.6
-pkgrel=1
-pkgdesc='Compresses PNG files to a smaller size, without losing any information.'
-arch=('i686' 'x86_64')
-url='http://optipng.sourceforge.net/'
-license=('ZLIB')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('568e0738358450eca69ecf578d48f26c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make prefix="$pkgdir/usr" mandir="$pkgdir/usr/share/man" install
-
-  # install license
-  install -Dm0644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" 
-}

Copied: optipng/repos/community-i686/PKGBUILD (from rev 230987, optipng/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-05-29 18:19:24 UTC (rev 230988)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: Aaron Schaefer <aaron at elasticdog.com>
+
+pkgname=optipng
+pkgver=0.7.6
+pkgrel=2
+pkgdesc='Compresses PNG files to a smaller size, without losing any information.'
+arch=('i686' 'x86_64')
+url='http://optipng.sourceforge.net/'
+license=('ZLIB')
+depends=('glibc' 'libpng' 'zlib')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('568e0738358450eca69ecf578d48f26c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-system-libs
+  make
+}
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make prefix="$pkgdir/usr" mandir="$pkgdir/usr/share/man" install
+
+  # install license
+  install -Dm0644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" 
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-05-29 18:19:04 UTC (rev 230987)
+++ community-x86_64/PKGBUILD	2017-05-29 18:19:24 UTC (rev 230988)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: Aaron Schaefer <aaron at elasticdog.com>
-
-pkgname=optipng
-pkgver=0.7.6
-pkgrel=1
-pkgdesc='Compresses PNG files to a smaller size, without losing any information.'
-arch=('i686' 'x86_64')
-url='http://optipng.sourceforge.net/'
-license=('ZLIB')
-depends=('glibc')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('568e0738358450eca69ecf578d48f26c')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make prefix="$pkgdir/usr" mandir="$pkgdir/usr/share/man" install
-
-  # install license
-  install -Dm0644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" 
-}

Copied: optipng/repos/community-x86_64/PKGBUILD (from rev 230987, optipng/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-29 18:19:24 UTC (rev 230988)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: Aaron Schaefer <aaron at elasticdog.com>
+
+pkgname=optipng
+pkgver=0.7.6
+pkgrel=2
+pkgdesc='Compresses PNG files to a smaller size, without losing any information.'
+arch=('i686' 'x86_64')
+url='http://optipng.sourceforge.net/'
+license=('ZLIB')
+depends=('glibc' 'libpng' 'zlib')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('568e0738358450eca69ecf578d48f26c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man --with-system-libs
+  make
+}
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make prefix="$pkgdir/usr" mandir="$pkgdir/usr/share/man" install
+
+  # install license
+  install -Dm0644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" 
+}



More information about the arch-commits mailing list