From bcf1a74f02f731bc29c17bbc478f1cf95a55b64a Mon Sep 17 00:00:00 2001 From: tnut Date: Wed, 25 Jan 2012 22:39:11 +0100 Subject: ajout lxrandr --- lxrandr/.footprint.i686 | 13 +++++++++++++ lxrandr/.footprint.x86_64 | 13 +++++++++++++ lxrandr/.md5sum.i686 | 1 + lxrandr/.md5sum.x86_64 | 1 + lxrandr/Pkgfile | 21 +++++++++++++++++++++ 5 files changed, 49 insertions(+) create mode 100644 lxrandr/.footprint.i686 create mode 100644 lxrandr/.footprint.x86_64 create mode 100644 lxrandr/.md5sum.i686 create mode 100644 lxrandr/.md5sum.x86_64 create mode 100644 lxrandr/Pkgfile diff --git a/lxrandr/.footprint.i686 b/lxrandr/.footprint.i686 new file mode 100644 index 000000000..baf4f87dd --- /dev/null +++ b/lxrandr/.footprint.i686 @@ -0,0 +1,13 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/lxrandr +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/lxrandr.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/lxrandr.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/lxrandr.1.gz diff --git a/lxrandr/.footprint.x86_64 b/lxrandr/.footprint.x86_64 new file mode 100644 index 000000000..baf4f87dd --- /dev/null +++ b/lxrandr/.footprint.x86_64 @@ -0,0 +1,13 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/lxrandr +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/lxrandr.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/lxrandr.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/lxrandr.1.gz diff --git a/lxrandr/.md5sum.i686 b/lxrandr/.md5sum.i686 new file mode 100644 index 000000000..ba2f54f7c --- /dev/null +++ b/lxrandr/.md5sum.i686 @@ -0,0 +1 @@ +8a7391581541bba58839ac11dbf5b575 lxrandr-0.1.2.tar.gz diff --git a/lxrandr/.md5sum.x86_64 b/lxrandr/.md5sum.x86_64 new file mode 100644 index 000000000..ba2f54f7c --- /dev/null +++ b/lxrandr/.md5sum.x86_64 @@ -0,0 +1 @@ +8a7391581541bba58839ac11dbf5b575 lxrandr-0.1.2.tar.gz diff --git a/lxrandr/Pkgfile b/lxrandr/Pkgfile new file mode 100644 index 000000000..de9fcccf8 --- /dev/null +++ b/lxrandr/Pkgfile @@ -0,0 +1,21 @@ +# Description: Permet d'ajuster simplement la résolution d'écran +# URL: http://lxde.org/about.html +# Maintainer: Martin Bagge brother at bsnet dot se Hong Jen Yee (PCMan) pcman dot tw at gmail dotcom +# Packager: geantbrun at gmail dot com +# Depends on: gtk, xorg-xrandr +# Run on: gtk,xorg-xrandr + +name=lxrandr +version=0.1.2 +release=1 +source=(http://heanet.dl.sourceforge.net/sourceforge/lxde/lxrandr-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + +} + + -- cgit v1.2.3-54-g00ecf