diff options
Diffstat (limited to 'extra/gestpkg-1.2')
-rw-r--r-- | extra/gestpkg-1.2/.footprint | 12 | ||||
-rw-r--r-- | extra/gestpkg-1.2/.md5sum | 2 | ||||
-rwxr-xr-x | extra/gestpkg-1.2/Pkgfile | 27 | ||||
-rw-r--r-- | extra/gestpkg-1.2/gestpkg.desktop | 11 |
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 |