From 2157271d6812a02601290a2a5b5250597d3edb5a Mon Sep 17 00:00:00 2001 From: tnut Date: Wed, 25 Jan 2012 22:39:00 +0100 Subject: ajout lxtask --- lxtask/.footprint.i686 | 10 ++++++++++ lxtask/.footprint.x86_64 | 10 ++++++++++ lxtask/.md5sum.i686 | 1 + lxtask/.md5sum.x86_64 | 1 + lxtask/Pkgfile | 21 +++++++++++++++++++++ 5 files changed, 43 insertions(+) create mode 100644 lxtask/.footprint.i686 create mode 100644 lxtask/.footprint.x86_64 create mode 100644 lxtask/.md5sum.i686 create mode 100644 lxtask/.md5sum.x86_64 create mode 100644 lxtask/Pkgfile (limited to 'lxtask') diff --git a/lxtask/.footprint.i686 b/lxtask/.footprint.i686 new file mode 100644 index 000000000..22bdea5bc --- /dev/null +++ b/lxtask/.footprint.i686 @@ -0,0 +1,10 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/lxtask +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/lxtask.desktop +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/lxtask.mo diff --git a/lxtask/.footprint.x86_64 b/lxtask/.footprint.x86_64 new file mode 100644 index 000000000..22bdea5bc --- /dev/null +++ b/lxtask/.footprint.x86_64 @@ -0,0 +1,10 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/lxtask +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/lxtask.desktop +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/lxtask.mo diff --git a/lxtask/.md5sum.i686 b/lxtask/.md5sum.i686 new file mode 100644 index 000000000..af6b61eb6 --- /dev/null +++ b/lxtask/.md5sum.i686 @@ -0,0 +1 @@ +c4ab47d03d41a88696d64d3f1e78cf7f lxtask-0.1.4.tar.gz diff --git a/lxtask/.md5sum.x86_64 b/lxtask/.md5sum.x86_64 new file mode 100644 index 000000000..af6b61eb6 --- /dev/null +++ b/lxtask/.md5sum.x86_64 @@ -0,0 +1 @@ +c4ab47d03d41a88696d64d3f1e78cf7f lxtask-0.1.4.tar.gz diff --git a/lxtask/Pkgfile b/lxtask/Pkgfile new file mode 100644 index 000000000..e076ecce5 --- /dev/null +++ b/lxtask/Pkgfile @@ -0,0 +1,21 @@ +# Description: Gestionnaire de tâches dérivé de xfce4-taskmanager +# URL: http://lxde.org/about.html +# Maintainer: pcman dot tw at gmail dot com +# Packager: geantbrun at gmail dot com +# Depends on: gtk +# Run on: gtk + +name=lxtask +version=0.1.4 +release=1 +source=(http://downloads.sourceforge.net/lxde/files/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + +} + + -- cgit v1.2.3-54-g00ecf