[arch-commits] Commit in dotconf/trunk (PKGBUILD)

2020-05-16 Thread Felix Yan via arch-commits
Date: Saturday, May 16, 2020 @ 12:25:50
  Author: felixonmars
Revision: 384525

upgpkg: dotconf 1.3-6: reproducibility rebuild

Modified:
  dotconf/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 12:25:41 UTC (rev 384524)
+++ PKGBUILD2020-05-16 12:25:50 UTC (rev 384525)
@@ -4,7 +4,7 @@
 
 pkgname=dotconf
 pkgver=1.3
-pkgrel=5
+pkgrel=6
 pkgdesc='A C library for parsing configuration files'
 arch=('x86_64')
 url="https://github.com/williamh/dotconf;


[arch-commits] Commit in dotconf/trunk (PKGBUILD)

2018-05-30 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, May 30, 2018 @ 19:16:44
  Author: svenstaro
Revision: 325168

upgpkg: dotconf 1.3-5

BUILDINFO rebuild

Modified:
  dotconf/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-30 19:16:00 UTC (rev 325167)
+++ PKGBUILD2018-05-30 19:16:44 UTC (rev 325168)
@@ -5,7 +5,7 @@
 
 pkgname=dotconf
 pkgver=1.3
-pkgrel=4
+pkgrel=5
 pkgdesc='A C library for parsing configuration files'
 arch=('x86_64')
 url="https://github.com/williamh/dotconf;


[arch-commits] Commit in dotconf/trunk (PKGBUILD)

2013-10-27 Thread Eric BĂ©langer
Date: Sunday, October 27, 2013 @ 19:23:52
  Author: eric
Revision: 197651

upgpkg: dotconf 1.3-4

Rebuild without static libraries

Modified:
  dotconf/trunk/PKGBUILD

--+
 PKGBUILD |   12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-27 17:39:28 UTC (rev 197650)
+++ PKGBUILD2013-10-27 18:23:52 UTC (rev 197651)
@@ -5,19 +5,17 @@
 
 pkgname=dotconf
 pkgver=1.3
-pkgrel=3
+pkgrel=4
 pkgdesc='A C library for parsing configuration files'
+arch=('i686' 'x86_64')
 url=https://github.com/williamh/dotconf;
-arch=('i686' 'x86_64')
+license=('LGPL2.1')
 depends=('glibc')
-makedepends=('pkgconfig' 'findutils')
-license=('LGPL2.1')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/williamh/${pkgname}/tarball/v${pkgver};)
 md5sums=('36bfdde245072fc2f4f5766b7db97c45')
-options=('!libtool')
 
 build() {
-  cd ${srcdir}/williamh-${pkgname}-4cd7b3a
+  cd williamh-${pkgname}-4cd7b3a
   autoreconf -i
   ./configure --prefix=/usr
   make
@@ -24,6 +22,6 @@
 }
 
 package() {
-  cd ${srcdir}/williamh-${pkgname}-4cd7b3a
+  cd williamh-${pkgname}-4cd7b3a
   make DESTDIR=${pkgdir} install
 }



[arch-commits] Commit in dotconf/trunk (PKGBUILD)

2012-02-08 Thread Andrea Scarpino
Date: Wednesday, February 8, 2012 @ 10:12:16
  Author: andrea
Revision: 149586

upgpkg: dotconf 1.3-3

Rebuilt for signing

Modified:
  dotconf/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-02-08 15:09:48 UTC (rev 149585)
+++ PKGBUILD2012-02-08 15:12:16 UTC (rev 149586)
@@ -1,10 +1,11 @@
 # $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
 # Contributor: Chris Brannon cmbran...@cox.net
 
 pkgname=dotconf
 pkgver=1.3
-pkgrel=2
+pkgrel=3
 pkgdesc='A C library for parsing configuration files'
 url=https://github.com/williamh/dotconf;
 arch=('i686' 'x86_64')



