summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfanch <fanchyannmaria at orange dot fr>2010-02-11 08:37:51 +0100
committerfanch <fanchyannmaria at orange dot fr>2010-02-11 08:37:51 +0100
commitaea876bbfefeda312fce05e91d0cdea58024af30 (patch)
treede46281dd110f8272ffc6cc920a26d7a9a548544
parentd12e936f1864b8643f6d435a63ac5148d0022b41 (diff)
parent03099ce965b66439b57b75076d73cc544fd950f1 (diff)
downloadnutyx-pakxe-aea876bbfefeda312fce05e91d0cdea58024af30.tar.gz
nutyx-pakxe-aea876bbfefeda312fce05e91d0cdea58024af30.tar.bz2
nutyx-pakxe-aea876bbfefeda312fce05e91d0cdea58024af30.tar.xz
nutyx-pakxe-aea876bbfefeda312fce05e91d0cdea58024af30.zip
Merge remote branch 'nutyx-2009/master'
-rwxr-xr-xbase/cmake/Pkgfile6
-rw-r--r--base/libical/Pkgfile2
-rw-r--r--extra/attachwarner/.footprint12
-rw-r--r--extra/attachwarner/.md5sum1
-rw-r--r--extra/attachwarner/Pkgfile15
-rw-r--r--extra/curl/.footprint6
-rw-r--r--extra/curl/.md5sum2
-rwxr-xr-xextra/curl/Pkgfile2
-rw-r--r--extra/devede/.md5sum2
-rw-r--r--extra/devede/Pkgfile8
-rw-r--r--extra/dvdauthor/Pkgfile2
-rw-r--r--extra/imagemagick/.md5sum2
-rwxr-xr-xextra/imagemagick/Pkgfile4
-rw-r--r--extra/qemu/.footprint9
-rw-r--r--extra/qemu/.md5sum2
-rw-r--r--extra/qemu/Pkgfile4
-rwxr-xr-xextra/vcdimager/Pkgfile2
17 files changed, 60 insertions, 21 deletions
diff --git a/base/cmake/Pkgfile b/base/cmake/Pkgfile
index 0a202323b..49a73d9d6 100755
--- a/base/cmake/Pkgfile
+++ b/base/cmake/Pkgfile
@@ -6,13 +6,15 @@
name=cmake
version=2.8.0
-release=1
+release=2
source=(http://www.cmake.org/files/v2.8/$name-$version.tar.gz)
build() {
cd $name-$version
./bootstrap --prefix=/usr \
- --mandir=/usr/share/man
+ --mandir=/usr/share/man \
+ --system-libs \
+ --parallel=2
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/doc
diff --git a/base/libical/Pkgfile b/base/libical/Pkgfile
index 7e6297ca9..0003df343 100644
--- a/base/libical/Pkgfile
+++ b/base/libical/Pkgfile
@@ -6,7 +6,7 @@
name=libical
version=0.44
release=1
-source=(http://downloads.sourceforge.net/project/freeassociation/libical/libical-0.44/libical-0.44.tar.gz)
+source=(http://downloads.sourceforge.net/project/freeassociation/$name/$name-$version/$name-$version.tar.gz)
build() {
diff --git a/extra/attachwarner/.footprint b/extra/attachwarner/.footprint
new file mode 100644
index 000000000..2d27f5434
--- /dev/null
+++ b/extra/attachwarner/.footprint
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/claws-mail/
+drwxr-xr-x root/root usr/lib/claws-mail/plugins/
+-rw-r--r-- root/root usr/lib/claws-mail/plugins/attachwarner.a
+-rwxr-xr-x root/root usr/lib/claws-mail/plugins/attachwarner.la
+-rwxr-xr-x root/root usr/lib/claws-mail/plugins/attachwarner.so
+drwxr-xr-x root/root usr/share/
+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/attachwarner.mo
diff --git a/extra/attachwarner/.md5sum b/extra/attachwarner/.md5sum
new file mode 100644
index 000000000..acace1e47
--- /dev/null
+++ b/extra/attachwarner/.md5sum
@@ -0,0 +1 @@
+0e54e5ab1f298c2494e6b06e35ffe165 attachwarner-0.2.18.tar.gz
diff --git a/extra/attachwarner/Pkgfile b/extra/attachwarner/Pkgfile
new file mode 100644
index 000000000..0dfa19674
--- /dev/null
+++ b/extra/attachwarner/Pkgfile
@@ -0,0 +1,15 @@
+# Description: extra plugin de claws-mail qui prévient l'utilisateur s'il oublie de joindre un fichier qu'il aura mentionné dans le corps du message qu'il aura composé
+# URL: http://www.claws-mail.org/plugin.php?plugin=attachwarner
+# Packager: skingrapher at legtux dot org
+# Depends on: claws-mail
+name=attachwarner
+version=0.2.18
+release=1
+source=(http://www.claws-mail.org/downloads/plugins/$name-$version.tar.gz)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr --mandir=/usr/share/man
+ make
+ make DESTDIR=$PKG install
+}
diff --git a/extra/curl/.footprint b/extra/curl/.footprint
index c8c35bc47..032b27de2 100644
--- a/extra/curl/.footprint
+++ b/extra/curl/.footprint
@@ -17,9 +17,9 @@ drwxr-xr-x root/root usr/include/curl/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libcurl.a
-rwxr-xr-x root/root usr/lib/libcurl.la
-lrwxrwxrwx root/root usr/lib/libcurl.so -> libcurl.so.4.1.1
-lrwxrwxrwx root/root usr/lib/libcurl.so.4 -> libcurl.so.4.1.1
--rwxr-xr-x root/root usr/lib/libcurl.so.4.1.1
+lrwxrwxrwx root/root usr/lib/libcurl.so -> libcurl.so.4.2.0
+lrwxrwxrwx root/root usr/lib/libcurl.so.4 -> libcurl.so.4.2.0
+-rwxr-xr-x root/root usr/lib/libcurl.so.4.2.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libcurl.pc
drwxr-xr-x root/root usr/share/
diff --git a/extra/curl/.md5sum b/extra/curl/.md5sum
index eb2c9cc00..e3892f89d 100644
--- a/extra/curl/.md5sum
+++ b/extra/curl/.md5sum
@@ -1 +1 @@
-426d161661dce70c8ea9ad8f553363a3 curl-7.19.5.tar.bz2
+3dda78c4a808d9a779dc3a2ae81b47d8 curl-7.20.0.tar.bz2
diff --git a/extra/curl/Pkgfile b/extra/curl/Pkgfile
index d5a118318..c0abed195 100755
--- a/extra/curl/Pkgfile
+++ b/extra/curl/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: libidn
name=curl
-version=7.19.5
+version=7.20.0
release=1
source=(http://curl.haxx.se/download/$name-$version.tar.bz2 )
diff --git a/extra/devede/.md5sum b/extra/devede/.md5sum
index a6ebacd24..1d1825505 100644
--- a/extra/devede/.md5sum
+++ b/extra/devede/.md5sum
@@ -1 +1 @@
-607cfb6aa76ed91722c6a3d08f45c514 devede-3.15.2.tar.bz2
+add282b1a608e942eeaa9850af6198af devede-3.16.0.tar.bz2
diff --git a/extra/devede/Pkgfile b/extra/devede/Pkgfile
index ee1971717..15aca218f 100644
--- a/extra/devede/Pkgfile
+++ b/extra/devede/Pkgfile
@@ -2,15 +2,15 @@
# URL: http://www.rastersoft.com/programas/devede.html
# Maintainer: NuTyX core team
# Packager: fanch
-# Depends on: mplayer,dvdauthor,vcdimager,cdrkit,pygtk,dejavu-ttf
+# Depends on: mplayer,dvdauthor,vcdimager,cdrkit,pygtk,dejavu-ttf, librsvg
name=devede
-version=3.15.2
+version=3.16.0
release=1
-source=(http://www.rastersoft.com/descargas/devede-3.15.2.tar.bz2)
+source=(http://www.rastersoft.com/descargas/$name-$version.tar.bz2)
build() {
- cd $name-$version
+ cd $name
./install.sh --DESTDIR=$PKG \
--prefix=/usr \
--unistall=no \
diff --git a/extra/dvdauthor/Pkgfile b/extra/dvdauthor/Pkgfile
index 2a3b80da5..607cbfc8d 100644
--- a/extra/dvdauthor/Pkgfile
+++ b/extra/dvdauthor/Pkgfile
@@ -6,7 +6,7 @@
name=dvdauthor
version=0.6.14
-release=2
+release=3
source=( http://switch.dl.sourceforge.net/sourceforge/dvdauthor/$name-$version.tar.gz)
diff --git a/extra/imagemagick/.md5sum b/extra/imagemagick/.md5sum
index db2823b6e..cebe44f0a 100644
--- a/extra/imagemagick/.md5sum
+++ b/extra/imagemagick/.md5sum
@@ -1 +1 @@
-334850b73c9acc75c74a63a9e618fb0f ImageMagick-6.5.9-2.tar.bz2
+052fee2a6f1d5fb67664c67b2489be91 ImageMagick-6.5.9-3.tar.bz2
diff --git a/extra/imagemagick/Pkgfile b/extra/imagemagick/Pkgfile
index 79cbe4e55..bae89b556 100755
--- a/extra/imagemagick/Pkgfile
+++ b/extra/imagemagick/Pkgfile
@@ -5,9 +5,9 @@
# Depends on: freetype, ghostscript, lcms, libgsf, giflib, libxml2, openexr
name=imagemagick
-version=6.5.9.2
+version=6.5.9.3
release=1
-_version=6.5.9-2
+_version=6.5.9-3
source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${_version}.tar.bz2)
build () {
diff --git a/extra/qemu/.footprint b/extra/qemu/.footprint
index abe36d5ad..1eae1efff 100644
--- a/extra/qemu/.footprint
+++ b/extra/qemu/.footprint
@@ -7,7 +7,9 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/qemu-cris
-rwxr-xr-x root/root usr/bin/qemu-i386
-rwxr-xr-x root/root usr/bin/qemu-img
+-rwxr-xr-x root/root usr/bin/qemu-io
-rwxr-xr-x root/root usr/bin/qemu-m68k
+-rwxr-xr-x root/root usr/bin/qemu-microblaze
-rwxr-xr-x root/root usr/bin/qemu-mips
-rwxr-xr-x root/root usr/bin/qemu-mipsel
-rwxr-xr-x root/root usr/bin/qemu-nbd
@@ -22,6 +24,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/qemu-system-arm
-rwxr-xr-x root/root usr/bin/qemu-system-cris
-rwxr-xr-x root/root usr/bin/qemu-system-m68k
+-rwxr-xr-x root/root usr/bin/qemu-system-microblaze
-rwxr-xr-x root/root usr/bin/qemu-system-mips
-rwxr-xr-x root/root usr/bin/qemu-system-mips64
-rwxr-xr-x root/root usr/bin/qemu-system-mips64el
@@ -32,6 +35,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/qemu-system-sh4
-rwxr-xr-x root/root usr/bin/qemu-system-sh4eb
-rwxr-xr-x root/root usr/bin/qemu-system-sparc
+-rwxr-xr-x root/root usr/bin/qemu-system-sparc64
-rwxr-xr-x root/root usr/bin/qemu-system-x86_64
-rwxr-xr-x root/root usr/bin/qemu-x86_64
drwxr-xr-x root/root usr/share/
@@ -74,14 +78,19 @@ drwxr-xr-x root/root usr/share/qemu/keymaps/
-rw-r--r-- root/root usr/share/qemu/keymaps/sv
-rw-r--r-- root/root usr/share/qemu/keymaps/th
-rw-r--r-- root/root usr/share/qemu/keymaps/tr
+-rw-r--r-- root/root usr/share/qemu/linuxboot.bin
+-rw-r--r-- root/root usr/share/qemu/multiboot.bin
-rw-r--r-- root/root usr/share/qemu/openbios-ppc
-rw-r--r-- root/root usr/share/qemu/openbios-sparc32
-rw-r--r-- root/root usr/share/qemu/openbios-sparc64
+-rw-r--r-- root/root usr/share/qemu/petalogix-s3adsp1800.dtb
-rw-r--r-- root/root usr/share/qemu/ppc_rom.bin
-rw-r--r-- root/root usr/share/qemu/pxe-e1000.bin
+-rw-r--r-- root/root usr/share/qemu/pxe-i82559er.bin
-rw-r--r-- root/root usr/share/qemu/pxe-ne2k_pci.bin
-rw-r--r-- root/root usr/share/qemu/pxe-pcnet.bin
-rw-r--r-- root/root usr/share/qemu/pxe-rtl8139.bin
+-rw-r--r-- root/root usr/share/qemu/pxe-virtio.bin
-rw-r--r-- root/root usr/share/qemu/vgabios-cirrus.bin
-rw-r--r-- root/root usr/share/qemu/vgabios.bin
-rw-r--r-- root/root usr/share/qemu/video.x
diff --git a/extra/qemu/.md5sum b/extra/qemu/.md5sum
index d10ed122e..4cdb95220 100644
--- a/extra/qemu/.md5sum
+++ b/extra/qemu/.md5sum
@@ -1 +1 @@
-8dc50b834fa3f5f6a17d7bc3d0559e53 qemu-0.10.0.tar.gz
+1d7c2d95acb6d0789de86508c608e26d qemu-0.12.2.tar.gz
diff --git a/extra/qemu/Pkgfile b/extra/qemu/Pkgfile
index 7c6d4f59c..fc6513288 100644
--- a/extra/qemu/Pkgfile
+++ b/extra/qemu/Pkgfile
@@ -2,10 +2,10 @@
# URL: http://www.bellard.org/qemu/download.html
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on:
+# Depends on: alsa-lib, curl, gnutls, esound, sdl
name=qemu
-version=0.11.0
+version=0.12.2
release=1
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)
diff --git a/extra/vcdimager/Pkgfile b/extra/vcdimager/Pkgfile
index 12cb962da..db7efa578 100755
--- a/extra/vcdimager/Pkgfile
+++ b/extra/vcdimager/Pkgfile
@@ -6,7 +6,7 @@
name=vcdimager
version=0.7.23
-release=3
+release=4
source=(http://ftp.twaren.net/Unix/GNU/gnu/$name/$name-$version.tar.gz)