summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-07-04 15:47:17 +0200
committertnut <thierryn1 at hispeed dot ch>2010-07-04 15:47:17 +0200
commitcb3e8b7946ef90ddf306bdf458749aee61a0398a (patch)
tree83ef14714524da1dbe3cad8a6a68bebfaab259b8 /extra
parent7d013e646d31beda715e1844bd82836f0d2f788e (diff)
downloadnutyx-extra-cb3e8b7946ef90ddf306bdf458749aee61a0398a.tar.gz
nutyx-extra-cb3e8b7946ef90ddf306bdf458749aee61a0398a.tar.bz2
nutyx-extra-cb3e8b7946ef90ddf306bdf458749aee61a0398a.tar.xz
nutyx-extra-cb3e8b7946ef90ddf306bdf458749aee61a0398a.zip
ajout de gestpkg-1.2#1.2-1
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/Pkgfile27
-rw-r--r--extra/gestpkg-1.2/gestpkg.desktop11
4 files changed, 52 insertions, 0 deletions
diff --git a/extra/gestpkg-1.2/.footprint b/extra/gestpkg-1.2/.footprint
new file mode 100644
index 000000000..c482f2b3d
--- /dev/null
+++ b/extra/gestpkg-1.2/.footprint
@@ -0,0 +1,12 @@
+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
new file mode 100644
index 000000000..40441212f
--- /dev/null
+++ b/extra/gestpkg-1.2/.md5sum
@@ -0,0 +1,2 @@
+2930732662d94ebbacd830e8d9715d1b gestpkg-1.2.7z
+9f7f13ae3f571e1261022d64e98b66b1 gestpkg.desktop
diff --git a/extra/gestpkg-1.2/Pkgfile b/extra/gestpkg-1.2/Pkgfile
new file mode 100755
index 000000000..ec324b943
--- /dev/null
+++ b/extra/gestpkg-1.2/Pkgfile
@@ -0,0 +1,27 @@
+# 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
new file mode 100644
index 000000000..1e97694b2
--- /dev/null
+++ b/extra/gestpkg-1.2/gestpkg.desktop
@@ -0,0 +1,11 @@
+#!/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