diff options
author | piernov <piernov@piernov.org> | 2012-06-03 01:35:31 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-06-03 01:35:31 +0200 |
commit | 2173ed9bfcaad8e9ed0a8f7321bca5a322742cca (patch) | |
tree | f9c1ffa882544125ce412141933ec9196d0b91cf /gnome-common | |
parent | eb4724656042229802ad9a4c7e8ba7175da7670d (diff) | |
parent | 8983fc49a333ec8c374494dd9b6b9ee52bda5598 (diff) | |
download | gnome3-2173ed9bfcaad8e9ed0a8f7321bca5a322742cca.tar.gz gnome3-2173ed9bfcaad8e9ed0a8f7321bca5a322742cca.tar.bz2 gnome3-2173ed9bfcaad8e9ed0a8f7321bca5a322742cca.tar.xz gnome3-2173ed9bfcaad8e9ed0a8f7321bca5a322742cca.zip |
Merge branch 'master' of ssh://piernov.org/srv/git/nutyx-extra
Diffstat (limited to 'gnome-common')
-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/ } |