summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-14 14:30:08 +0100
committersibel <lesibel@free.fr>2011-03-14 14:30:08 +0100
commit7bfbf9f28e0f82c638837f66808d067aac1cbaca (patch)
tree844d5ae9e9e458c5ff47551672cfaf6a56e263e7
parent9e0b50a90fcfe0092208412f2b15ec6dcc3cb3c2 (diff)
downloadnutyx-extra-7bfbf9f28e0f82c638837f66808d067aac1cbaca.tar.gz
nutyx-extra-7bfbf9f28e0f82c638837f66808d067aac1cbaca.tar.bz2
nutyx-extra-7bfbf9f28e0f82c638837f66808d067aac1cbaca.tar.xz
nutyx-extra-7bfbf9f28e0f82c638837f66808d067aac1cbaca.zip
gtk2-engines-ubuntulooks deplace dans ouvert
-rwxr-xr-xextra/gtk2-engines-ubuntulooks/.footprint.i68612
-rwxr-xr-xextra/gtk2-engines-ubuntulooks/.footprint.x86_6412
-rwxr-xr-xextra/gtk2-engines-ubuntulooks/.md5sum.i6861
-rwxr-xr-xextra/gtk2-engines-ubuntulooks/.md5sum.x86_641
-rwxr-xr-xextra/gtk2-engines-ubuntulooks/Pkgfile19
5 files changed, 0 insertions, 45 deletions
diff --git a/extra/gtk2-engines-ubuntulooks/.footprint.i686 b/extra/gtk2-engines-ubuntulooks/.footprint.i686
deleted file mode 100755
index 352c6a47b..000000000
--- a/extra/gtk2-engines-ubuntulooks/.footprint.i686
+++ /dev/null
@@ -1,12 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/gtk-2.0/
-drwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/
-drwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/engines/
--rwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/engines/libubuntulooks.la
--rwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/engines/libubuntulooks.so
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/themes/
-drwxr-xr-x root/root usr/share/themes/Human/
-drwxr-xr-x root/root usr/share/themes/Human/gtk-2.0/
--rw-r--r-- root/root usr/share/themes/Human/gtk-2.0/gtkrc
diff --git a/extra/gtk2-engines-ubuntulooks/.footprint.x86_64 b/extra/gtk2-engines-ubuntulooks/.footprint.x86_64
deleted file mode 100755
index 352c6a47b..000000000
--- a/extra/gtk2-engines-ubuntulooks/.footprint.x86_64
+++ /dev/null
@@ -1,12 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/lib/
-drwxr-xr-x root/root usr/lib/gtk-2.0/
-drwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/
-drwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/engines/
--rwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/engines/libubuntulooks.la
--rwxr-xr-x root/root usr/lib/gtk-2.0/2.10.0/engines/libubuntulooks.so
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/themes/
-drwxr-xr-x root/root usr/share/themes/Human/
-drwxr-xr-x root/root usr/share/themes/Human/gtk-2.0/
--rw-r--r-- root/root usr/share/themes/Human/gtk-2.0/gtkrc
diff --git a/extra/gtk2-engines-ubuntulooks/.md5sum.i686 b/extra/gtk2-engines-ubuntulooks/.md5sum.i686
deleted file mode 100755
index 0cba9db5c..000000000
--- a/extra/gtk2-engines-ubuntulooks/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-5ba7d915abe31870103aab5847278d13 ubuntulooks_0.9.12.orig.tar.gz
diff --git a/extra/gtk2-engines-ubuntulooks/.md5sum.x86_64 b/extra/gtk2-engines-ubuntulooks/.md5sum.x86_64
deleted file mode 100755
index 0cba9db5c..000000000
--- a/extra/gtk2-engines-ubuntulooks/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-5ba7d915abe31870103aab5847278d13 ubuntulooks_0.9.12.orig.tar.gz
diff --git a/extra/gtk2-engines-ubuntulooks/Pkgfile b/extra/gtk2-engines-ubuntulooks/Pkgfile
deleted file mode 100755
index 364063bdb..000000000
--- a/extra/gtk2-engines-ubuntulooks/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: Moteur de thémes GTK+
-# URL:
-# Maintainer: NuTyX core team
-# Packager: tux03 at tuxfamily dot org
-# Depends on: gtk
-# Run on: gtk
-
-name=gtk2-engines-ubuntulooks
-version=0.9.12
-release=1
-source=(http://archive.ubuntu.com/ubuntu/pool/main/u/ubuntulooks/ubuntulooks_0.9.12.orig.tar.gz)
-build() {
-cd ubuntulooks-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
-}
-
-