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

Allan McRae allan at archlinux.org
Fri Nov 4 23:36:12 UTC 2011


    Date: Friday, November 4, 2011 @ 19:36:11
  Author: allan
Revision: 142076

db-move: moved pkg-config from [testing] to [core] (x86_64)

Added:
  pkg-config/repos/core-x86_64/PKGBUILD
    (from rev 142056, pkg-config/repos/testing-x86_64/PKGBUILD)
  pkg-config/repos/core-x86_64/autoconf-2.66.patch
    (from rev 142056, pkg-config/repos/testing-x86_64/autoconf-2.66.patch)
Deleted:
  pkg-config/repos/core-x86_64/PKGBUILD
  pkg-config/repos/core-x86_64/autoconf-2.66.patch
  pkg-config/repos/testing-x86_64/

---------------------+
 PKGBUILD            |   73 +++++++++++++++++++++++++-------------------------
 autoconf-2.66.patch |   24 ++++++++--------
 2 files changed, 49 insertions(+), 48 deletions(-)

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2011-11-04 23:36:09 UTC (rev 142075)
+++ core-x86_64/PKGBUILD	2011-11-04 23:36:11 UTC (rev 142076)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Committer: Judd Vinet <jvinet at zeroflux.org>
-
-pkgname=pkg-config
-pkgver=0.26
-pkgrel=1
-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=('glibc' 'popt' 'glib2')
-provides=("pkgconfig=${pkgver}")
-conflicts=('pkgconfig')
-replaces=('pkgconfig')
-source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
-md5sums=('47525c26a9ba7ba14bf85e01509a7234')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  # Use system popt
-  ./configure --prefix=/usr --with-installed-popt 
-
-  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 142056, pkg-config/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2011-11-04 23:36:11 UTC (rev 142076)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Committer: Judd Vinet <jvinet at zeroflux.org>
+
+pkgname=pkg-config
+pkgver=0.26
+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=('glibc' 'popt' 'glib2')
+provides=("pkgconfig=${pkgver}")
+conflicts=('pkgconfig')
+replaces=('pkgconfig')
+source=(http://pkgconfig.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
+md5sums=('47525c26a9ba7ba14bf85e01509a7234')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  # Use system popt
+  ./configure --prefix=/usr --with-installed-popt 
+
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-x86_64/autoconf-2.66.patch
===================================================================
--- core-x86_64/autoconf-2.66.patch	2011-11-04 23:36:09 UTC (rev 142075)
+++ core-x86_64/autoconf-2.66.patch	2011-11-04 23:36:11 UTC (rev 142076)
@@ -1,12 +0,0 @@
-diff -Naur pkg-config-0.25-old//pkg.m4 pkg-config-0.25/pkg.m4
---- pkg-config-0.25-old//pkg.m4	2009-12-07 06:39:02.000000000 +1000
-+++ pkg-config-0.25/pkg.m4	2010-07-15 14:44:37.466942978 +1000
-@@ -135,7 +135,7 @@
- Consider adjusting the PKG_CONFIG_PATH environment variable if you
- installed software in a non-standard prefix.
- 
--_PKG_TEXT])dnl
-+_PKG_TEXT])[]dnl
-         ])
- elif test $pkg_failed = untried; then
-      	AC_MSG_RESULT([no])

Copied: pkg-config/repos/core-x86_64/autoconf-2.66.patch (from rev 142056, pkg-config/repos/testing-x86_64/autoconf-2.66.patch)
===================================================================
--- core-x86_64/autoconf-2.66.patch	                        (rev 0)
+++ core-x86_64/autoconf-2.66.patch	2011-11-04 23:36:11 UTC (rev 142076)
@@ -0,0 +1,12 @@
+diff -Naur pkg-config-0.25-old//pkg.m4 pkg-config-0.25/pkg.m4
+--- pkg-config-0.25-old//pkg.m4	2009-12-07 06:39:02.000000000 +1000
++++ pkg-config-0.25/pkg.m4	2010-07-15 14:44:37.466942978 +1000
+@@ -135,7 +135,7 @@
+ Consider adjusting the PKG_CONFIG_PATH environment variable if you
+ installed software in a non-standard prefix.
+ 
+-_PKG_TEXT])dnl
++_PKG_TEXT])[]dnl
+         ])
+ elif test $pkg_failed = untried; then
+      	AC_MSG_RESULT([no])




More information about the arch-commits mailing list