summaryrefslogtreecommitdiffstats
path: root/gtkhtml2_viewer
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /gtkhtml2_viewer
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'gtkhtml2_viewer')
-rw-r--r--gtkhtml2_viewer/.footprint.i68612
-rw-r--r--gtkhtml2_viewer/.footprint.x86_6412
-rw-r--r--gtkhtml2_viewer/.md5sum.i6861
-rw-r--r--gtkhtml2_viewer/.md5sum.x86_641
-rw-r--r--gtkhtml2_viewer/Pkgfile17
5 files changed, 43 insertions, 0 deletions
diff --git a/gtkhtml2_viewer/.footprint.i686 b/gtkhtml2_viewer/.footprint.i686
new file mode 100644
index 000000000..e845b41c3
--- /dev/null
+++ b/gtkhtml2_viewer/.footprint.i686
@@ -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/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/gtkhtml2_viewer/.footprint.x86_64 b/gtkhtml2_viewer/.footprint.x86_64
new file mode 100644
index 000000000..e845b41c3
--- /dev/null
+++ b/gtkhtml2_viewer/.footprint.x86_64
@@ -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/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/gtkhtml2_viewer/.md5sum.i686 b/gtkhtml2_viewer/.md5sum.i686
new file mode 100644
index 000000000..48188d4a6
--- /dev/null
+++ b/gtkhtml2_viewer/.md5sum.i686
@@ -0,0 +1 @@
+82a5011ed9995a211bab6cead42235e6 gtkhtml2_viewer-0.32.tar.gz
diff --git a/gtkhtml2_viewer/.md5sum.x86_64 b/gtkhtml2_viewer/.md5sum.x86_64
new file mode 100644
index 000000000..48188d4a6
--- /dev/null
+++ b/gtkhtml2_viewer/.md5sum.x86_64
@@ -0,0 +1 @@
+82a5011ed9995a211bab6cead42235e6 gtkhtml2_viewer-0.32.tar.gz
diff --git a/gtkhtml2_viewer/Pkgfile b/gtkhtml2_viewer/Pkgfile
new file mode 100644
index 000000000..ae6e560b1
--- /dev/null
+++ b/gtkhtml2_viewer/Pkgfile
@@ -0,0 +1,17 @@
+# Description: plugin pour claws-mail pour l'affichage des mails en HTML
+# URL: http://www.claws-mail.org/plug...plugin=gtkhtml2
+# Packager: tyrry at gmail dot com
+# Depends on: claws-mail, libgtkhtml, curl
+# Run on: claws-mail,libgtkhtml,curl
+
+name=gtkhtml2_viewer
+version=0.32
+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
+}