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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 17:02:20
  Author: felixonmars
Revision: 659513

upgpkg: libconfig 1.7.2-3: reproducibility rebuild

Modified:
  libconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 17:02:11 UTC (rev 659512)
+++ PKGBUILD2020-07-07 17:02:20 UTC (rev 659513)
@@ -6,7 +6,7 @@
 
 pkgname=libconfig
 pkgver=1.7.2
-pkgrel=2
+pkgrel=3
 pkgdesc="C/C++ Configuration File Library"
 arch=('x86_64')
 url="https://github.com/hyperrealm/libconfig;


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

2019-10-08 Thread David Runge via arch-commits
Date: Tuesday, October 8, 2019 @ 12:07:23
  Author: dvzrv
Revision: 514220

upgpkg: libconfig 1.7.2-2

Adding new maintainer. Adding libconfig++.so and libconfig.so to provides. 
Installing docs. Minor cleanups.

Modified:
  libconfig/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-08 11:56:08 UTC (rev 514219)
+++ PKGBUILD2019-10-08 12:07:23 UTC (rev 514220)
@@ -1,10 +1,12 @@
-# Maintainer: Ray Rashif 
+# Maintainer: David Runge 
+# Contributor: Ray Rashif 
 # Contributor: Sergej Pupykin 
-# Contributor: see .contrib
+# Contributor: Roman Kyrylych 
+# Contributor: scippio 
 
 pkgname=libconfig
 pkgver=1.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc="C/C++ Configuration File Library"
 arch=('x86_64')
 url="https://github.com/hyperrealm/libconfig;
@@ -11,9 +13,10 @@
 license=('LGPL')
 depends=('gcc-libs')
 makedepends=('texinfo')
+provides=('libconfig++.so' 'libconfig.so')
 options=('!emptydirs' 'zipman')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/hyperrealm/libconfig/archive/v$pkgver.tar.gz;)
-md5sums=('d666f0ca093906d34d6e1e4890053e62')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hyperrealm/libconfig/archive/v$pkgver.tar.gz;)
+sha512sums=('9df57355c2d08381b4a0a6366f0db3633fbe8f73c2bb8c370c040b0bae96ce89ee4ac6c17a5a247fed855d890fa383e5b70cb5573fc9cfc62194d5b94e161cee')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -22,7 +25,6 @@
 
 build() {
   cd $pkgname-$pkgver
-
   ./configure --prefix=/usr
   make
 }
@@ -29,9 +31,9 @@
 
 package() {
   cd $pkgname-$pkgver
-
   make DESTDIR="$pkgdir" install
   rm "$pkgdir/usr/share/info/dir"
+  install -vDm 644 {AUTHORS,ChangeLog,NEWS,README,TODO} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
 }
-
 # vim:set ts=2 sw=2 et:


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

2018-01-22 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 23, 2018 @ 07:44:38
  Author: arojas
Revision: 315287

Update to 1.7.2

Modified:
  libconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-23 07:32:32 UTC (rev 315286)
+++ PKGBUILD2018-01-23 07:44:38 UTC (rev 315287)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=libconfig
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
 pkgdesc="C/C++ Configuration File Library"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('texinfo')
 options=('!emptydirs' 'zipman')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/hyperrealm/libconfig/archive/v$pkgver.tar.gz;)
