summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-21 22:08:18 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-21 22:08:18 +0100
commit22008a01c221d57d930adfcc711672b363240428 (patch)
tree24df000495efd9ef0191536f6da9af462184e654 /extra
parent4e43164ce212e359be2ce167c5f98317063706fc (diff)
downloadnutyx-extra-22008a01c221d57d930adfcc711672b363240428.tar.gz
nutyx-extra-22008a01c221d57d930adfcc711672b363240428.tar.bz2
nutyx-extra-22008a01c221d57d930adfcc711672b363240428.tar.xz
nutyx-extra-22008a01c221d57d930adfcc711672b363240428.zip
suppression de lxrandr
Diffstat (limited to 'extra')
-rw-r--r--extra/lxrandr/.footprint.i6867
-rw-r--r--extra/lxrandr/.footprint.x86_647
-rw-r--r--extra/lxrandr/.md5sum.i6861
-rw-r--r--extra/lxrandr/.md5sum.x86_641
-rw-r--r--extra/lxrandr/Pkgfile21
5 files changed, 0 insertions, 37 deletions
diff --git a/extra/lxrandr/.footprint.i686 b/extra/lxrandr/.footprint.i686
deleted file mode 100644
index c0a507998..000000000
--- a/extra/lxrandr/.footprint.i686
+++ /dev/null
@@ -1,7 +0,0 @@
-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/
diff --git a/extra/lxrandr/.footprint.x86_64 b/extra/lxrandr/.footprint.x86_64
deleted file mode 100644
index c0a507998..000000000
--- a/extra/lxrandr/.footprint.x86_64
+++ /dev/null
@@ -1,7 +0,0 @@
-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/
diff --git a/extra/lxrandr/.md5sum.i686 b/extra/lxrandr/.md5sum.i686
deleted file mode 100644
index 6a3705bb4..000000000
--- a/extra/lxrandr/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-d70a41f0230a1b528d66015021b8fa0d lxrandr-0.1.tar.gz
diff --git a/extra/lxrandr/.md5sum.x86_64 b/extra/lxrandr/.md5sum.x86_64
deleted file mode 100644
index 6a3705bb4..000000000
--- a/extra/lxrandr/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-d70a41f0230a1b528d66015021b8fa0d lxrandr-0.1.tar.gz
diff --git a/extra/lxrandr/Pkgfile b/extra/lxrandr/Pkgfile
deleted file mode 100644
index 305bef7ab..000000000
--- a/extra/lxrandr/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: Permet d'ajuster simplement la résolution d'écran
-# URL: http://lxde.org/about.html
-# Maintainer: NuTyX core team
-# Packager: geantbrun at gmail dot com
-# Depends on: gtk, xorg-xrandr
-# Run on: gtk,xorg-xrandr
-
-name=lxrandr
-version=0.1
-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
-
-}
-
-