From 643e98091051ee987679c98c44cde63e07b0b344 Mon Sep 17 00:00:00 2001 From: piernov Date: Sat, 2 Jun 2012 16:03:51 +0000 Subject: gnome-common correction port --- gnome-common/.md5sum.i686 | 1 - gnome-common/.md5sum.x86_64 | 1 - gnome-common/Pkgfile | 7 +------ 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/gnome-common/.md5sum.i686 b/gnome-common/.md5sum.i686 index 1f2b230..33999a5 100644 --- a/gnome-common/.md5sum.i686 +++ b/gnome-common/.md5sum.i686 @@ -1,2 +1 @@ 18480be01c632577002462054062c42b gnome-common-3.4.0.1.tar.xz -88102893e23f09279f81ef7f5f0aa523 gnome-common-HEAD.tar.bz2 diff --git a/gnome-common/.md5sum.x86_64 b/gnome-common/.md5sum.x86_64 index 1f2b230..33999a5 100644 --- a/gnome-common/.md5sum.x86_64 +++ b/gnome-common/.md5sum.x86_64 @@ -1,2 +1 @@ 18480be01c632577002462054062c42b gnome-common-3.4.0.1.tar.xz -88102893e23f09279f81ef7f5f0aa523 gnome-common-HEAD.tar.bz2 diff --git a/gnome-common/Pkgfile b/gnome-common/Pkgfile index 9189fe5..58e267a 100755 --- a/gnome-common/Pkgfile +++ b/gnome-common/Pkgfile @@ -8,16 +8,11 @@ name=gnome-common version=3.4.0.1 release=1 -revision=HEAD -source=(http://download.gnome.org/sources/$name/${version%.*.*}/$name-$version.tar.xz - http://git.gnome.org/browse/$name/snapshot/$name-$revision.tar.bz2) +source=(http://download.gnome.org/sources/$name/${version%.*.*}/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install - install -m755 ../$name-$revision/macros2/gnome-autogen.sh $PKG/usr/bin/ - install -m644 ../$name-$revision/macros2/gnome-common.m4 $PKG/usr/share/aclocal/ - install -m644 ../$name-$revision/macros2/gnome-compiler-flags.m4 $PKG/usr/share/aclocal/ } -- cgit v1.2.3-54-g00ecf