diff options
author | piernov <piernov@piernov.org> | 2012-06-02 16:03:51 +0000 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-06-02 16:03:51 +0000 |
commit | 643e98091051ee987679c98c44cde63e07b0b344 (patch) | |
tree | 9dafe9ae324cb97b937fe7558e1a14c115b4d60c | |
parent | 8a89859468bbc1a5cfb1801b86374f15f0ba6507 (diff) | |
download | gnome3-643e98091051ee987679c98c44cde63e07b0b344.tar.gz gnome3-643e98091051ee987679c98c44cde63e07b0b344.tar.bz2 gnome3-643e98091051ee987679c98c44cde63e07b0b344.tar.xz gnome3-643e98091051ee987679c98c44cde63e07b0b344.zip |
gnome-common correction port
-rw-r--r-- | gnome-common/.md5sum.i686 | 1 | ||||
-rw-r--r-- | gnome-common/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | gnome-common/Pkgfile | 7 |
3 files changed, 1 insertions, 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/ } |