diff options
-rw-r--r-- | extra/attachwarner/.footprint.i686 | 12 | ||||
-rw-r--r-- | extra/attachwarner/.footprint.x86_64 | 12 | ||||
-rw-r--r-- | extra/attachwarner/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/attachwarner/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/attachwarner/Pkgfile | 18 |
5 files changed, 0 insertions, 44 deletions
diff --git a/extra/attachwarner/.footprint.i686 b/extra/attachwarner/.footprint.i686 deleted file mode 100644 index 2d27f5434..000000000 --- a/extra/attachwarner/.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/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/.footprint.x86_64 b/extra/attachwarner/.footprint.x86_64 deleted file mode 100644 index 2d27f5434..000000000 --- a/extra/attachwarner/.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/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.i686 b/extra/attachwarner/.md5sum.i686 deleted file mode 100644 index acace1e47..000000000 --- a/extra/attachwarner/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -0e54e5ab1f298c2494e6b06e35ffe165 attachwarner-0.2.18.tar.gz diff --git a/extra/attachwarner/.md5sum.x86_64 b/extra/attachwarner/.md5sum.x86_64 deleted file mode 100644 index acace1e47..000000000 --- a/extra/attachwarner/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -0e54e5ab1f298c2494e6b06e35ffe165 attachwarner-0.2.18.tar.gz diff --git a/extra/attachwarner/Pkgfile b/extra/attachwarner/Pkgfile deleted file mode 100644 index 929bbd7cc..000000000 --- a/extra/attachwarner/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# 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 -# Run 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 -} - |