diff options
-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 -} - |