From 8041119a6334edaa2ddc428eeec24beba86f34fd Mon Sep 17 00:00:00 2001 From: Thierry N Date: Fri, 21 Aug 2009 23:05:08 +0200 Subject: Ajout de xfce4-screenshooter#1.5.1-1 --- xfce/xfce4-screenshooter/.footprint | 42 +++++++++++++++++++++++++++++++++++++ xfce/xfce4-screenshooter/.md5sum | 1 + xfce/xfce4-screenshooter/Pkgfile | 22 +++++++++++++++++++ 3 files changed, 65 insertions(+) create mode 100644 xfce/xfce4-screenshooter/.footprint create mode 100644 xfce/xfce4-screenshooter/.md5sum create mode 100755 xfce/xfce4-screenshooter/Pkgfile (limited to 'xfce') diff --git a/xfce/xfce4-screenshooter/.footprint b/xfce/xfce4-screenshooter/.footprint new file mode 100644 index 000000000..537b82830 --- /dev/null +++ b/xfce/xfce4-screenshooter/.footprint @@ -0,0 +1,42 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/xfce4-screenshooter +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/xfce4/ +drwxr-xr-x root/root usr/lib/xfce4/xfce4/ +drwxr-xr-x root/root usr/lib/xfce4/xfce4/panel-plugins/ +-rwxr-xr-x root/root usr/lib/xfce4/xfce4/panel-plugins/xfce4-screenshooter-plugin +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/xfce4-screenshooter.desktop +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/applets-screenshooter.png +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/applets-screenshooter.svg +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/xfce4-screenshooter.mo +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/xfce4-screenshooter.1.gz +drwxr-xr-x root/root usr/share/xfce4/ +drwxr-xr-x root/root usr/share/xfce4/doc/ +drwxr-xr-x root/root usr/share/xfce4/doc/C/ +drwxr-xr-x root/root usr/share/xfce4/doc/C/images/ +-rw-r--r-- root/root usr/share/xfce4/doc/C/images/xfce4-screenshooter-dialog.png +-rw-r--r-- root/root usr/share/xfce4/doc/C/xfce4-screenshooter.html +drwxr-xr-x root/root usr/share/xfce4/doc/fr/ +drwxr-xr-x root/root usr/share/xfce4/doc/fr/images/ +-rw-r--r-- root/root usr/share/xfce4/doc/fr/images/xfce4-screenshooter-dialog.png +-rw-r--r-- root/root usr/share/xfce4/doc/fr/xfce4-screenshooter.html +drwxr-xr-x root/root usr/share/xfce4/doc/ja/ +drwxr-xr-x root/root usr/share/xfce4/doc/ja/images/ +-rw-r--r-- root/root usr/share/xfce4/doc/ja/images/xfce4-screenshooter-dialog.png +-rw-r--r-- root/root usr/share/xfce4/doc/ja/xfce4-screenshooter.html +drwxr-xr-x root/root usr/share/xfce4/panel-plugins/ +-rw-r--r-- root/root usr/share/xfce4/panel-plugins/screenshooter.desktop diff --git a/xfce/xfce4-screenshooter/.md5sum b/xfce/xfce4-screenshooter/.md5sum new file mode 100644 index 000000000..08285c0d6 --- /dev/null +++ b/xfce/xfce4-screenshooter/.md5sum @@ -0,0 +1 @@ +a0d51abc2957486fe8aa314b61cf3c85 xfce4-screenshooter-1.5.1.tar.gz diff --git a/xfce/xfce4-screenshooter/Pkgfile b/xfce/xfce4-screenshooter/Pkgfile new file mode 100755 index 000000000..640be0013 --- /dev/null +++ b/xfce/xfce4-screenshooter/Pkgfile @@ -0,0 +1,22 @@ +# Description: Permet de faire des captures d'ecrans ou de fenetres +# URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-screenshooter-plugin +# Maintainer: NuTyX core team +# Packager: fred.galusik at gmail dot com +# Depends on: xfce4-panel + +name=xfce4-screenshooter +version=1.5.1 +release=1 +source=(http://goodies.xfce.org/releases/$name/$name-$version.tar.gz) + +build() { +cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/xfce4 \ + --localstatedir=/var \ + --disable-static + make + make DESTDIR=$PKG install +} + -- cgit v1.2.3-54-g00ecf