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

Jan de Groot jgc at archlinux.org
Tue Sep 23 09:28:19 UTC 2014


    Date: Tuesday, September 23, 2014 @ 11:28:19
  Author: jgc
Revision: 222838

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  glib-networking/repos/gnome-unstable-i686/PKGBUILD
    (from rev 222837, glib-networking/trunk/PKGBUILD)
  glib-networking/repos/gnome-unstable-i686/glib-networking.install
    (from rev 222837, glib-networking/trunk/glib-networking.install)
  glib-networking/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 222837, glib-networking/trunk/PKGBUILD)
  glib-networking/repos/gnome-unstable-x86_64/glib-networking.install
    (from rev 222837, glib-networking/trunk/glib-networking.install)
Deleted:
  glib-networking/repos/gnome-unstable-i686/PKGBUILD
  glib-networking/repos/gnome-unstable-i686/glib-networking.install
  glib-networking/repos/gnome-unstable-x86_64/PKGBUILD
  glib-networking/repos/gnome-unstable-x86_64/glib-networking.install

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

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2014-09-23 09:28:11 UTC (rev 222837)
+++ gnome-unstable-i686/PKGBUILD	2014-09-23 09:28:19 UTC (rev 222838)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=glib-networking
-pkgver=2.41.92
-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=('8f9a5bf8c34dcc7378044aa6ae3e327643d4c973463e655328c4c574d91485de')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 222837, glib-networking/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2014-09-23 09:28:19 UTC (rev 222838)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=glib-networking
+pkgver=2.42.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=('304dd9e4c0ced69094300e0b9e66cd2eaae7161b9fc3186536d11458677d820d')
+
+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: gnome-unstable-i686/glib-networking.install
===================================================================
--- gnome-unstable-i686/glib-networking.install	2014-09-23 09:28:11 UTC (rev 222837)
+++ gnome-unstable-i686/glib-networking.install	2014-09-23 09:28:19 UTC (rev 222838)
@@ -1,11 +0,0 @@
-post_install() {
-  gio-querymodules /usr/lib/gio/modules
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: glib-networking/repos/gnome-unstable-i686/glib-networking.install (from rev 222837, glib-networking/trunk/glib-networking.install)
===================================================================
--- gnome-unstable-i686/glib-networking.install	                        (rev 0)
+++ gnome-unstable-i686/glib-networking.install	2014-09-23 09:28:19 UTC (rev 222838)
@@ -0,0 +1,11 @@
+post_install() {
+  gio-querymodules /usr/lib/gio/modules
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2014-09-23 09:28:11 UTC (rev 222837)
+++ gnome-unstable-x86_64/PKGBUILD	2014-09-23 09:28:19 UTC (rev 222838)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=glib-networking
-pkgver=2.41.92
-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=('8f9a5bf8c34dcc7378044aa6ae3e327643d4c973463e655328c4c574d91485de')
-
-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/gnome-unstable-x86_64/PKGBUILD (from rev 222837, glib-networking/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2014-09-23 09:28:19 UTC (rev 222838)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=glib-networking
+pkgver=2.42.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=('304dd9e4c0ced69094300e0b9e66cd2eaae7161b9fc3186536d11458677d820d')
+
+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: gnome-unstable-x86_64/glib-networking.install
===================================================================
--- gnome-unstable-x86_64/glib-networking.install	2014-09-23 09:28:11 UTC (rev 222837)
+++ gnome-unstable-x86_64/glib-networking.install	2014-09-23 09:28:19 UTC (rev 222838)
@@ -1,11 +0,0 @@
-post_install() {
-  gio-querymodules /usr/lib/gio/modules
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: glib-networking/repos/gnome-unstable-x86_64/glib-networking.install (from rev 222837, glib-networking/trunk/glib-networking.install)
===================================================================
--- gnome-unstable-x86_64/glib-networking.install	                        (rev 0)
+++ gnome-unstable-x86_64/glib-networking.install	2014-09-23 09:28:19 UTC (rev 222838)
@@ -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