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

Jan Steffens heftig at nymeria.archlinux.org
Wed Apr 10 19:12:19 UTC 2013


    Date: Wednesday, April 10, 2013 @ 21:12:19
  Author: heftig
Revision: 182485

db-move: moved glib-networking from [staging] to [testing] (i686, x86_64)

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

----------------------------------------+
 testing-i686/PKGBUILD                  |   30 ++++++++++++++++++++++++++++++
 testing-i686/glib-networking.install   |   11 +++++++++++
 testing-x86_64/PKGBUILD                |   30 ++++++++++++++++++++++++++++++
 testing-x86_64/glib-networking.install |   11 +++++++++++
 4 files changed, 82 insertions(+)

Copied: glib-networking/repos/testing-i686/PKGBUILD (from rev 182430, glib-networking/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-04-10 19:12:19 UTC (rev 182485)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=glib-networking
+pkgver=2.36.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)
+options=('!libtool')
+install=glib-networking.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('190d66fbaeb023ba4f43c315f23c5372c43be6cbe857596e00990211514650d9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: glib-networking/repos/testing-i686/glib-networking.install (from rev 182430, glib-networking/repos/staging-i686/glib-networking.install)
===================================================================
--- testing-i686/glib-networking.install	                        (rev 0)
+++ testing-i686/glib-networking.install	2013-04-10 19:12:19 UTC (rev 182485)
@@ -0,0 +1,11 @@
+post_install() {
+  gio-querymodules /usr/lib/gio/modules
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: glib-networking/repos/testing-x86_64/PKGBUILD (from rev 182430, glib-networking/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-04-10 19:12:19 UTC (rev 182485)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=glib-networking
+pkgver=2.36.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)
+options=('!libtool')
+install=glib-networking.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('190d66fbaeb023ba4f43c315f23c5372c43be6cbe857596e00990211514650d9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+    --libexecdir=/usr/lib/$pkgname --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: glib-networking/repos/testing-x86_64/glib-networking.install (from rev 182430, glib-networking/repos/staging-x86_64/glib-networking.install)
===================================================================
--- testing-x86_64/glib-networking.install	                        (rev 0)
+++ testing-x86_64/glib-networking.install	2013-04-10 19:12:19 UTC (rev 182485)
@@ -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