diff options
Diffstat (limited to 'seahorse-sharing')
-rw-r--r-- | seahorse-sharing/.footprint.i686 | 20 | ||||
-rw-r--r-- | seahorse-sharing/.footprint.x86_64 | 20 | ||||
-rw-r--r-- | seahorse-sharing/.md5sum.i686 | 1 | ||||
-rw-r--r-- | seahorse-sharing/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | seahorse-sharing/Pkgfile | 20 |
5 files changed, 62 insertions, 0 deletions
diff --git a/seahorse-sharing/.footprint.i686 b/seahorse-sharing/.footprint.i686 new file mode 100644 index 0000000..373e081 --- /dev/null +++ b/seahorse-sharing/.footprint.i686 @@ -0,0 +1,20 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/xdg/ +drwxr-xr-x root/root etc/xdg/autostart/ +-rw-r--r-- root/root etc/xdg/autostart/seahorse-sharing.desktop +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/seahorse-sharing +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/seahorse-sharing.1.gz +drwxr-xr-x root/root usr/share/pixmaps/ +drwxr-xr-x root/root usr/share/pixmaps/seahorse/ +drwxr-xr-x root/root usr/share/pixmaps/seahorse/22x22/ +-rw-r--r-- root/root usr/share/pixmaps/seahorse/22x22/seahorse-share-keys.png +drwxr-xr-x root/root usr/share/pixmaps/seahorse/48x48/ +-rw-r--r-- root/root usr/share/pixmaps/seahorse/48x48/seahorse-share-keys.png +drwxr-xr-x root/root usr/share/pixmaps/seahorse/scalable/ +-rw-r--r-- root/root usr/share/pixmaps/seahorse/scalable/seahorse-share-keys.svg diff --git a/seahorse-sharing/.footprint.x86_64 b/seahorse-sharing/.footprint.x86_64 new file mode 100644 index 0000000..373e081 --- /dev/null +++ b/seahorse-sharing/.footprint.x86_64 @@ -0,0 +1,20 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/xdg/ +drwxr-xr-x root/root etc/xdg/autostart/ +-rw-r--r-- root/root etc/xdg/autostart/seahorse-sharing.desktop +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/seahorse-sharing +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/seahorse-sharing.1.gz +drwxr-xr-x root/root usr/share/pixmaps/ +drwxr-xr-x root/root usr/share/pixmaps/seahorse/ +drwxr-xr-x root/root usr/share/pixmaps/seahorse/22x22/ +-rw-r--r-- root/root usr/share/pixmaps/seahorse/22x22/seahorse-share-keys.png +drwxr-xr-x root/root usr/share/pixmaps/seahorse/48x48/ +-rw-r--r-- root/root usr/share/pixmaps/seahorse/48x48/seahorse-share-keys.png +drwxr-xr-x root/root usr/share/pixmaps/seahorse/scalable/ +-rw-r--r-- root/root usr/share/pixmaps/seahorse/scalable/seahorse-share-keys.svg diff --git a/seahorse-sharing/.md5sum.i686 b/seahorse-sharing/.md5sum.i686 new file mode 100644 index 0000000..b80d215 --- /dev/null +++ b/seahorse-sharing/.md5sum.i686 @@ -0,0 +1 @@ +a249808be7842879f85782893ec364ad seahorse-sharing-3.2.1.tar.xz diff --git a/seahorse-sharing/.md5sum.x86_64 b/seahorse-sharing/.md5sum.x86_64 new file mode 100644 index 0000000..b80d215 --- /dev/null +++ b/seahorse-sharing/.md5sum.x86_64 @@ -0,0 +1 @@ +a249808be7842879f85782893ec364ad seahorse-sharing-3.2.1.tar.xz diff --git a/seahorse-sharing/Pkgfile b/seahorse-sharing/Pkgfile new file mode 100644 index 0000000..1bc160d --- /dev/null +++ b/seahorse-sharing/Pkgfile @@ -0,0 +1,20 @@ +# Description: Partager des clés PGP via DNS-SD et HKP +# URL: http://www.gnome.org/ +# Maintainer: NuTyX GNOME team +# Packager: piernov <piernov@piernov.org> +# Depends on: gtk3, gpgme, libsoup, avahi-gtk, xorg-libsm, intltool, gobject-introspection +# Run on: gtk3,gpgme,libsoup,avahi-gtk,xorg-libsm + +name=seahorse-sharing +version=3.2.1 +release=1 +source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man + make + make DESTDIR=$PKG install +} |