summaryrefslogtreecommitdiffstats
path: root/extra/pysdm
diff options
context:
space:
mode:
authorgeantbrun <geantbrun at gmail dot fr>2010-07-09 09:48:42 +0200
committergeantbrun <geantbrun at gmail dot fr>2010-07-09 09:48:42 +0200
commit21a22763f6c186c2fdc6a161c7fa53fc9010b331 (patch)
tree5c534cf191751f581de5d4b93c6b0dfe91fff6f8 /extra/pysdm
parentcb02e38314c984e26d2d0234cd1fb30deabdb516 (diff)
downloadnutyx-extra-21a22763f6c186c2fdc6a161c7fa53fc9010b331.tar.gz
nutyx-extra-21a22763f6c186c2fdc6a161c7fa53fc9010b331.tar.bz2
nutyx-extra-21a22763f6c186c2fdc6a161c7fa53fc9010b331.tar.xz
nutyx-extra-21a22763f6c186c2fdc6a161c7fa53fc9010b331.zip
Ajout de pysdm#0.4.1-1
Diffstat (limited to 'extra/pysdm')
-rw-r--r--extra/pysdm/.footprint34
-rw-r--r--extra/pysdm/.md5sum3
-rw-r--r--extra/pysdm/Pkgfile25
-rwxr-xr-xextra/pysdm/pysdm.desktop16
-rw-r--r--extra/pysdm/pysdm.pngbin0 -> 17477 bytes
5 files changed, 78 insertions, 0 deletions
diff --git a/extra/pysdm/.footprint b/extra/pysdm/.footprint
new file mode 100644
index 000000000..d021b67fe
--- /dev/null
+++ b/extra/pysdm/.footprint
@@ -0,0 +1,34 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/local/
+drwxr-xr-x root/root usr/local/bin/
+-rwxr-xr-x root/root usr/local/bin/pysdm
+drwxr-xr-x root/root usr/local/share/
+drwxr-xr-x root/root usr/local/share/applications/
+-rw-r--r-- root/root usr/local/share/applications/pysdm.desktop
+drwxr-xr-x root/root usr/local/share/pysdm/
+-rw-r--r-- root/root usr/local/share/pysdm/SimpleGladeApp.py
+-rw-r--r-- root/root usr/local/share/pysdm/__init__.py
+-rw-r--r-- root/root usr/local/share/pysdm/blkid.py
+-rw-r--r-- root/root usr/local/share/pysdm/constants.py
+drwxr-xr-x root/root usr/local/share/pysdm/fsdata/
+-rw-r--r-- root/root usr/local/share/pysdm/fsdata/__init__.py
+-rw-r--r-- root/root usr/local/share/pysdm/fsdata/constants.py
+-rw-r--r-- root/root usr/local/share/pysdm/fsdata/default.py
+-rw-r--r-- root/root usr/local/share/pysdm/fsdata/ext2.py
+-rw-r--r-- root/root usr/local/share/pysdm/fsdata/ext3.py
+-rw-r--r-- root/root usr/local/share/pysdm/fsdata/fat.py
+-rw-r--r-- root/root usr/local/share/pysdm/fsdata/ntfs.py
+-rw-r--r-- root/root usr/local/share/pysdm/fsdata/reiserfs.py
+-rw-r--r-- root/root usr/local/share/pysdm/fsdata/swap.py
+-rw-r--r-- root/root usr/local/share/pysdm/fsdata/xfs.py
+-rw-r--r-- root/root usr/local/share/pysdm/fstab.py
+-rw-r--r-- root/root usr/local/share/pysdm/options_ui.py
+-rw-r--r-- root/root usr/local/share/pysdm/pysdm.glade
+-rw-r--r-- root/root usr/local/share/pysdm/pysdm.py
+-rw-r--r-- root/root usr/local/share/pysdm/sysfs.py
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/pysdm.desktop
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/pixmaps/
+-rw-r--r-- root/root usr/share/pixmaps/pysdm.png
diff --git a/extra/pysdm/.md5sum b/extra/pysdm/.md5sum
new file mode 100644
index 000000000..3f55f1206
--- /dev/null
+++ b/extra/pysdm/.md5sum
@@ -0,0 +1,3 @@
+bc3b671ac95065c5121e056d820fd0a2 pysdm-0.4.1.tar.gz
+871384b719de05a12a10d2ed1785407a pysdm.desktop
+1a3b7ca2e7fcd11f6f7a17d451311775 pysdm.png
diff --git a/extra/pysdm/Pkgfile b/extra/pysdm/Pkgfile
new file mode 100644
index 000000000..0ee6f2ffc
--- /dev/null
+++ b/extra/pysdm/Pkgfile
@@ -0,0 +1,25 @@
+# Description: Interface pour gerer le montage des partitions
+# URL: http://pysdm.sourceforge.net/
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on: pygtk
+
+name=pysdm
+version=0.4.1
+release=1
+source=(http://switch.dl.sourceforge.net/project/pysdm/pysdm/pysdm%200.4.1/pysdm-0.4.1.tar.gz \
+ pysdm.desktop \ pysdm.png)
+
+
+build() {
+cd $name-$version
+ ./configure
+
+ make
+ make PREFIX=/usr DESTDIR=$PKG install
+
+ install -D -m 644 ../$name.desktop $PKG/usr/share/applications/$name.desktop
+ install -D -m 644 ../$name.png $PKG/usr/share/pixmaps/$name.png
+}
+
+
diff --git a/extra/pysdm/pysdm.desktop b/extra/pysdm/pysdm.desktop
new file mode 100755
index 000000000..d2399519c
--- /dev/null
+++ b/extra/pysdm/pysdm.desktop
@@ -0,0 +1,16 @@
+[Desktop Entry]
+Name=pysdm
+
+
+
+GenericName[fr]=montages de partitions
+
+_X-GNOME-FullName=pysdm
+
+
+Exec=gksu gksu pysdm
+Icon=mm
+Terminal=false
+Type=Application
+Categories=GNOME;System;Filesystem;
+StartupNotify=true
diff --git a/extra/pysdm/pysdm.png b/extra/pysdm/pysdm.png
new file mode 100644
index 000000000..7f1d9e3e9
--- /dev/null
+++ b/extra/pysdm/pysdm.png
Binary files differ