[arch-commits] Commit in dotconf/trunk (PKGBUILD)

2011-06-17 Thread Andrea Scarpino
Date: Friday, June 17, 2011 @ 14:11:14
  Author: andrea
Revision: 127710

new project url and minor fixes

Modified:
  dotconf/trunk/PKGBUILD(contents, properties)

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-17 18:04:39 UTC (rev 127709)
+++ PKGBUILD2011-06-17 18:11:14 UTC (rev 127710)
@@ -6,7 +6,7 @@
 pkgver=1.3
 pkgrel=1
 pkgdesc='A C library for parsing configuration files'
-url=http://www.opentts.org/projects/dotconf/;
+url=https://github.com/williamh/dotconf;
 arch=('i686' 'x86_64')
 depends=('glibc')
 makedepends=('pkgconfig' 'findutils')
@@ -27,12 +27,12 @@
 
   # There are no manpages.  Docu consists of textfiles and small examples.
   # make install didn't install the docu, so do it manually.
-  install -d ${pkgdir}/usr/share/doc/${pkgname}
-  cp -a doc/*.txt README examples/ ${pkgdir}/usr/share/doc/${pkgname}
+  install -d ${pkgdir}/usr/share/doc/${pkgname}
+  cp -a doc/*.txt README examples/ ${pkgdir}/usr/share/doc/${pkgname}
   # Get rid of files specific to Microsoft products:
-  find ${pkgdir}/usr/share/doc/${pkgname} -name '*.dsp' | xargs rm -f
+  find ${pkgdir}/usr/share/doc/${pkgname} -name '*.dsp' | xargs rm -f
 
   # Dotconf uses libpool internally for memory management.  No need to install.
-  rm -f ${pkgdir}/usr/lib/libpool.a
-  rm -f ${pkgdir}/usr/include/libpool.h
+  rm -f ${pkgdir}/usr/lib/libpool.a
+  rm -f ${pkgdir}/usr/include/libpool.h
 }


Property changes on: dotconf/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in dotconf/trunk (PKGBUILD)

2011-06-17 Thread Andrea Scarpino
Date: Friday, June 17, 2011 @ 14:24:49
  Author: andrea
Revision: 127711

upgpkg: dotconf 1.3-2
new tarball

Modified:
  dotconf/trunk/PKGBUILD

--+
 PKGBUILD |   22 ++
 1 file changed, 6 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-17 18:11:14 UTC (rev 127710)
+++ PKGBUILD2011-06-17 18:24:49 UTC (rev 127711)
@@ -4,35 +4,25 @@
 
 pkgname=dotconf
 pkgver=1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A C library for parsing configuration files'
 url=https://github.com/williamh/dotconf;
 arch=('i686' 'x86_64')
 depends=('glibc')
 makedepends=('pkgconfig' 'findutils')
 license=('LGPL2.1')
-source=(http://files.opentts.org/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('35c19ec9b96648f53e987e47e52dbc4c')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/williamh/${pkgname}/tarball/v${pkgver};)
+md5sums=('36bfdde245072fc2f4f5766b7db97c45')
 options=('!libtool')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/williamh-${pkgname}-4cd7b3a
+  autoreconf -i
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/williamh-${pkgname}-4cd7b3a
   make DESTDIR=${pkgdir} install
-
-  # There are no manpages.  Docu consists of textfiles and small examples.
-  # make install didn't install the docu, so do it manually.
-  install -d ${pkgdir}/usr/share/doc/${pkgname}
-  cp -a doc/*.txt README examples/ ${pkgdir}/usr/share/doc/${pkgname}
-  # Get rid of files specific to Microsoft products:
-  find ${pkgdir}/usr/share/doc/${pkgname} -name '*.dsp' | xargs rm -f
-
-  # Dotconf uses libpool internally for memory management.  No need to install.
-  rm -f ${pkgdir}/usr/lib/libpool.a
-  rm -f ${pkgdir}/usr/include/libpool.h
 }