From cb3e8b7946ef90ddf306bdf458749aee61a0398a Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 4 Jul 2010 15:47:17 +0200 Subject: ajout de gestpkg-1.2#1.2-1 --- extra/gestpkg-1.2/.footprint | 12 ++++++++++++ extra/gestpkg-1.2/.md5sum | 2 ++ extra/gestpkg-1.2/Pkgfile | 27 +++++++++++++++++++++++++++ extra/gestpkg-1.2/gestpkg.desktop | 11 +++++++++++ 4 files changed, 52 insertions(+) create mode 100644 extra/gestpkg-1.2/.footprint create mode 100644 extra/gestpkg-1.2/.md5sum create mode 100755 extra/gestpkg-1.2/Pkgfile create mode 100644 extra/gestpkg-1.2/gestpkg.desktop (limited to 'extra/gestpkg-1.2') 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 -- cgit v1.2.3-70-g09d2