-md5sums=('3508ee02a03820da589ad013fb2c8011')
+md5sums=('d666f0ca093906d34d6e1e4890053e62')
 
 prepare() {
   cd $pkgname-$pkgver


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

2017-11-19 Thread Antonio Rojas
Date: Sunday, November 19, 2017 @ 22:13:26
  Author: arojas
Revision: 310451

Update to 1.7.1

Modified:
  libconfig/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 22:06:20 UTC (rev 310450)
+++ PKGBUILD2017-11-19 22:13:26 UTC (rev 310451)
@@ -4,22 +4,21 @@
 # Contributor: see .contrib
 
 pkgname=libconfig
-pkgver=1.6
-pkgrel=2
+pkgver=1.7.1
+pkgrel=1
 pkgdesc="C/C++ Configuration File Library"
 arch=('x86_64')
-url="http://hyperrealm.com/libconfig/libconfig.html;
+url="https://github.com/hyperrealm/libconfig;
 license=('LGPL')
-depends=('gcc-libs' 'texinfo')
+depends=('gcc-libs')
+makedepends=('texinfo')
 options=('!emptydirs' 'zipman')
 
source=($pkgname-$pkgver.tar.gz::"https://github.com/hyperrealm/libconfig/archive/v$pkgver.tar.gz;)
-md5sums=('2ccd24b6a2ee39f7ff8a3badfafb6539')
+md5sums=('3508ee02a03820da589ad013fb2c8011')
 
 prepare() {
   cd $pkgname-$pkgver
-
-# See: https://github.com/hyperrealm/libconfig/issues/47
-  rm lib/scanner.c
+  autoreconf -vi
 }
 
 build() {


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

2017-06-16 Thread Antonio Rojas
Date: Friday, June 16, 2017 @ 18:02:34
  Author: arojas
Revision: 298904

Restore soversion (FS#54470)

Modified:
  libconfig/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-16 15:09:55 UTC (rev 298903)
+++ PKGBUILD2017-06-16 18:02:34 UTC (rev 298904)
@@ -5,7 +5,7 @@
 
 pkgname=libconfig
 pkgver=1.6
-pkgrel=1
+pkgrel=2
 pkgdesc="C/C++ Configuration File Library"
 arch=('i686' 'x86_64')
 url="http://hyperrealm.com/libconfig/libconfig.html;
@@ -19,8 +19,7 @@
   cd $pkgname-$pkgver
 
 # See: https://github.com/hyperrealm/libconfig/issues/47
-  rm lib/scanner.{c,h}
-  autoreconf -fvi
+  rm lib/scanner.c
 }
 
 build() {
@@ -27,7 +26,7 @@
   cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
-  make -j1
+  make
 }
 
 package() {


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

2017-06-14 Thread Antonio Rojas
Date: Wednesday, June 14, 2017 @ 16:21:52
  Author: arojas
Revision: 298821

Update to 1.6, needed by some AUR packages

Modified:
  libconfig/trunk/PKGBUILD

--+
 PKGBUILD |   22 +++---
 1 file changed, 15 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-14 16:06:08 UTC (rev 298820)
+++ PKGBUILD2017-06-14 16:21:52 UTC (rev 298821)
@@ -4,8 +4,8 @@
 # Contributor: see .contrib
 
 pkgname=libconfig
-pkgver=1.5
-pkgrel=3
+pkgver=1.6
+pkgrel=1
 pkgdesc="C/C++ Configuration File Library"
 arch=('i686' 'x86_64')
 url="http://hyperrealm.com/libconfig/libconfig.html;
@@ -12,18 +12,26 @@
 license=('LGPL')
 depends=('gcc-libs' 'texinfo')
 options=('!emptydirs' 'zipman')
-source=("http://www.hyperrealm.com/libconfig/$pkgname-$pkgver.tar.gz;)
-md5sums=('a939c4990d74e6fc1ee62be05716f633')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/hyperrealm/libconfig/archive/v$pkgver.tar.gz;)
+md5sums=('2ccd24b6a2ee39f7ff8a3badfafb6539')
 
+prepare() {
+  cd $pkgname-$pkgver
+
+# See: https://github.com/hyperrealm/libconfig/issues/47
+  rm lib/scanner.{c,h}
+  autoreconf -fvi
+}
+
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
-  make
+  make -j1
 }
 
 package() {
-   cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   make DESTDIR="$pkgdir" install
   rm "$pkgdir/usr/share/info/dir"


[arch-commits] Commit in libconfig/trunk (PKGBUILD libconfig.install)

2016-06-12 Thread Antonio Rojas
Date: Sunday, June 12, 2016 @ 14:19:36
  Author: arojas
Revision: 269387

Hooks

Modified:
  libconfig/trunk/PKGBUILD
Deleted:
  libconfig/trunk/libconfig.install

---+
 PKGBUILD  |3 +--
 libconfig.install |   18 --
 2 files changed, 1 insertion(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-12 12:14:11 UTC (rev 269386)
+++ PKGBUILD2016-06-12 12:19:36 UTC (rev 269387)
@@ -5,13 +5,12 @@
 
 pkgname=libconfig
 pkgver=1.5
-pkgrel=2
+pkgrel=3
 pkgdesc="C/C++ Configuration File Library"
 arch=('i686' 'x86_64')
 url="http://hyperrealm.com/libconfig/libconfig.html;
 license=('LGPL')
 depends=('gcc-libs' 'texinfo')
-install=$pkgname.install
 options=('!emptydirs' 'zipman')
 source=("http://www.hyperrealm.com/libconfig/$pkgname-$pkgver.tar.gz;)
 md5sums=('a939c4990d74e6fc1ee62be05716f633')

Deleted: libconfig.install
===
--- libconfig.install   2016-06-12 12:14:11 UTC (rev 269386)
+++ libconfig.install   2016-06-12 12:19:36 UTC (rev 269387)
@@ -1,18 +0,0 @@
-infodir=/usr/share/info
-filelist=(libconfig.info.gz)
-
-post_install() {
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}


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

2015-12-05 Thread Antonio Rojas
Date: Sunday, December 6, 2015 @ 02:32:04
  Author: arojas
Revision: 252543

C++11 ABI rebuild

Modified:
  libconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 01:30:50 UTC (rev 252542)
+++ PKGBUILD2015-12-06 01:32:04 UTC (rev 252543)
@@ -5,7 +5,7 @@
 
 pkgname=libconfig
 pkgver=1.5
-pkgrel=1
+pkgrel=2
 pkgdesc="C/C++ Configuration File Library"
 arch=('i686' 'x86_64')
 url="http://hyperrealm.com/libconfig/libconfig.html;


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

2015-07-10 Thread Ray Rashif
Date: Saturday, July 11, 2015 @ 00:40:36
  Author: schiv
Revision: 242105

upgpkg: libconfig 1.5-1

upstream release

Modified:
  libconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-10 19:44:19 UTC (rev 242104)
+++ PKGBUILD2015-07-10 22:40:36 UTC (rev 242105)
@@ -4,8 +4,8 @@
 # Contributor: see .contrib
 
 pkgname=libconfig
-pkgver=1.4.9
-pkgrel=2
+pkgver=1.5
+pkgrel=1
 pkgdesc=C/C++ Configuration File Library
 arch=('i686' 'x86_64')
 url=http://hyperrealm.com/libconfig/libconfig.html;
@@ -14,7 +14,7 @@
 install=$pkgname.install
 options=('!emptydirs' 'zipman')
 source=(http://www.hyperrealm.com/libconfig/$pkgname-$pkgver.tar.gz;)
-md5sums=('b6ee0ce2b3ef844bad7cac2803a90634')
+md5sums=('a939c4990d74e6fc1ee62be05716f633')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


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

2013-11-20 Thread Allan McRae
Date: Thursday, November 21, 2013 @ 02:32:35
  Author: allan
Revision: 26

upgpkg: libconfig 1.4.9-2

remove static libraries

Modified:
  libconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-21 01:32:03 UTC (rev 25)
+++ PKGBUILD2013-11-21 01:32:35 UTC (rev 26)
@@ -5,7 +5,7 @@
 
 pkgname=libconfig
 pkgver=1.4.9
-pkgrel=1
+pkgrel=2
 pkgdesc=C/C++ Configuration File Library
 arch=('i686' 'x86_64')
 url=http://hyperrealm.com/libconfig/libconfig.html;



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

2013-01-22 Thread schiv
Date: Tuesday, January 22, 2013 @ 19:30:19
  Author: schiv
Revision: 175846

upgpkg: libconfig 1.4.9-1

upstream release

Modified:
  libconfig/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-22 15:40:49 UTC (rev 175845)
+++ PKGBUILD2013-01-22 18:30:19 UTC (rev 175846)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=libconfig
-pkgver=1.4.8
+pkgver=1.4.9
 pkgrel=1
 pkgdesc=C/C++ Configuration File Library
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 install=$pkgname.install
 options=('!libtool' '!emptydirs' 'zipman')
 source=(http://www.hyperrealm.com/libconfig/$pkgname-$pkgver.tar.gz;)
-md5sums=('36788da452e9fcfc8efb7661ef5d31ef')
+md5sums=('b6ee0ce2b3ef844bad7cac2803a90634')
 
 build() {
   cd $srcdir/$pkgname-$pkgver