[arch-commits] Commit in gnome-shell/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Tue Mar 22 23:10:12 UTC 2011


    Date: Tuesday, March 22, 2011 @ 19:10:12
  Author: heftig
Revision: 116362

upgpkg: gnome-shell 2.91.92-0.20110323
Update to git

Modified:
  gnome-shell/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-22 22:41:02 UTC (rev 116361)
+++ PKGBUILD	2011-03-22 23:10:12 UTC (rev 116362)
@@ -3,24 +3,25 @@
 # Contributor: Flamelab <panosfilip at gmail.com
 
 pkgname=gnome-shell
-pkgver=2.91.91
-pkgrel=3
+pkgver=2.91.92
+pkgrel=0.20110323
 pkgdesc="The next generation GNOME Shell"
 arch=('i686' 'x86_64')
 url="http://live.gnome.org/GnomeShell"
 license=('GPL2')
 depends=('mutter' 'gconf' 'dconf' 'gjs' 'gnome-menus' 'gnome-desktop' 'libcroco' 'libcanberra' 'libpulse' 'telepathy-glib' 'polkit-gnome'
-         'gobject-introspection' 'evolution-data-server' 'gnome-bluetooth' 'gstreamer0.10')
-makedepends=('intltool' 'gnome-doc-utils')
+         'gobject-introspection' 'evolution-data-server' 'gnome-bluetooth' 'gstreamer0.10' 'telepathy-logger')
+makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
 options=('!libtool' '!emptydirs')
 install=gnome-shell.install
 groups=(gnome)
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('a639a8ce7fadbc1bef2002ea122798773a5fae213bc734f8254e347e56ec5213')
+#source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+source=(ftp://ftp.archlinux.org/other/gnome-shell/gnome-shell.tar.xz)
+sha256sums=('5fd17e4d28094dee36a364cf5084785ffee21ca6790267d24cf4d2477d48b2e6')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc \
+  cd "${srcdir}/${pkgname}" #-${pkgver}"
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
       --libexecdir=/usr/lib/gnome-shell \
       --localstatedir=/var --disable-static \
       --disable-schemas-compile
@@ -28,12 +29,10 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/${pkgname}" #-${pkgver}"
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install
 
   install -m755 -d "${pkgdir}/usr/share/gconf/schemas"
   gconf-merge-schema "${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas" --domain gnome-shell ${pkgdir}/etc/gconf/schemas/*.schemas
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 }
-
-




More information about the arch-commits mailing list