summaryrefslogtreecommitdiffstats
path: root/gnome
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-25 21:19:25 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-25 21:19:25 +0100
commit0eb4984a78df8bbc5112bb9ae76a8f8ebefd00f0 (patch)
treefb3526369d1086cb7613ef146131911efd2869bb /gnome
parentbc19e340c65fa0c57d131770fdeecc04db4796c4 (diff)
downloadnutyx-pakxe-0eb4984a78df8bbc5112bb9ae76a8f8ebefd00f0.tar.gz
nutyx-pakxe-0eb4984a78df8bbc5112bb9ae76a8f8ebefd00f0.tar.bz2
nutyx-pakxe-0eb4984a78df8bbc5112bb9ae76a8f8ebefd00f0.tar.xz
nutyx-pakxe-0eb4984a78df8bbc5112bb9ae76a8f8ebefd00f0.zip
maj gnome-mag#0.15.9-1
Diffstat (limited to 'gnome')
-rwxr-xr-xgnome/gnome-mag/.footprint16
-rwxr-xr-xgnome/gnome-mag/.md5sum2
-rwxr-xr-xgnome/gnome-mag/Pkgfile14
3 files changed, 16 insertions, 16 deletions
diff --git a/gnome/gnome-mag/.footprint b/gnome/gnome-mag/.footprint
index 260fd0d65..26b55f8b7 100755
--- a/gnome/gnome-mag/.footprint
+++ b/gnome/gnome-mag/.footprint
@@ -10,17 +10,14 @@ drwxr-xr-x root/root usr/lib/bonobo/
drwxr-xr-x root/root usr/lib/bonobo/servers/
-rw-r--r-- root/root usr/lib/bonobo/servers/GNOME_Magnifier.server
-rwxr-xr-x root/root usr/lib/libgnome-mag.la
-lrwxrwxrwx root/root usr/lib/libgnome-mag.so -> libgnome-mag.so.2.3.4
-lrwxrwxrwx root/root usr/lib/libgnome-mag.so.2 -> libgnome-mag.so.2.3.4
--rwxr-xr-x root/root usr/lib/libgnome-mag.so.2.3.4
+lrwxrwxrwx root/root usr/lib/libgnome-mag.so -> libgnome-mag.so.2.3.9
+lrwxrwxrwx root/root usr/lib/libgnome-mag.so.2 -> libgnome-mag.so.2.3.9
+-rwxr-xr-x root/root usr/lib/libgnome-mag.so.2.3.9
drwxr-xr-x root/root usr/lib/orbit-2.0/
-rwxr-xr-x root/root usr/lib/orbit-2.0/GNOME_Magnifier_module.la
-rwxr-xr-x root/root usr/lib/orbit-2.0/GNOME_Magnifier_module.so
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/gnome-mag-1.0.pc
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/magnifier.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/gnome-mag/
drwxr-xr-x root/root usr/share/gnome-mag/1_32/
@@ -47,3 +44,10 @@ drwxr-xr-x root/root usr/share/gnome-mag/1_32/
drwxr-xr-x root/root usr/share/idl/
drwxr-xr-x root/root usr/share/idl/gnome-mag-1.0/
-rw-r--r-- root/root usr/share/idl/gnome-mag-1.0/GNOME_Magnifier.idl
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/gnome-mag.mo
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/magnifier.1.gz
diff --git a/gnome/gnome-mag/.md5sum b/gnome/gnome-mag/.md5sum
index e8cca414b..454cbc3db 100755
--- a/gnome/gnome-mag/.md5sum
+++ b/gnome/gnome-mag/.md5sum
@@ -1 +1 @@
-77c099335ff2d913ac813e79f127acc0 gnome-mag-0.15.4.tar.bz2
+db651bbd63f4ae3cfeb344c42f80d206 gnome-mag-0.15.9.tar.bz2
diff --git a/gnome/gnome-mag/Pkgfile b/gnome/gnome-mag/Pkgfile
index bedc49bf2..3e2895550 100755
--- a/gnome/gnome-mag/Pkgfile
+++ b/gnome/gnome-mag/Pkgfile
@@ -1,22 +1,18 @@
# Description: gnome-mag magnification service definition
# URL: http://developer.gnome.org/projects/gap/
-# Maintainer: Matt Housh, jaeger at morpheus dot net
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
# Depends on: at-spi
-# Group: gnome
name=gnome-mag
-version=0.15.4
+version=0.15.9
release=1
-gnomever=2.24.3
-source=(http://download.gnome.org/desktop/${gnomever%.*}/$gnomever/sources/$name-$version.tar.bz2)
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
- rm po/*.po
- sed -i -e 's/USE_NLS=yes/USE_NLS=no/' \
- -e 's/ENABLE_NLS 1/ENABLE_NLS 0/' configure
./configure --prefix=/usr \
- --mandir=/usr/man \
+ --mandir=/usr/share/man \
--enable-debug=no
make
make DESTDIR=$PKG install