[arch-commits] Commit in glib-networking/repos (8 files)

Jan de Groot jgc at nymeria.archlinux.org
Mon Apr 14 18:38:28 UTC 2014


    Date: Monday, April 14, 2014 @ 20:38:28
  Author: jgc
Revision: 210372

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

Added:
  glib-networking/repos/testing-i686/PKGBUILD
    (from rev 210371, glib-networking/trunk/PKGBUILD)
  glib-networking/repos/testing-i686/glib-networking.install
    (from rev 210371, glib-networking/trunk/glib-networking.install)
  glib-networking/repos/testing-x86_64/PKGBUILD
    (from rev 210371, glib-networking/trunk/PKGBUILD)
  glib-networking/repos/testing-x86_64/glib-networking.install
    (from rev 210371, glib-networking/trunk/glib-networking.install)
Deleted:
  glib-networking/repos/testing-i686/PKGBUILD
  glib-networking/repos/testing-i686/glib-networking.install
  glib-networking/repos/testing-x86_64/PKGBUILD
  glib-networking/repos/testing-x86_64/glib-networking.install

----------------------------------------+
 /PKGBUILD                              |   70 +++++++++++++++++++++++++++++++
 /glib-networking.install               |   22 +++++++++
 testing-i686/PKGBUILD                  |   35 ---------------
 testing-i686/glib-networking.install   |   11 ----
 testing-x86_64/PKGBUILD                |   35 ---------------
 testing-x86_64/glib-networking.install |   11 ----
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2014-04-14 18:38:21 UTC (rev 210371)
+++ testing-i686/PKGBUILD	2014-04-14 18:38:28 UTC (rev 210372)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=glib-networking
-pkgver=2.40.0
-pkgrel=1
-pkgdesc="Network-related giomodules for glib"
-arch=(i686 x86_64)
-url="http://www.gtk.org/"
-license=(GPL2)
-depends=(glib2 libproxy gnutls ca-certificates gsettings-desktop-schemas)
-makedepends=(intltool)
-install=glib-networking.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('54e9c2d81171353794d2d2113e1311dfafd889f10993099e447b431c4e800aa4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-    --libexecdir=/usr/lib/$pkgname --disable-static \
-    --disable-installed-tests
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install testfiles_DATA=
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glib-networking/repos/testing-i686/PKGBUILD (from rev 210371, glib-networking/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-04-14 18:38:28 UTC (rev 210372)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=glib-networking
+pkgver=2.40.1
+pkgrel=1
+pkgdesc="Network-related giomodules for glib"
+arch=(i686 x86_64)
+url="http://www.gtk.org/"
+license=(GPL2)
+depends=(glib2 libproxy gnutls ca-certificates gsettings-desktop-schemas)
+makedepends=(intltool)
+install=glib-networking.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9fb3e54d049a480afdb814ff7452e7ab67e5d5f607ade230d7713f19922b5a28')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --libexecdir=/usr/lib/$pkgname --disable-static \
+    --disable-installed-tests
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install testfiles_DATA=
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-i686/glib-networking.install
===================================================================
--- testing-i686/glib-networking.install	2014-04-14 18:38:21 UTC (rev 210371)
+++ testing-i686/glib-networking.install	2014-04-14 18:38:28 UTC (rev 210372)
@@ -1,11 +0,0 @@
-post_install() {
-  gio-querymodules /usr/lib/gio/modules
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: glib-networking/repos/testing-i686/glib-networking.install (from rev 210371, glib-networking/trunk/glib-networking.install)
===================================================================
--- testing-i686/glib-networking.install	                        (rev 0)
+++ testing-i686/glib-networking.install	2014-04-14 18:38:28 UTC (rev 210372)
@@ -0,0 +1,11 @@
+post_install() {
+  gio-querymodules /usr/lib/gio/modules
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2014-04-14 18:38:21 UTC (rev 210371)
+++ testing-x86_64/PKGBUILD	2014-04-14 18:38:28 UTC (rev 210372)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=glib-networking
-pkgver=2.40.0
-pkgrel=1
-pkgdesc="Network-related giomodules for glib"
-arch=(i686 x86_64)
-url="http://www.gtk.org/"
-license=(GPL2)
-depends=(glib2 libproxy gnutls ca-certificates gsettings-desktop-schemas)
-makedepends=(intltool)
-install=glib-networking.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('54e9c2d81171353794d2d2113e1311dfafd889f10993099e447b431c4e800aa4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-    --libexecdir=/usr/lib/$pkgname --disable-static \
-    --disable-installed-tests
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make -k check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install testfiles_DATA=
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glib-networking/repos/testing-x86_64/PKGBUILD (from rev 210371, glib-networking/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-04-14 18:38:28 UTC (rev 210372)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=glib-networking
+pkgver=2.40.1
+pkgrel=1
+pkgdesc="Network-related giomodules for glib"
+arch=(i686 x86_64)
+url="http://www.gtk.org/"
+license=(GPL2)
+depends=(glib2 libproxy gnutls ca-certificates gsettings-desktop-schemas)
+makedepends=(intltool)
+install=glib-networking.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9fb3e54d049a480afdb814ff7452e7ab67e5d5f607ade230d7713f19922b5a28')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --libexecdir=/usr/lib/$pkgname --disable-static \
+    --disable-installed-tests
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make -k check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install testfiles_DATA=
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-x86_64/glib-networking.install
===================================================================
--- testing-x86_64/glib-networking.install	2014-04-14 18:38:21 UTC (rev 210371)
+++ testing-x86_64/glib-networking.install	2014-04-14 18:38:28 UTC (rev 210372)
@@ -1,11 +0,0 @@
-post_install() {
-  gio-querymodules /usr/lib/gio/modules
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: glib-networking/repos/testing-x86_64/glib-networking.install (from rev 210371, glib-networking/trunk/glib-networking.install)
===================================================================
--- testing-x86_64/glib-networking.install	                        (rev 0)
+++ testing-x86_64/glib-networking.install	2014-04-14 18:38:28 UTC (rev 210372)
@@ -0,0 +1,11 @@
+post_install() {
+  gio-querymodules /usr/lib/gio/modules
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list