From 295a21b0bf84cd412b6ca18d792945b363296d0d Mon Sep 17 00:00:00 2001 From: piernov Date: Sun, 23 Oct 2011 22:02:42 +0200 Subject: seahorse-sharing 3.2.1-1 ajout port --- seahorse-sharing/.footprint.i686 | 20 ++++++++++++++++++++ seahorse-sharing/.footprint.x86_64 | 20 ++++++++++++++++++++ seahorse-sharing/.md5sum.i686 | 1 + seahorse-sharing/.md5sum.x86_64 | 1 + seahorse-sharing/Pkgfile | 20 ++++++++++++++++++++ 5 files changed, 62 insertions(+) create mode 100644 seahorse-sharing/.footprint.i686 create mode 100644 seahorse-sharing/.footprint.x86_64 create mode 100644 seahorse-sharing/.md5sum.i686 create mode 100644 seahorse-sharing/.md5sum.x86_64 create mode 100644 seahorse-sharing/Pkgfile 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 +# 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 +} -- cgit v1.2.3-70-g09d2