[arch-commits] Commit in gsettings-desktop-schemas/trunk (2 files)

Ionut Biru ibiru at archlinux.org
Tue Mar 6 13:57:44 UTC 2012


    Date: Tuesday, March 6, 2012 @ 08:57:44
  Author: ibiru
Revision: 152294

update to 3.3.90

Modified:
  gsettings-desktop-schemas/trunk/PKGBUILD
  gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install

-----------------------------------+
 PKGBUILD                          |   12 ++++++------
 gsettings-desktop-schemas.install |    2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-06 13:55:03 UTC (rev 152293)
+++ PKGBUILD	2012-03-06 13:57:44 UTC (rev 152294)
@@ -4,7 +4,7 @@
 # Contributor: Adam Hani Schakaki (krzd) <krzd at krzd.net>
 
 pkgname=gsettings-desktop-schemas
-pkgver=3.2.0
+pkgver=3.3.90
 pkgrel=1
 pkgdesc="Shared GSettings schemas for the desktop"
 arch=('any')
@@ -13,11 +13,11 @@
 depends=('glib2')
 makedepends=('intltool')
 install=$pkgname.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('110ea92485eade7f8f850da55944ae9f40597a891f3c46831c8edad06657e21c')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('41bce97a0951e76858ac0d5150ac86a60c00505c83d9d75c7fb6ac6f80ac2c6b')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "$srcdir/$pkgname-$pkgver"
 
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
     --disable-schemas-compile
@@ -25,7 +25,7 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "$pkgname-$pkgver"
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="$pkgdir" install
 }

Modified: gsettings-desktop-schemas.install
===================================================================
--- gsettings-desktop-schemas.install	2012-03-06 13:55:03 UTC (rev 152293)
+++ gsettings-desktop-schemas.install	2012-03-06 13:57:44 UTC (rev 152294)
@@ -1,5 +1,5 @@
 post_install() {
-   usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+   glib-compile-schemas /usr/share/glib-2.0/schemas
 }
 
 post_upgrade() {




More information about the arch-commits mailing list