diff options
Diffstat (limited to 'extra/gestpkg')
-rw-r--r-- | extra/gestpkg/.footprint | 33 | ||||
-rw-r--r-- | extra/gestpkg/.md5sum | 2 | ||||
-rw-r--r-- | extra/gestpkg/Pkgfile | 37 | ||||
-rw-r--r-- | extra/gestpkg/pre-install | 3 |
4 files changed, 0 insertions, 75 deletions
diff --git a/extra/gestpkg/.footprint b/extra/gestpkg/.footprint deleted file mode 100644 index e1baac367..000000000 --- a/extra/gestpkg/.footprint +++ /dev/null @@ -1,33 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxrwxr-x root/root usr/bin/gestpkg -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/python2.6/ -drwxr-xr-x root/root usr/lib/python2.6/site-packages/ --rw-r--r-- root/root usr/lib/python2.6/site-packages/GestPkgGUI-1.1-py2.6.egg-info -drwxr-xr-x root/root usr/lib/python2.6/site-packages/GestPkgGUI/ --rw-r--r-- root/root usr/lib/python2.6/site-packages/GestPkgGUI/GestPkgGUI.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/GestPkgGUI/GestPkgGUI.pyc -drwxr-xr-x root/root usr/lib/python2.6/site-packages/GestPkgGUI/ico/ --rw-r--r-- root/root usr/lib/python2.6/site-packages/GestPkgGUI/ico/gestpkg.png --rw-r--r-- root/root usr/lib/python2.6/site-packages/GestPkgGUI/ico/installer.png --rw-r--r-- root/root usr/lib/python2.6/site-packages/GestPkgGUI/ico/maj.png --rw-r--r-- root/root usr/lib/python2.6/site-packages/GestPkgGUI/ico/suppr.png -drwxr-xr-x root/root usr/lib/python2.6/site-packages/GestPkgGUI/img/ --rw-r--r-- root/root usr/lib/python2.6/site-packages/GestPkgGUI/img/NuTyX_logo.png --rw-r--r-- root/root usr/lib/python2.6/site-packages/GestPkgGUI/info.py --rw-r--r-- root/root usr/lib/python2.6/site-packages/GestPkgGUI/info.pyc -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/applications/ --rw-r--r-- root/root usr/share/applications/gestpkg.desktop -drwxr-xr-x root/root usr/share/icons/ -drwxr-xr-x root/root usr/share/icons/hicolor/ -drwxr-xr-x root/root usr/share/icons/hicolor/16x16/ -drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/ --rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/gestpkg.png -drwxr-xr-x root/root usr/share/icons/hicolor/32x32/ -drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/ --rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/gestpkg.png -drwxr-xr-x root/root usr/share/icons/hicolor/48x48/ -drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ --rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/gestpkg.png diff --git a/extra/gestpkg/.md5sum b/extra/gestpkg/.md5sum deleted file mode 100644 index 6bd66c677..000000000 --- a/extra/gestpkg/.md5sum +++ /dev/null @@ -1,2 +0,0 @@ -3179e41e300e59b43651d3113c703307 gestpkg-1.1-src.tar.gz -adeb6c40bbc285cac196d40831f580db gestpkg-logfile-02.patch diff --git a/extra/gestpkg/Pkgfile b/extra/gestpkg/Pkgfile deleted file mode 100644 index e7c770c32..000000000 --- a/extra/gestpkg/Pkgfile +++ /dev/null @@ -1,37 +0,0 @@ -# Description: Gestionnaire de paquets graphique -# URL: http://www.nutyx.org -# Maintainer: NuTyX core team -# Packager: ferarduansednan at laposte dot net -# Depends on: gestpkg-module, wxpython, python, ktsuss, p7zip - -name=gestpkg -version=1.1 -release=4 -source=(http://kiao.no-ip.info/NuTyX/files/$name-$version-src.tar.gz\ - http://nutyx.meticul.eu/files/patchs/$name/gestpkg-logfile-02.patch) - - -build() { - cd $name-$version-src - patch -Np1 -i ../gestpkg-logfile-02.patch - rm -r GestPkgGUI/log - python setup.py install --root=$PKG - - mkdir -p $PKG/usr/share/applications - install -m 644 ./${name}.desktop $PKG/usr/share/applications/ - - mkdir -p $PKG/usr/share/icons/hicolor/48x48/apps/ - install -m 644 ./icons/48x48/${name}.png $PKG/usr/share/icons/hicolor/48x48/apps/ - - mkdir -p $PKG/usr/share/icons/hicolor/32x32/apps/ - install -m 644 ./icons/32x32/${name}.png $PKG/usr/share/icons/hicolor/32x32/apps/ - - mkdir -p $PKG/usr/share/icons/hicolor/16x16/apps/ - install -m 644 ./icons/16x16/${name}.png $PKG/usr/share/icons/hicolor/16x16/apps/ - -# Pour éviter pkgadd -f on commente les 2 lignes suivantes -# mkdir -p $PKG/var/log/ -# touch $PKG/var/log/gestpkg.log -} - - diff --git a/extra/gestpkg/pre-install b/extra/gestpkg/pre-install deleted file mode 100644 index f7e04387e..000000000 --- a/extra/gestpkg/pre-install +++ /dev/null @@ -1,3 +0,0 @@ -if ( pkginfo -i | grep ^"gestpkg-1.2 " > /dev/null ) ; then - pkgrm gestpkg-1.2 -fi |