From 21a22763f6c186c2fdc6a161c7fa53fc9010b331 Mon Sep 17 00:00:00 2001 From: geantbrun Date: Fri, 9 Jul 2010 09:48:42 +0200 Subject: Ajout de pysdm#0.4.1-1 --- extra/pysdm/.footprint | 34 ++++++++++++++++++++++++++++++++++ extra/pysdm/.md5sum | 3 +++ extra/pysdm/Pkgfile | 25 +++++++++++++++++++++++++ extra/pysdm/pysdm.desktop | 16 ++++++++++++++++ extra/pysdm/pysdm.png | Bin 0 -> 17477 bytes 5 files changed, 78 insertions(+) create mode 100644 extra/pysdm/.footprint create mode 100644 extra/pysdm/.md5sum create mode 100644 extra/pysdm/Pkgfile create mode 100755 extra/pysdm/pysdm.desktop create mode 100644 extra/pysdm/pysdm.png (limited to 'extra/pysdm') 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 Binary files /dev/null and b/extra/pysdm/pysdm.png differ -- cgit v1.2.3-70-g09d2