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

Jan Steffens heftig at archlinux.org
Tue Mar 22 23:20:15 UTC 2011


    Date: Tuesday, March 22, 2011 @ 19:20:15
  Author: heftig
Revision: 116372

just got tagged.

Modified:
  gnome-shell/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-22 23:13:47 UTC (rev 116371)
+++ PKGBUILD	2011-03-22 23:20:15 UTC (rev 116372)
@@ -4,24 +4,23 @@
 
 pkgname=gnome-shell
 pkgver=2.91.92
-pkgrel=0.20110323
+pkgrel=1
 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' 'telepathy-logger')
-makedepends=('intltool' 'gnome-doc-utils' 'gnome-common')
+makedepends=('intltool' 'gnome-doc-utils')
 options=('!libtool' '!emptydirs')
 install=gnome-shell.install
 groups=(gnome)
-#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)
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
 sha256sums=('5fd17e4d28094dee36a364cf5084785ffee21ca6790267d24cf4d2477d48b2e6')
 
 build() {
-  cd "${srcdir}/${pkgname}" #-${pkgver}"
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc \
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
       --libexecdir=/usr/lib/gnome-shell \
       --localstatedir=/var --disable-static \
       --disable-schemas-compile
@@ -29,7 +28,7 @@
 }
 
 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"




More information about the arch-commits mailing list