summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgeantbrun <bg@nutyx.(none)>2010-01-30 15:33:58 +0100
committergeantbrun <bg@nutyx.(none)>2010-01-30 15:33:58 +0100
commit96a5ce977a9d1e842af808afe7b7a0613ffd2f6c (patch)
treea18ff7c3894bee687554cbd5b68f0eb5ac12f06a
parentecf8f297f31cf07d2371304dd58149ca18dfecb7 (diff)
downloadnutyx-pakxe-96a5ce977a9d1e842af808afe7b7a0613ffd2f6c.tar.gz
nutyx-pakxe-96a5ce977a9d1e842af808afe7b7a0613ffd2f6c.tar.bz2
nutyx-pakxe-96a5ce977a9d1e842af808afe7b7a0613ffd2f6c.tar.xz
nutyx-pakxe-96a5ce977a9d1e842af808afe7b7a0613ffd2f6c.zip
Ajout de wallpapoz#0.4.1-1.pkg.tar.gz
-rw-r--r--extra/wallpapoz/.footprint32
-rw-r--r--extra/wallpapoz/.md5sum1
-rw-r--r--extra/wallpapoz/Pkgfile19
3 files changed, 52 insertions, 0 deletions
diff --git a/extra/wallpapoz/.footprint b/extra/wallpapoz/.footprint
new file mode 100644
index 000000000..102491c25
--- /dev/null
+++ b/extra/wallpapoz/.footprint
@@ -0,0 +1,32 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/daemon_wallpapoz
+-rwxr-xr-x root/root usr/bin/wallpapoz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/wallpapoz.desktop
+drwxr-xr-x root/root usr/share/gnome/
+drwxr-xr-x root/root usr/share/gnome/help/
+drwxr-xr-x root/root usr/share/gnome/help/wallpapoz/
+drwxr-xr-x root/root usr/share/gnome/help/wallpapoz/C/
+-rw-r--r-- root/root usr/share/gnome/help/wallpapoz/C/legal.xml
+-rw-r--r-- root/root usr/share/gnome/help/wallpapoz/C/wallpapoz.xml
+drwxr-xr-x root/root usr/share/gnome/help/wallpapoz/id/
+-rw-r--r-- root/root usr/share/gnome/help/wallpapoz/id/legal.xml
+-rw-r--r-- root/root usr/share/gnome/help/wallpapoz/id/wallpapoz.xml
+drwxr-xr-x root/root usr/share/gnome/help/wallpapoz/ja/
+-rw-r--r-- root/root usr/share/gnome/help/wallpapoz/ja/legal.xml
+-rw-r--r-- root/root usr/share/gnome/help/wallpapoz/ja/wallpapoz.xml
+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/wallpapoz.mo
+drwxr-xr-x root/root usr/share/pixmaps/
+-rw-r--r-- root/root usr/share/pixmaps/wallpapoz.png
+drwxr-xr-x root/root usr/share/wallpapoz/
+drwxr-xr-x root/root usr/share/wallpapoz/glade/
+-rw-r--r-- root/root usr/share/wallpapoz/glade/wallpapoz.glade
+-rw-r--r-- root/root usr/share/wallpapoz/glade/wallpapoz.png
+drwxr-xr-x root/root usr/share/wallpapoz/lib/
+-rw-r--r-- root/root usr/share/wallpapoz/lib/wallpapoz_system.py
+-rw-r--r-- root/root usr/share/wallpapoz/lib/xml_processing.py
diff --git a/extra/wallpapoz/.md5sum b/extra/wallpapoz/.md5sum
new file mode 100644
index 000000000..6799c9a95
--- /dev/null
+++ b/extra/wallpapoz/.md5sum
@@ -0,0 +1 @@
+63a32917840f912648f9e01bfd1f178f wallpapoz-0.4.1.tar.bz2
diff --git a/extra/wallpapoz/Pkgfile b/extra/wallpapoz/Pkgfile
new file mode 100644
index 000000000..e5540326a
--- /dev/null
+++ b/extra/wallpapoz/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Gestionnaire de fond d'ecran
+# URL: http://wallpapoz.akbarhome.com
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on: pyGTK, python glade, pil, xorg-xwininfo, xorg-xprop,
+
+
+name=wallpapoz
+version=0.4.1
+release=1
+source=(http://wallpapoz.akbarhome.com/files/wallpapoz-0.4.1.tar.bz2)
+
+build() {
+ cd $name-$version
+ mkdir -p $PKG/usr
+ python setup.py --installdir=$PKG/usr install
+
+
+} \ No newline at end of file