diff options
-rw-r--r-- | extra/lxrandr/.footprint.i686 | 7 | ||||
-rw-r--r-- | extra/lxrandr/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | extra/lxrandr/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/lxrandr/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/lxrandr/Pkgfile | 21 |
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 - -} - - |