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

Allan McRae allan at archlinux.org
Fri Mar 10 10:20:22 UTC 2017


    Date: Friday, March 10, 2017 @ 10:20:21
  Author: allan
Revision: 290470

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

Added:
  pkg-config/repos/core-i686/PKGBUILD
    (from rev 290469, pkg-config/trunk/PKGBUILD)
  pkg-config/repos/core-x86_64/PKGBUILD
    (from rev 290469, pkg-config/trunk/PKGBUILD)
Deleted:
  pkg-config/repos/core-i686/PKGBUILD
  pkg-config/repos/core-x86_64/PKGBUILD

----------------------+
 /PKGBUILD            |   72 +++++++++++++++++++++++++++++++++++++++++++++++++
 core-i686/PKGBUILD   |   36 ------------------------
 core-x86_64/PKGBUILD |   36 ------------------------
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2017-03-10 10:18:40 UTC (rev 290469)
+++ core-i686/PKGBUILD	2017-03-10 10:20:21 UTC (rev 290470)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: Judd Vinet <jvinet at zeroflux.org>
-
-pkgname=pkg-config
-pkgver=0.29.1
-pkgrel=2
-pkgdesc="A system for managing library compile/link flags"
-arch=('i686' 'x86_64')
-url="http://pkgconfig.freedesktop.org/wiki/"
-license=('GPL')
-groups=('base-devel')
-depends=('glib2')
-provides=("pkgconfig=${pkgver}")
-conflicts=('pkgconfig')
-replaces=('pkgconfig')
-source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz{,.asc})
-md5sums=('f739a28cae4e0ca291f82d1d41ef107d'
-         'SKIP')
-validpgpkeys=('6B99CE97F17F48C27F722D71023A4420C7EC6914')  # Dan Nicholson
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --build=$CHOST --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: pkg-config/repos/core-i686/PKGBUILD (from rev 290469, pkg-config/trunk/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2017-03-10 10:20:21 UTC (rev 290470)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+
+pkgname=pkg-config
+pkgver=0.29.1
+pkgrel=2
+pkgdesc="A system for managing library compile/link flags"
+arch=('i686' 'x86_64')
+url="http://pkgconfig.freedesktop.org/wiki/"
+license=('GPL')
+groups=('base-devel')
+depends=('glib2')
+provides=("pkgconfig=${pkgver}")
+conflicts=('pkgconfig')
+replaces=('pkgconfig')
+source=(https://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('f739a28cae4e0ca291f82d1d41ef107d'
+         'SKIP')
+validpgpkeys=('6B99CE97F17F48C27F722D71023A4420C7EC6914')  # Dan Nicholson
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --build=$CHOST --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2017-03-10 10:18:40 UTC (rev 290469)
+++ core-x86_64/PKGBUILD	2017-03-10 10:20:21 UTC (rev 290470)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: Judd Vinet <jvinet at zeroflux.org>
-
-pkgname=pkg-config
-pkgver=0.29.1
-pkgrel=2
-pkgdesc="A system for managing library compile/link flags"
-arch=('i686' 'x86_64')
-url="http://pkgconfig.freedesktop.org/wiki/"
-license=('GPL')
-groups=('base-devel')
-depends=('glib2')
-provides=("pkgconfig=${pkgver}")
-conflicts=('pkgconfig')
-replaces=('pkgconfig')
-source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz{,.asc})
-md5sums=('f739a28cae4e0ca291f82d1d41ef107d'
-         'SKIP')
-validpgpkeys=('6B99CE97F17F48C27F722D71023A4420C7EC6914')  # Dan Nicholson
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --build=$CHOST --prefix=/usr
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: pkg-config/repos/core-x86_64/PKGBUILD (from rev 290469, pkg-config/trunk/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2017-03-10 10:20:21 UTC (rev 290470)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+
+pkgname=pkg-config
+pkgver=0.29.1
+pkgrel=2
+pkgdesc="A system for managing library compile/link flags"
+arch=('i686' 'x86_64')
+url="http://pkgconfig.freedesktop.org/wiki/"
+license=('GPL')
+groups=('base-devel')
+depends=('glib2')
+provides=("pkgconfig=${pkgver}")
+conflicts=('pkgconfig')
+replaces=('pkgconfig')
+source=(https://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('f739a28cae4e0ca291f82d1d41ef107d'
+         'SKIP')
+validpgpkeys=('6B99CE97F17F48C27F722D71023A4420C7EC6914')  # Dan Nicholson
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --build=$CHOST --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



More information about the arch-commits mailing list