From 520c5199cb57da29b42ffb1b5ff4f9c2cc1c0192 Mon Sep 17 00:00:00 2001 From: tnut Date: Wed, 25 Jan 2012 22:36:42 +0100 Subject: ajout lxappearance --- lxappearance/.footprint.i686 | 23 +++++++++++++++++++++++ lxappearance/.footprint.x86_64 | 23 +++++++++++++++++++++++ lxappearance/.md5sum.i686 | 1 + lxappearance/.md5sum.x86_64 | 1 + lxappearance/Pkgfile | 23 +++++++++++++++++++++++ 5 files changed, 71 insertions(+) create mode 100644 lxappearance/.footprint.i686 create mode 100644 lxappearance/.footprint.x86_64 create mode 100644 lxappearance/.md5sum.i686 create mode 100644 lxappearance/.md5sum.x86_64 create mode 100644 lxappearance/Pkgfile (limited to 'lxappearance') diff --git a/lxappearance/.footprint.i686 b/lxappearance/.footprint.i686 new file mode 100644 index 000000000..137a6f0b8 --- /dev/null +++ b/lxappearance/.footprint.i686 @@ -0,0 +1,23 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/lxappearance +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/lxappearance/ +-rw-r--r-- root/root usr/include/lxappearance/lxappearance.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/lxappearance.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/lxappearance.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/lxappearance.mo +drwxr-xr-x root/root usr/share/lxappearance/ +drwxr-xr-x root/root usr/share/lxappearance/ui/ +-rw-r--r-- root/root usr/share/lxappearance/ui/about.ui +-rw-r--r-- root/root usr/share/lxappearance/ui/lxappearance.ui +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/lxappearance.1.gz diff --git a/lxappearance/.footprint.x86_64 b/lxappearance/.footprint.x86_64 new file mode 100644 index 000000000..137a6f0b8 --- /dev/null +++ b/lxappearance/.footprint.x86_64 @@ -0,0 +1,23 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/lxappearance +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/lxappearance/ +-rw-r--r-- root/root usr/include/lxappearance/lxappearance.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/lxappearance.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/lxappearance.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/lxappearance.mo +drwxr-xr-x root/root usr/share/lxappearance/ +drwxr-xr-x root/root usr/share/lxappearance/ui/ +-rw-r--r-- root/root usr/share/lxappearance/ui/about.ui +-rw-r--r-- root/root usr/share/lxappearance/ui/lxappearance.ui +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/lxappearance.1.gz diff --git a/lxappearance/.md5sum.i686 b/lxappearance/.md5sum.i686 new file mode 100644 index 000000000..12b7f726b --- /dev/null +++ b/lxappearance/.md5sum.i686 @@ -0,0 +1 @@ +34d157a7fe97ef0b93db8fab3f251e07 lxappearance-0.5.1.tar.gz diff --git a/lxappearance/.md5sum.x86_64 b/lxappearance/.md5sum.x86_64 new file mode 100644 index 000000000..12b7f726b --- /dev/null +++ b/lxappearance/.md5sum.x86_64 @@ -0,0 +1 @@ +34d157a7fe97ef0b93db8fab3f251e07 lxappearance-0.5.1.tar.gz diff --git a/lxappearance/Pkgfile b/lxappearance/Pkgfile new file mode 100644 index 000000000..d77824e64 --- /dev/null +++ b/lxappearance/Pkgfile @@ -0,0 +1,23 @@ +# Description: Réglage de l'apparence pour lxde +# URL: http://lxde.org/ +# Maintainer: brother@bsnet.se +# Packager: geantbrun at gmail dot com +# Depends on: gtk +# Run on: gtk + +name=lxappearance +version=0.5.1 +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