summaryrefslogtreecommitdiffstats
path: root/lxshortcut
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-25 22:50:13 +0100
committertnut <tnut at nutyx dot com>2012-01-25 22:50:13 +0100
commitacd5faa434201c30f6557057f1c83da0e03c1961 (patch)
tree911ff4abff28a2ec0f7dac424d30becf85eecfd9 /lxshortcut
parentbcf1a74f02f731bc29c17bbc478f1cf95a55b64a (diff)
downloadnutyx-extra-acd5faa434201c30f6557057f1c83da0e03c1961.tar.gz
nutyx-extra-acd5faa434201c30f6557057f1c83da0e03c1961.tar.bz2
nutyx-extra-acd5faa434201c30f6557057f1c83da0e03c1961.tar.xz
nutyx-extra-acd5faa434201c30f6557057f1c83da0e03c1961.zip
ajout lxshortcut
Diffstat (limited to 'lxshortcut')
-rw-r--r--lxshortcut/.footprint.i68611
-rw-r--r--lxshortcut/.footprint.x86_6411
-rw-r--r--lxshortcut/.md5sum.i6861
-rw-r--r--lxshortcut/.md5sum.x86_641
-rw-r--r--lxshortcut/Pkgfile23
5 files changed, 47 insertions, 0 deletions
diff --git a/lxshortcut/.footprint.i686 b/lxshortcut/.footprint.i686
new file mode 100644
index 000000000..40b37a384
--- /dev/null
+++ b/lxshortcut/.footprint.i686
@@ -0,0 +1,11 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/lxshortcut
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/lxshortcut.mo
+drwxr-xr-x root/root usr/share/lxshortcut/
+-rw-r--r-- root/root usr/share/lxshortcut/choose-icon.ui
+-rw-r--r-- root/root usr/share/lxshortcut/lxshortcut.ui
diff --git a/lxshortcut/.footprint.x86_64 b/lxshortcut/.footprint.x86_64
new file mode 100644
index 000000000..40b37a384
--- /dev/null
+++ b/lxshortcut/.footprint.x86_64
@@ -0,0 +1,11 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/lxshortcut
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/lxshortcut.mo
+drwxr-xr-x root/root usr/share/lxshortcut/
+-rw-r--r-- root/root usr/share/lxshortcut/choose-icon.ui
+-rw-r--r-- root/root usr/share/lxshortcut/lxshortcut.ui
diff --git a/lxshortcut/.md5sum.i686 b/lxshortcut/.md5sum.i686
new file mode 100644
index 000000000..9fd9b13c7
--- /dev/null
+++ b/lxshortcut/.md5sum.i686
@@ -0,0 +1 @@
+72f0dfafa8098be853beae6e33b5e13b lxshortcut-0.1.2.tar.gz
diff --git a/lxshortcut/.md5sum.x86_64 b/lxshortcut/.md5sum.x86_64
new file mode 100644
index 000000000..9fd9b13c7
--- /dev/null
+++ b/lxshortcut/.md5sum.x86_64
@@ -0,0 +1 @@
+72f0dfafa8098be853beae6e33b5e13b lxshortcut-0.1.2.tar.gz
diff --git a/lxshortcut/Pkgfile b/lxshortcut/Pkgfile
new file mode 100644
index 000000000..f78881459
--- /dev/null
+++ b/lxshortcut/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Gestionnaire de raccourcis pour lxde
+# URL: http://lxde.org/
+# Maintainer: Martin Bagge
+# Packager: geantbrun at gmail dot com
+# Depends on: gtk
+# Run on: gtk
+
+name=lxshortcut
+version=0.1.2
+release=1
+
+source=(http://downloads.sourceforge.net/lxde/files/$name-$version.tar.gz)
+
+
+build() {
+cd $name-$version
+./configure --prefix=/usr
+
+make
+make DESTDIR=$PKG install
+}
+
+