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

Jan de Groot jgc at archlinux.org
Fri Sep 26 10:56:53 UTC 2014


    Date: Friday, September 26, 2014 @ 12:56:53
  Author: jgc
Revision: 223130

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

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

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

Copied: glib-networking/repos/testing-i686/PKGBUILD (from rev 223030, glib-networking/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-09-26 10:56:53 UTC (rev 223130)
@@ -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:

Copied: glib-networking/repos/testing-i686/glib-networking.install (from rev 223030, glib-networking/repos/gnome-unstable-i686/glib-networking.install)
===================================================================
--- testing-i686/glib-networking.install	                        (rev 0)
+++ testing-i686/glib-networking.install	2014-09-26 10:56:53 UTC (rev 223130)
@@ -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 223030, glib-networking/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-09-26 10:56:53 UTC (rev 223130)
@@ -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:

Copied: glib-networking/repos/testing-x86_64/glib-networking.install (from rev 223030, glib-networking/repos/gnome-unstable-x86_64/glib-networking.install)
===================================================================
--- testing-x86_64/glib-networking.install	                        (rev 0)
+++ testing-x86_64/glib-networking.install	2014-09-26 10:56:53 UTC (rev 223130)
@@ -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