diff options
Diffstat (limited to 'qtfm')
-rw-r--r-- | qtfm/.footprint.i686 | 24 | ||||
-rw-r--r-- | qtfm/.footprint.x86_64 | 24 | ||||
-rw-r--r-- | qtfm/.md5sum.i686 | 1 | ||||
-rw-r--r-- | qtfm/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | qtfm/Pkgfile | 22 |
5 files changed, 72 insertions, 0 deletions
diff --git a/qtfm/.footprint.i686 b/qtfm/.footprint.i686 new file mode 100644 index 000000000..a7660dc90 --- /dev/null +++ b/qtfm/.footprint.i686 @@ -0,0 +1,24 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/qtfm +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/qtfm.desktop +drwxr-xr-x root/root usr/share/doc/ +drwxr-xr-x root/root usr/share/doc/qtfm/ +-rw-r--r-- root/root usr/share/doc/qtfm/CHANGELOG +-rw-r--r-- root/root usr/share/doc/qtfm/COPYING +-rw-r--r-- root/root usr/share/doc/qtfm/README +drwxr-xr-x root/root usr/share/pixmaps/ +-rw-r--r-- root/root usr/share/pixmaps/qtfm.png +drwxr-xr-x root/root usr/share/qtfm/ +-rw-r--r-- root/root usr/share/qtfm/qtfm_da.qm +-rw-r--r-- root/root usr/share/qtfm/qtfm_de.qm +-rw-r--r-- root/root usr/share/qtfm/qtfm_es.qm +-rw-r--r-- root/root usr/share/qtfm/qtfm_fr.qm +-rw-r--r-- root/root usr/share/qtfm/qtfm_it.qm +-rw-r--r-- root/root usr/share/qtfm/qtfm_pl.qm +-rw-r--r-- root/root usr/share/qtfm/qtfm_ru.qm +-rw-r--r-- root/root usr/share/qtfm/qtfm_sr.qm +-rw-r--r-- root/root usr/share/qtfm/qtfm_zh.qm +-rw-r--r-- root/root usr/share/qtfm/qtfm_zh_TW.qm diff --git a/qtfm/.footprint.x86_64 b/qtfm/.footprint.x86_64 new file mode 100644 index 000000000..a7660dc90 --- /dev/null +++ b/qtfm/.footprint.x86_64 @@ -0,0 +1,24 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/qtfm +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/qtfm.desktop +drwxr-xr-x root/root usr/share/doc/ +drwxr-xr-x root/root usr/share/doc/qtfm/ +-rw-r--r-- root/root usr/share/doc/qtfm/CHANGELOG +-rw-r--r-- root/root usr/share/doc/qtfm/COPYING +-rw-r--r-- root/root usr/share/doc/qtfm/README +drwxr-xr-x root/root usr/share/pixmaps/ +-rw-r--r-- root/root usr/share/pixmaps/qtfm.png +drwxr-xr-x root/root usr/share/qtfm/ +-rw-r--r-- root/root usr/share/qtfm/qtfm_da.qm +-rw-r--r-- root/root usr/share/qtfm/qtfm_de.qm +-rw-r--r-- root/root usr/share/qtfm/qtfm_es.qm +-rw-r--r-- root/root usr/share/qtfm/qtfm_fr.qm +-rw-r--r-- root/root usr/share/qtfm/qtfm_it.qm +-rw-r--r-- root/root usr/share/qtfm/qtfm_pl.qm +-rw-r--r-- root/root usr/share/qtfm/qtfm_ru.qm +-rw-r--r-- root/root usr/share/qtfm/qtfm_sr.qm +-rw-r--r-- root/root usr/share/qtfm/qtfm_zh.qm +-rw-r--r-- root/root usr/share/qtfm/qtfm_zh_TW.qm diff --git a/qtfm/.md5sum.i686 b/qtfm/.md5sum.i686 new file mode 100644 index 000000000..f4cc59f05 --- /dev/null +++ b/qtfm/.md5sum.i686 @@ -0,0 +1 @@ +f3ec357ec11b1dbc67b942580ae14dd3 qtfm-5.4.tar.gz diff --git a/qtfm/.md5sum.x86_64 b/qtfm/.md5sum.x86_64 new file mode 100644 index 000000000..f4cc59f05 --- /dev/null +++ b/qtfm/.md5sum.x86_64 @@ -0,0 +1 @@ +f3ec357ec11b1dbc67b942580ae14dd3 qtfm-5.4.tar.gz diff --git a/qtfm/Pkgfile b/qtfm/Pkgfile new file mode 100644 index 000000000..359278d69 --- /dev/null +++ b/qtfm/Pkgfile @@ -0,0 +1,22 @@ +# Description: Gestionnaire de fichiers léger basé sur QT +# URL: http://www.qtfm.org/ +# Packager: emmanuel at grognet dot fr +# Maintainer: http://www.qtfm.org/ +# Depends on: qt +# Run on: qt + +name=qtfm +version=5.4 +release=1 +source=(http://www.qtfm.org/qtfm-$version.tar.gz) +build () +{ + +cd qtfm-$version + +qmake + +make + +make INSTALL_ROOT=$PKG install +} |