summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-12-29 15:36:34 +0000
committersibel <lesibel@free.fr>2010-12-29 15:36:34 +0000
commit81c2d92a8873054742655336903b3417bacf3465 (patch)
tree1cf07f73d771f656aec8ff0344422dfa5e14fd52 /extra
parent5f3448b8a5252c49fe60ca23789dfbe485305ba1 (diff)
downloadnutyx-pakxe-81c2d92a8873054742655336903b3417bacf3465.tar.gz
nutyx-pakxe-81c2d92a8873054742655336903b3417bacf3465.tar.bz2
nutyx-pakxe-81c2d92a8873054742655336903b3417bacf3465.tar.xz
nutyx-pakxe-81c2d92a8873054742655336903b3417bacf3465.zip
gestpkg-module, suppression
Diffstat (limited to 'extra')
-rw-r--r--extra/gestpkg-1.2/.footprint12
-rw-r--r--extra/gestpkg-1.2/.md5sum2
-rwxr-xr-xextra/gestpkg-1.2/Pkgfile28
-rw-r--r--extra/gestpkg-1.2/gestpkg.desktop11
-rw-r--r--extra/gestpkg-1.2/pre-install3
5 files changed, 0 insertions, 56 deletions
diff --git a/extra/gestpkg-1.2/.footprint b/extra/gestpkg-1.2/.footprint
deleted file mode 100644
index c482f2b3d..000000000
--- a/extra/gestpkg-1.2/.footprint
+++ /dev/null
@@ -1,12 +0,0 @@
-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/gestpkg
-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/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
diff --git a/extra/gestpkg-1.2/.md5sum b/extra/gestpkg-1.2/.md5sum
deleted file mode 100644
index 40441212f..000000000
--- a/extra/gestpkg-1.2/.md5sum
+++ /dev/null
@@ -1,2 +0,0 @@
-2930732662d94ebbacd830e8d9715d1b gestpkg-1.2.7z
-9f7f13ae3f571e1261022d64e98b66b1 gestpkg.desktop
diff --git a/extra/gestpkg-1.2/Pkgfile b/extra/gestpkg-1.2/Pkgfile
deleted file mode 100755
index ca993e9bf..000000000
--- a/extra/gestpkg-1.2/Pkgfile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Description: Gestionnaire de paquets graphique
-# URL: http://www.nutyx.org
-# Maintainer: NuTyX core team
-# Packager: ferarduansednan at laposte dot net
-# Depends on: qt, cmake, ktsuss
-
-name=gestpkg-1.2
-version=1.2
-release=1
-source=(http://www.fds-creation.net/assets/files/sources/gestpkg-$version.7z gestpkg.desktop)
-
-
-build() {
- 7z x gestpkg-$version.7z
- cd $name-$version
-
- cmake .
- make
- make DESTDIR=$PKG install
-
- mkdir -p $PKG/usr/share/applications
- install -m 644 ../${name}.desktop $PKG/usr/share/applications/
-
- mkdir -p $PKG/usr/share/icons/hicolor/32x32/apps/
- install -m 644 ./${name}.png $PKG/usr/share/icons/hicolor/32x32/apps/
-
-}
-
diff --git a/extra/gestpkg-1.2/gestpkg.desktop b/extra/gestpkg-1.2/gestpkg.desktop
deleted file mode 100644
index 1e97694b2..000000000
--- a/extra/gestpkg-1.2/gestpkg.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env xdg-open
-[Desktop Entry]
-Encoding=UTF-8
-Name=GestPkg
-Comment="Interface graphique du gestionnaire de paquets."
-Exec=ktsuss gestpkg
-Icon=gestpkg
-Terminal=false
-Type=Application
-Categories=System
-StartupNotify=true
diff --git a/extra/gestpkg-1.2/pre-install b/extra/gestpkg-1.2/pre-install
deleted file mode 100644
index e0fc0092e..000000000
--- a/extra/gestpkg-1.2/pre-install
+++ /dev/null
@@ -1,3 +0,0 @@
-if ( pkginfo -i | grep ^"gestpkg " > /dev/null ) ; then
- pkgrm gestpkg
-fi