summaryrefslogtreecommitdiffstats
path: root/extra/gpa
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-10 22:32:45 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-10 22:32:45 +0200
commit13069ca9dceb1dafddd7828b67ba41baa4e4e373 (patch)
tree57bbbbba45ceca69ec2f9b55aa10ca26dc763009 /extra/gpa
parentc1ecb3327cb18634bf02281cdb18a488df9043a5 (diff)
downloadnutyx-pakxe-13069ca9dceb1dafddd7828b67ba41baa4e4e373.tar.gz
nutyx-pakxe-13069ca9dceb1dafddd7828b67ba41baa4e4e373.tar.bz2
nutyx-pakxe-13069ca9dceb1dafddd7828b67ba41baa4e4e373.tar.xz
nutyx-pakxe-13069ca9dceb1dafddd7828b67ba41baa4e4e373.zip
Ajout de gpa#0.8.0-1
Diffstat (limited to 'extra/gpa')
-rw-r--r--extra/gpa/.footprint18
-rw-r--r--extra/gpa/.md5sum2
-rw-r--r--extra/gpa/Pkgfile24
-rw-r--r--extra/gpa/gpa.desktop9
4 files changed, 53 insertions, 0 deletions
diff --git a/extra/gpa/.footprint b/extra/gpa/.footprint
new file mode 100644
index 000000000..902900536
--- /dev/null
+++ b/extra/gpa/.footprint
@@ -0,0 +1,18 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/gpa
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/gpa.desktop
+drwxr-xr-x root/root usr/share/gpa/
+-rw-r--r-- root/root usr/share/gpa/gpa.png
+-rw-r--r-- root/root usr/share/gpa/gpa_logo.ppm
+drwxr-xr-x root/root usr/share/icons/
+drwxr-xr-x root/root usr/share/icons/hicolor/
+drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
+drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/gpa.png
+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/gpa.mo
diff --git a/extra/gpa/.md5sum b/extra/gpa/.md5sum
new file mode 100644
index 000000000..2f3ff463a
--- /dev/null
+++ b/extra/gpa/.md5sum
@@ -0,0 +1,2 @@
+dea947a81d40927ee30def3c51e9a56b gpa-0.8.0.tar.bz2
+57616782427051f9be898a4458ef463f gpa.desktop
diff --git a/extra/gpa/Pkgfile b/extra/gpa/Pkgfile
new file mode 100644
index 000000000..6f426c120
--- /dev/null
+++ b/extra/gpa/Pkgfile
@@ -0,0 +1,24 @@
+# Description: Interface GTK2 pour GnuPG
+# URL: http://wald.intevation.org/projects/gpa/
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: atk, cairo, expat, freetype, fontconfig, glib, glibc, gnupg1, gnupg2, gpgme, gtk, libgpg-error, libpng, pango, pixman, zlib
+
+name=gpa
+version=0.8.0
+release=1
+source=(http://wald.intevation.org/frs/download.php/491/$name-$version.tar.bz2 \
+gpa.desktop)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+
+# freedesktop compliance
+ install -m 644 ../gpa.desktop $PKG/usr/share/applications/gpa.desktop
+ install -D -m 644 $PKG/usr/share/pixmaps/gpa.png $PKG/usr/share/icons/hicolor/48x48/apps/gpa.png
+ rm -rf $PKG/usr/share/pixmaps
+}
+
diff --git a/extra/gpa/gpa.desktop b/extra/gpa/gpa.desktop
new file mode 100644
index 000000000..9dc05daf6
--- /dev/null
+++ b/extra/gpa/gpa.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=GNU Privacy Assistant
+Name[fr]=Assistant GnuPG
+Exec=gpa
+Icon=gpa
+Terminal=false
+Encoding=UTF-8
+Type=Application
+Categories=GTK;Application;Security;Utility;