summaryrefslogtreecommitdiffstats
path: root/lxrandr
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-25 22:39:11 +0100
committertnut <tnut at nutyx dot com>2012-01-25 22:39:11 +0100
commitbcf1a74f02f731bc29c17bbc478f1cf95a55b64a (patch)
tree600324e7ab098b6ea1ea48c4cbce9651d1664109 /lxrandr
parent2157271d6812a02601290a2a5b5250597d3edb5a (diff)
downloadnutyx-extra-bcf1a74f02f731bc29c17bbc478f1cf95a55b64a.tar.gz
nutyx-extra-bcf1a74f02f731bc29c17bbc478f1cf95a55b64a.tar.bz2
nutyx-extra-bcf1a74f02f731bc29c17bbc478f1cf95a55b64a.tar.xz
nutyx-extra-bcf1a74f02f731bc29c17bbc478f1cf95a55b64a.zip
ajout lxrandr
Diffstat (limited to 'lxrandr')
-rw-r--r--lxrandr/.footprint.i68613
-rw-r--r--lxrandr/.footprint.x86_6413
-rw-r--r--lxrandr/.md5sum.i6861
-rw-r--r--lxrandr/.md5sum.x86_641
-rw-r--r--lxrandr/Pkgfile21
5 files changed, 49 insertions, 0 deletions
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
+
+}
+
+