diff options
author | piernov <piernov@piernov.org> | 2012-04-01 02:20:07 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-04-01 02:20:07 +0200 |
commit | 9ce1d00c14cd4e0bd0cae795dd76b689481cbeb7 (patch) | |
tree | e8d61557421d96b79fe8d7de2ebe234dba604eab /gnome-games | |
parent | 5a4adbf0834cf45fea6eb8036d5e9f7c3fb4051e (diff) | |
download | gnome3-9ce1d00c14cd4e0bd0cae795dd76b689481cbeb7.tar.gz gnome3-9ce1d00c14cd4e0bd0cae795dd76b689481cbeb7.tar.bz2 gnome3-9ce1d00c14cd4e0bd0cae795dd76b689481cbeb7.tar.xz gnome3-9ce1d00c14cd4e0bd0cae795dd76b689481cbeb7.zip |
gnome-games 3.4.0-1 màj port
Diffstat (limited to 'gnome-games')
-rwxr-xr-x | gnome-games/.footprint.i686 | 3 | ||||
-rwxr-xr-x | gnome-games/.footprint.x86_64 | 3 | ||||
-rwxr-xr-x | gnome-games/.md5sum.i686 | 2 | ||||
-rwxr-xr-x | gnome-games/.md5sum.x86_64 | 2 | ||||
-rwxr-xr-x | gnome-games/Pkgfile | 3 |
5 files changed, 10 insertions, 3 deletions
diff --git a/gnome-games/.footprint.i686 b/gnome-games/.footprint.i686 index 4aa734e..f668eb0 100755 --- a/gnome-games/.footprint.i686 +++ b/gnome-games/.footprint.i686 @@ -689,6 +689,9 @@ lrwxrwxrwx root/root usr/share/help/ca/iagno/figures/start.png -> /usr/share/hel -rw-r--r-- root/root usr/share/help/ca/iagno/strategy.page -rw-r--r-- root/root usr/share/help/ca/iagno/translate.page -rw-r--r-- root/root usr/share/help/ca/iagno/visual-results.page +drwxr-xr-x root/root usr/share/help/ca/lightsoff/ +-rw-r--r-- root/root usr/share/help/ca/lightsoff/legal.xml +-rw-r--r-- root/root usr/share/help/ca/lightsoff/lightsoff.xml drwxr-xr-x root/root usr/share/help/ca/mahjongg/ -rw-r--r-- root/root usr/share/help/ca/mahjongg/bug-filing.page -rw-r--r-- root/root usr/share/help/ca/mahjongg/choosing.page diff --git a/gnome-games/.footprint.x86_64 b/gnome-games/.footprint.x86_64 index 4aa734e..f668eb0 100755 --- a/gnome-games/.footprint.x86_64 +++ b/gnome-games/.footprint.x86_64 @@ -689,6 +689,9 @@ lrwxrwxrwx root/root usr/share/help/ca/iagno/figures/start.png -> /usr/share/hel -rw-r--r-- root/root usr/share/help/ca/iagno/strategy.page -rw-r--r-- root/root usr/share/help/ca/iagno/translate.page -rw-r--r-- root/root usr/share/help/ca/iagno/visual-results.page +drwxr-xr-x root/root usr/share/help/ca/lightsoff/ +-rw-r--r-- root/root usr/share/help/ca/lightsoff/legal.xml +-rw-r--r-- root/root usr/share/help/ca/lightsoff/lightsoff.xml drwxr-xr-x root/root usr/share/help/ca/mahjongg/ -rw-r--r-- root/root usr/share/help/ca/mahjongg/bug-filing.page -rw-r--r-- root/root usr/share/help/ca/mahjongg/choosing.page diff --git a/gnome-games/.md5sum.i686 b/gnome-games/.md5sum.i686 index 545f2ed..045d1c1 100755 --- a/gnome-games/.md5sum.i686 +++ b/gnome-games/.md5sum.i686 @@ -1 +1 @@ -a9ef7c9234b74c4d314eeb6f6215d67d gnome-games-3.3.92.tar.xz +681cbdfa1123dca0819683f994820e12 gnome-games-3.4.0.tar.xz diff --git a/gnome-games/.md5sum.x86_64 b/gnome-games/.md5sum.x86_64 index 545f2ed..045d1c1 100755 --- a/gnome-games/.md5sum.x86_64 +++ b/gnome-games/.md5sum.x86_64 @@ -1 +1 @@ -a9ef7c9234b74c4d314eeb6f6215d67d gnome-games-3.3.92.tar.xz +681cbdfa1123dca0819683f994820e12 gnome-games-3.4.0.tar.xz diff --git a/gnome-games/Pkgfile b/gnome-games/Pkgfile index 748c217..64c8b2c 100755 --- a/gnome-games/Pkgfile +++ b/gnome-games/Pkgfile @@ -6,12 +6,13 @@ # Run on: libgnomeui,librsvg,rarian,gob,avahi-gtk,guile,libggz,ggz-client-libs,clutter-gtk,aisleriot name=gnome-games -version=3.3.92 +version=3.4.0 release=1 source=(http://ftp.acc.umu.se/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version + unset MAKEFLAGS ./configure --prefix=/usr \ --localstatedir=/var \ --sysconfdir=/etc \ |