Prechádzať zdrojové kódy

accidentily commited glib2/gjs/gnome-shell stuff -> roll back commits

Ronald van Haren 15 rokov pred
rodič
commit
5b908bc39d
1 zmenil súbory, kde vykonal 5 pridanie a 4 odobranie
  1. 5 4
      PKGBUILD

+ 5 - 4
PKGBUILD

@@ -2,7 +2,7 @@
 # Contributor: Flamelab <panosfilip@gmail.com
 
 pkgname=gnome-shell
-pkgver=2.31.2
+pkgver=2.29.1
 pkgrel=1
 pkgdesc="The next generation GNOME Shell. Experimental, GNOME 3.0 version."
 arch=('i686' 'x86_64')
@@ -12,12 +12,13 @@ depends=('gnome-desktop>=2.29.92' 'gnome-python' 'gnome-menus>=2.29.92' 'mutter>
 makedepends=('intltool' 'pkgconfig' 'gnome-doc-utils>=0.19.5' 'gir-repository')
 options=('!libtool' '!emptydirs')
 install=gnome-shell.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/2.31/gnome-shell-$pkgver.tar.bz2)
+source=(http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/2.29/gnome-shell-$pkgver.tar.bz2)
+sha256sums=('710b863c0beea45543f8057d31b028ec85e19efeedda2b964d784d6fc1729c0b')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc \
-   	--localstatedir=/var --disable-static || return 1
+        --localstatedir=/var --disable-static || return 1
   make || return 1
   make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
 
@@ -26,4 +27,4 @@ build() {
   rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
 }
 
-sha1sums=('9df6117f9d3b9f9056e71f801cb1cefe66569ee9')
+