From 0e45b7177631ace701600cef7db69191a6d56680 Mon Sep 17 00:00:00 2001 From: skingrapher Date: Wed, 10 Feb 2010 18:46:17 +0400 Subject: ajout du plugin pour claws-mail attachwarner#0.2.18-1 --- extra/attachwarner/.footprint | 12 ++++++++++++ extra/attachwarner/.md5sum | 1 + extra/attachwarner/Pkgfile | 15 +++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 extra/attachwarner/.footprint create mode 100644 extra/attachwarner/.md5sum create mode 100644 extra/attachwarner/Pkgfile 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 +} -- cgit v1.2.3-70-g09d2 From 98f17ffb864899cbdd2fb74c7ac9d67e0a0fa2e3 Mon Sep 17 00:00:00 2001 From: skingrapher Date: Wed, 10 Feb 2010 18:47:27 +0400 Subject: ajout du plugin pour claws-mail att_remover#1.0.11-& --- extra/att_remover/.footprint | 7 +++++++ extra/att_remover/.md5sum | 1 + extra/att_remover/Pkgfile | 15 +++++++++++++++ 3 files changed, 23 insertions(+) create mode 100644 extra/att_remover/.footprint create mode 100644 extra/att_remover/.md5sum create mode 100644 extra/att_remover/Pkgfile diff --git a/extra/att_remover/.footprint b/extra/att_remover/.footprint new file mode 100644 index 000000000..2ae7c0615 --- /dev/null +++ b/extra/att_remover/.footprint @@ -0,0 +1,7 @@ +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/att_remover.a +-rwxr-xr-x root/root usr/lib/claws-mail/plugins/att_remover.la +-rwxr-xr-x root/root usr/lib/claws-mail/plugins/att_remover.so diff --git a/extra/att_remover/.md5sum b/extra/att_remover/.md5sum new file mode 100644 index 000000000..e06389be7 --- /dev/null +++ b/extra/att_remover/.md5sum @@ -0,0 +1 @@ +92e3b70056a36246697bc3d72768b729 att_remover-1.0.11.tar.gz diff --git a/extra/att_remover/Pkgfile b/extra/att_remover/Pkgfile new file mode 100644 index 000000000..7db3a2e94 --- /dev/null +++ b/extra/att_remover/Pkgfile @@ -0,0 +1,15 @@ +# Description: extra plugin de claws-mail pour retirer les pièces jointes d'un message +# URL: http://www.claws-mail.org/plugin.php?section=downloads +# Packager: skingrapher at legtux dot org +# Depends on: claws-mail +name=att_remover +version=1.0.11 +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 +} -- cgit v1.2.3-70-g09d2 From cc3e170c711ceac641de44f2baefbedc507aa44b Mon Sep 17 00:00:00 2001 From: skingrapher Date: Wed, 10 Feb 2010 18:54:22 +0400 Subject: Revert "ajout du plugin pour claws-mail att_remover#1.0.11-1" This reverts commit 98f17ffb864899cbdd2fb74c7ac9d67e0a0fa2e3. --- extra/att_remover/.footprint | 7 ------- extra/att_remover/.md5sum | 1 - extra/att_remover/Pkgfile | 15 --------------- 3 files changed, 23 deletions(-) delete mode 100644 extra/att_remover/.footprint delete mode 100644 extra/att_remover/.md5sum delete mode 100644 extra/att_remover/Pkgfile diff --git a/extra/att_remover/.footprint b/extra/att_remover/.footprint deleted file mode 100644 index 2ae7c0615..000000000 --- a/extra/att_remover/.footprint +++ /dev/null @@ -1,7 +0,0 @@ -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/att_remover.a --rwxr-xr-x root/root usr/lib/claws-mail/plugins/att_remover.la --rwxr-xr-x root/root usr/lib/claws-mail/plugins/att_remover.so diff --git a/extra/att_remover/.md5sum b/extra/att_remover/.md5sum deleted file mode 100644 index e06389be7..000000000 --- a/extra/att_remover/.md5sum +++ /dev/null @@ -1 +0,0 @@ -92e3b70056a36246697bc3d72768b729 att_remover-1.0.11.tar.gz diff --git a/extra/att_remover/Pkgfile b/extra/att_remover/Pkgfile deleted file mode 100644 index 7db3a2e94..000000000 --- a/extra/att_remover/Pkgfile +++ /dev/null @@ -1,15 +0,0 @@ -# Description: extra plugin de claws-mail pour retirer les pièces jointes d'un message -# URL: http://www.claws-mail.org/plugin.php?section=downloads -# Packager: skingrapher at legtux dot org -# Depends on: claws-mail -name=att_remover -version=1.0.11 -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 -} -- cgit v1.2.3-70-g09d2 From a5a7c51ff3ec7f8af0f59098ea9dbd79f82deeed Mon Sep 17 00:00:00 2001 From: sibel sibel Date: Wed, 10 Feb 2010 17:53:53 +0100 Subject: maj de curl#7.20.0-1 --- extra/curl/.footprint | 6 +++--- extra/curl/.md5sum | 2 +- extra/curl/Pkgfile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 ) -- cgit v1.2.3-70-g09d2 From 10650457c5f635044485eee151a31e6e461d8363 Mon Sep 17 00:00:00 2001 From: sibel sibel Date: Wed, 10 Feb 2010 18:07:10 +0100 Subject: maj de libical#0.44-1 --- base/cmake/Pkgfile | 6 ++++-- base/libical/Pkgfile | 2 +- 2 files changed, 5 insertions(+), 3 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() { -- cgit v1.2.3-70-g09d2 From e16829904a50a32af8d35ffbd5614a9c6e938689 Mon Sep 17 00:00:00 2001 From: tnut Date: Wed, 10 Feb 2010 21:39:03 +0100 Subject: Maj dvdauthor#0.6.14-3 --- extra/dvdauthor/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-70-g09d2 From 342db1180d95dab2413f4fef9b8e587bd3ead78e Mon Sep 17 00:00:00 2001 From: tnut Date: Wed, 10 Feb 2010 21:39:40 +0100 Subject: Maj imagemagick#6.5.9.2.3-1 --- extra/imagemagick/.md5sum | 2 +- extra/imagemagick/Pkgfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 () { -- cgit v1.2.3-70-g09d2 From a1afa45ca5772cf1117ba1382a653361feb1e3c0 Mon Sep 17 00:00:00 2001 From: tnut Date: Wed, 10 Feb 2010 21:40:14 +0100 Subject: maj vcdimager#0.7.23-4 --- extra/vcdimager/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-70-g09d2 From 46e0f705dc7a6a17cd3c5a189d82d248a294f575 Mon Sep 17 00:00:00 2001 From: tnut Date: Wed, 10 Feb 2010 21:41:00 +0100 Subject: maj devede#3.16.0-1 --- extra/devede/.md5sum | 2 +- extra/devede/Pkgfile | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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 \ -- cgit v1.2.3-70-g09d2 From 290221336700430bd364c6e950a85aabd87cb82a Mon Sep 17 00:00:00 2001 From: tnut Date: Wed, 10 Feb 2010 22:23:44 +0100 Subject: Maj qemu#0.12.2-1 et de ses dépendances MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extra/qemu/.footprint | 9 +++++++++ extra/qemu/.md5sum | 2 +- extra/qemu/Pkgfile | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) 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..1df4c13e2 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 name=qemu -version=0.11.0 +version=0.12.2 release=1 source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz) -- cgit v1.2.3-70-g09d2 From 03099ce965b66439b57b75076d73cc544fd950f1 Mon Sep 17 00:00:00 2001 From: tnut Date: Wed, 10 Feb 2010 22:25:54 +0100 Subject: qemu, maj des dépendances MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extra/qemu/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/qemu/Pkgfile b/extra/qemu/Pkgfile index 1df4c13e2..fc6513288 100644 --- a/extra/qemu/Pkgfile +++ b/extra/qemu/Pkgfile @@ -2,7 +2,7 @@ # URL: http://www.bellard.org/qemu/download.html # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: alsa-lib, curl, gnutls, esound +# Depends on: alsa-lib, curl, gnutls, esound, sdl name=qemu version=0.12.2 -- cgit v1.2.3-70-g09d2