[arch-commits] Commit in glib2/trunk (3 files)

Jan Steffens heftig at archlinux.org
Fri May 13 13:10:49 UTC 2016


    Date: Friday, May 13, 2016 @ 15:10:49
  Author: heftig
Revision: 267923

correct a typo

Added:
  glib2/trunk/glib-compile-schemas.hook
    (from rev 267922, glib2/trunk/glib-compile-schemes.hook)
Modified:
  glib2/trunk/PKGBUILD
Deleted:
  glib2/trunk/glib-compile-schemes.hook

---------------------------+
 PKGBUILD                  |    4 ++--
 glib-compile-schemas.hook |   12 ++++++++++++
 glib-compile-schemes.hook |   12 ------------
 3 files changed, 14 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-13 12:06:53 UTC (rev 267922)
+++ PKGBUILD	2016-05-13 13:10:49 UTC (rev 267923)
@@ -10,7 +10,7 @@
 arch=(i686 x86_64)
 makedepends=('pkg-config' 'python' 'libxslt' 'docbook-xml' 'pcre' 'libffi' 'libelf')
 source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver:0:4}/glib-$pkgver.tar.xz
-        glib-compile-schemes.hook
+        glib-compile-schemas.hook
         gio-querymodules.hook
         revert-warn-glib-compile-schemas.patch)
 sha256sums=('74411bff489cb2a3527bac743a51018841a56a4d896cc1e0d0d54f8166a14612'
@@ -56,7 +56,7 @@
   
   # install hooks
   install -dm755 "$pkgdir"/usr/share/libalpm/hooks/
-  install -m644 "$srcdir"/{glib-compile-schemes,gio-querymodules}.hook "$pkgdir"/usr/share/libalpm/hooks/
+  install -m644 "$srcdir"/{glib-compile-schemas,gio-querymodules}.hook "$pkgdir"/usr/share/libalpm/hooks/
 }
 
 package_glib2-docs() {

Copied: glib2/trunk/glib-compile-schemas.hook (from rev 267922, glib2/trunk/glib-compile-schemes.hook)
===================================================================
--- glib-compile-schemas.hook	                        (rev 0)
+++ glib-compile-schemas.hook	2016-05-13 13:10:49 UTC (rev 267923)
@@ -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: glib-compile-schemes.hook
===================================================================
--- glib-compile-schemes.hook	2016-05-13 12:06:53 UTC (rev 267922)
+++ glib-compile-schemes.hook	2016-05-13 13:10:49 UTC (rev 267923)
@@ -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



More information about the arch-commits mailing list