diff options
author | sibel <lesibel@free.fr> | 2011-03-31 17:34:01 +0200 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-31 17:34:01 +0200 |
commit | 4bf3468cc689ec305270a4e0e2a3692f42edb6ed (patch) | |
tree | 369db42d8441fdb356c24c83e6b898e29e51c9fb /extra | |
parent | 1488033e0d4b1983ab023afefa012c7e9689e4e3 (diff) | |
download | nutyx-pakxe-4bf3468cc689ec305270a4e0e2a3692f42edb6ed.tar.gz nutyx-pakxe-4bf3468cc689ec305270a4e0e2a3692f42edb6ed.tar.bz2 nutyx-pakxe-4bf3468cc689ec305270a4e0e2a3692f42edb6ed.tar.xz nutyx-pakxe-4bf3468cc689ec305270a4e0e2a3692f42edb6ed.zip |
gtkhtml2_viewer deplace dans ouvert
Diffstat (limited to 'extra')
-rw-r--r-- | extra/gtkhtml2_viewer/.footprint.i686 | 12 | ||||
-rw-r--r-- | extra/gtkhtml2_viewer/.footprint.x86_64 | 12 | ||||
-rw-r--r-- | extra/gtkhtml2_viewer/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/gtkhtml2_viewer/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/gtkhtml2_viewer/Pkgfile | 18 |
5 files changed, 0 insertions, 44 deletions
diff --git a/extra/gtkhtml2_viewer/.footprint.i686 b/extra/gtkhtml2_viewer/.footprint.i686 deleted file mode 100644 index e845b41c3..000000000 --- a/extra/gtkhtml2_viewer/.footprint.i686 +++ /dev/null @@ -1,12 +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/gtkhtml2_viewer.a --rwxr-xr-x root/root usr/lib/claws-mail/plugins/gtkhtml2_viewer.la --rwxr-xr-x root/root usr/lib/claws-mail/plugins/gtkhtml2_viewer.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/gtkhtml2_viewer.mo diff --git a/extra/gtkhtml2_viewer/.footprint.x86_64 b/extra/gtkhtml2_viewer/.footprint.x86_64 deleted file mode 100644 index e845b41c3..000000000 --- a/extra/gtkhtml2_viewer/.footprint.x86_64 +++ /dev/null @@ -1,12 +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/gtkhtml2_viewer.a --rwxr-xr-x root/root usr/lib/claws-mail/plugins/gtkhtml2_viewer.la --rwxr-xr-x root/root usr/lib/claws-mail/plugins/gtkhtml2_viewer.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/gtkhtml2_viewer.mo diff --git a/extra/gtkhtml2_viewer/.md5sum.i686 b/extra/gtkhtml2_viewer/.md5sum.i686 deleted file mode 100644 index 0dab39703..000000000 --- a/extra/gtkhtml2_viewer/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -442315aa21a557ee559b5f2a9b833d17 gtkhtml2_viewer-0.26.tar.gz diff --git a/extra/gtkhtml2_viewer/.md5sum.x86_64 b/extra/gtkhtml2_viewer/.md5sum.x86_64 deleted file mode 100644 index 0dab39703..000000000 --- a/extra/gtkhtml2_viewer/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -442315aa21a557ee559b5f2a9b833d17 gtkhtml2_viewer-0.26.tar.gz diff --git a/extra/gtkhtml2_viewer/Pkgfile b/extra/gtkhtml2_viewer/Pkgfile deleted file mode 100644 index a1e152651..000000000 --- a/extra/gtkhtml2_viewer/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: extra plugin de claws-mail pour l'affichage des mails en HTML -# URL: http://www.claws-mail.org/plugin.php?plugin=gtkhtml2 -# Packager: skingrapher at legtux dot org -# Depends on: claws-mail, gtkhtml, curl -# Run on: claws-mail,gtkhtml,curl - -name=gtkhtml2_viewer -version=0.26 -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 -} - |