[arch-commits] Commit in glib2/repos/gnome-unstable-x86_64 (8 files)
Jan Steffens
heftig at archlinux.org
Tue Mar 13 19:52:47 UTC 2018
Date: Tuesday, March 13, 2018 @ 19:52:46
Author: heftig
Revision: 318853
archrelease: copy trunk to gnome-unstable-x86_64
Added:
glib2/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 318852, glib2/trunk/PKGBUILD)
glib2/repos/gnome-unstable-x86_64/gio-querymodules.hook
(from rev 318852, glib2/trunk/gio-querymodules.hook)
glib2/repos/gnome-unstable-x86_64/glib-compile-schemas.hook
(from rev 318852, glib2/trunk/glib-compile-schemas.hook)
glib2/repos/gnome-unstable-x86_64/noisy-glib-compile-schemas.diff
(from rev 318852, glib2/trunk/noisy-glib-compile-schemas.diff)
Deleted:
glib2/repos/gnome-unstable-x86_64/PKGBUILD
glib2/repos/gnome-unstable-x86_64/gio-querymodules.hook
glib2/repos/gnome-unstable-x86_64/glib-compile-schemas.hook
glib2/repos/gnome-unstable-x86_64/noisy-glib-compile-schemas.diff
---------------------------------+
PKGBUILD | 159 +++++++++++++++++++-------------------
gio-querymodules.hook | 22 ++---
glib-compile-schemas.hook | 24 ++---
noisy-glib-compile-schemas.diff | 48 +++++------
4 files changed, 128 insertions(+), 125 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-03-13 19:52:08 UTC (rev 318852)
+++ PKGBUILD 2018-03-13 19:52:46 UTC (rev 318853)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgbase=glib2
-pkgname=(glib2 glib2-docs)
-pkgver=2.55.1+240+g5d93dd63e
-pkgrel=1
-pkgdesc="Low level core library"
-url="https://wiki.gnome.org/Projects/GLib"
-license=(LGPL2.1)
-arch=(x86_64)
-depends=(pcre libffi libutil-linux zlib)
-makedepends=(gettext gtk-doc shared-mime-info python libelf git util-linux dbus)
-checkdepends=(desktop-file-utils)
-optdepends=('python: for gdbus-codegen and gtester-report'
- 'libelf: gresource inspection tool')
-options=(!emptydirs)
-_commit=5d93dd63e8e533fffdc5ebbd74a25508b98f9b93 # master
-source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit"
- noisy-glib-compile-schemas.diff
- glib-compile-schemas.hook gio-querymodules.hook)
-sha256sums=('SKIP'
- '81a4df0b638730cffb7fa263c04841f7ca6b9c9578ee5045db6f30ff0c3fc531'
- 'e1123a5d85d2445faac33f6dae1085fdd620d83279a4e130a83fe38db52b62b3'
- '5ba204a2686304b1454d401a39a9d27d09dd25e4529664e3fd565be3d439f8b6')
-
-pkgver() {
- cd glib
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd glib
-
- # Suppress noise from glib-compile-schemas.hook
- patch -Np1 -i ../noisy-glib-compile-schemas.diff
-
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd glib
- ./configure \
- --prefix=/usr \
- --libdir=/usr/lib \
- --sysconfdir=/etc \
- --with-pcre=system \
- --enable-debug=yes \
- --enable-gtk-doc \
- --disable-fam
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-check() {
- cd glib
- make check
-}
-
-package_glib2() {
- cd glib
- make DESTDIR="$pkgdir" install
- mv "$pkgdir/usr/share/gtk-doc" "$srcdir"
-
- install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 ../*.hook
-}
-
-package_glib2-docs() {
- pkgdesc="Documentation for GLib"
- depends=()
- optdepends=()
- license+=(custom)
-
- mkdir -p "$pkgdir/usr/share"
- mv gtk-doc "$pkgdir/usr/share"
-
- install -Dt "$pkgdir/usr/share/licenses/glib2-docs" -m644 glib/docs/reference/COPYING
-}
Copied: glib2/repos/gnome-unstable-x86_64/PKGBUILD (from rev 318852, glib2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-03-13 19:52:46 UTC (rev 318853)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgbase=glib2
+pkgname=(glib2 glib2-docs)
+pkgver=2.56.0+7+g66948ae23
+pkgrel=1
+pkgdesc="Low level core library"
+url="https://wiki.gnome.org/Projects/GLib"
+license=(LGPL2.1)
+arch=(x86_64)
+depends=(pcre libffi libutil-linux zlib)
+makedepends=(gettext gtk-doc shared-mime-info python libelf git util-linux dbus)
+checkdepends=(desktop-file-utils)
+optdepends=('python: for gdbus-codegen and gtester-report'
+ 'libelf: gresource inspection tool')
+options=(!emptydirs)
+_commit=66948ae231f75a548c8a2eb7b3a9d64cfd728b8e # glib-2-56
+source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit"
+ noisy-glib-compile-schemas.diff
+ glib-compile-schemas.hook gio-querymodules.hook)
+sha256sums=('SKIP'
+ '81a4df0b638730cffb7fa263c04841f7ca6b9c9578ee5045db6f30ff0c3fc531'
+ 'e1123a5d85d2445faac33f6dae1085fdd620d83279a4e130a83fe38db52b62b3'
+ '5ba204a2686304b1454d401a39a9d27d09dd25e4529664e3fd565be3d439f8b6')
+
+pkgver() {
+ cd glib
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd glib
+
+ # Suppress noise from glib-compile-schemas.hook
+ patch -Np1 -i ../noisy-glib-compile-schemas.diff
+
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ local debug=minimum
+ check_option debug n && debug=yes
+
+ cd glib
+ ./configure \
+ --prefix=/usr \
+ --libdir=/usr/lib \
+ --sysconfdir=/etc \
+ --with-pcre=system \
+ --enable-debug=$debug \
+ --enable-gtk-doc \
+ --disable-fam
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+check() {
+ cd glib
+ make check
+}
+
+package_glib2() {
+ cd glib
+ make DESTDIR="$pkgdir" install
+ mv "$pkgdir/usr/share/gtk-doc" "$srcdir"
+
+ install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 ../*.hook
+}
+
+package_glib2-docs() {
+ pkgdesc="Documentation for GLib"
+ depends=()
+ optdepends=()
+ license+=(custom)
+
+ mkdir -p "$pkgdir/usr/share"
+ mv gtk-doc "$pkgdir/usr/share"
+
+ install -Dt "$pkgdir/usr/share/licenses/glib2-docs" -m644 glib/docs/reference/COPYING
+}
Deleted: gio-querymodules.hook
===================================================================
--- gio-querymodules.hook 2018-03-13 19:52:08 UTC (rev 318852)
+++ gio-querymodules.hook 2018-03-13 19:52:46 UTC (rev 318853)
@@ -1,11 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/lib/gio/modules/*.so
-
-[Action]
-Description = Updating GIO module cache...
-When = PostTransaction
-Exec = /usr/bin/gio-querymodules /usr/lib/gio/modules
Copied: glib2/repos/gnome-unstable-x86_64/gio-querymodules.hook (from rev 318852, glib2/trunk/gio-querymodules.hook)
===================================================================
--- gio-querymodules.hook (rev 0)
+++ gio-querymodules.hook 2018-03-13 19:52:46 UTC (rev 318853)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/gio/modules/*.so
+
+[Action]
+Description = Updating GIO module cache...
+When = PostTransaction
+Exec = /usr/bin/gio-querymodules /usr/lib/gio/modules
Deleted: glib-compile-schemas.hook
===================================================================
--- glib-compile-schemas.hook 2018-03-13 19:52:08 UTC (rev 318852)
+++ glib-compile-schemas.hook 2018-03-13 19:52:46 UTC (rev 318853)
@@ -1,12 +0,0 @@
-[Trigger]
-Type = File
-Operation = Install
-Operation = Upgrade
-Operation = Remove
-Target = usr/share/glib-2.0/schemas/*.gschema.xml
-Target = usr/share/glib-2.0/schemas/*.gschema.override
-
-[Action]
-Description = Compiling GSettings XML schema files...
-When = PostTransaction
-Exec = /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
Copied: glib2/repos/gnome-unstable-x86_64/glib-compile-schemas.hook (from rev 318852, glib2/trunk/glib-compile-schemas.hook)
===================================================================
--- glib-compile-schemas.hook (rev 0)
+++ glib-compile-schemas.hook 2018-03-13 19:52:46 UTC (rev 318853)
@@ -0,0 +1,12 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/share/glib-2.0/schemas/*.gschema.xml
+Target = usr/share/glib-2.0/schemas/*.gschema.override
+
+[Action]
+Description = Compiling GSettings XML schema files...
+When = PostTransaction
+Exec = /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
Deleted: noisy-glib-compile-schemas.diff
===================================================================
--- noisy-glib-compile-schemas.diff 2018-03-13 19:52:08 UTC (rev 318852)
+++ noisy-glib-compile-schemas.diff 2018-03-13 19:52:46 UTC (rev 318853)
@@ -1,24 +0,0 @@
-diff --git i/gio/glib-compile-schemas.c w/gio/glib-compile-schemas.c
-index b8de0907248f6860..130f89b1728f7932 100644
---- i/gio/glib-compile-schemas.c
-+++ w/gio/glib-compile-schemas.c
-@@ -1219,19 +1219,6 @@ parse_state_start_schema (ParseState *state,
- return;
- }
-
-- if (path && (g_str_has_prefix (path, "/apps/") ||
-- g_str_has_prefix (path, "/desktop/") ||
-- g_str_has_prefix (path, "/system/")))
-- {
-- gchar *message = NULL;
-- message = g_strdup_printf (_("Warning: Schema “%s” has path “%s”. "
-- "Paths starting with "
-- "“/apps/”, “/desktop/” or “/system/” are deprecated."),
-- id, path);
-- g_printerr ("%s\n", message);
-- g_free (message);
-- }
--
- state->schema_state = schema_state_new (path, gettext_domain,
- extends, extends_name, list_of);
-
Copied: glib2/repos/gnome-unstable-x86_64/noisy-glib-compile-schemas.diff (from rev 318852, glib2/trunk/noisy-glib-compile-schemas.diff)
===================================================================
--- noisy-glib-compile-schemas.diff (rev 0)
+++ noisy-glib-compile-schemas.diff 2018-03-13 19:52:46 UTC (rev 318853)
@@ -0,0 +1,24 @@
+diff --git i/gio/glib-compile-schemas.c w/gio/glib-compile-schemas.c
+index b8de0907248f6860..130f89b1728f7932 100644
+--- i/gio/glib-compile-schemas.c
++++ w/gio/glib-compile-schemas.c
+@@ -1219,19 +1219,6 @@ parse_state_start_schema (ParseState *state,
+ return;
+ }
+
+- if (path && (g_str_has_prefix (path, "/apps/") ||
+- g_str_has_prefix (path, "/desktop/") ||
+- g_str_has_prefix (path, "/system/")))
+- {
+- gchar *message = NULL;
+- message = g_strdup_printf (_("Warning: Schema “%s” has path “%s”. "
+- "Paths starting with "
+- "“/apps/”, “/desktop/” or “/system/” are deprecated."),
+- id, path);
+- g_printerr ("%s\n", message);
+- g_free (message);
+- }
+-
+ state->schema_state = schema_state_new (path, gettext_domain,
+ extends, extends_name, list_of);
+
More information about the arch-commits
mailing list