summaryrefslogtreecommitdiffstats
path: root/mousepad
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /mousepad
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'mousepad')
-rw-r--r--mousepad/.footprint.i68612
-rw-r--r--mousepad/.footprint.x86_6412
-rw-r--r--mousepad/.md5sum.i6861
-rw-r--r--mousepad/.md5sum.x86_641
-rwxr-xr-xmousepad/Pkgfile23
-rw-r--r--mousepad/post-install1
6 files changed, 50 insertions, 0 deletions
diff --git a/mousepad/.footprint.i686 b/mousepad/.footprint.i686
new file mode 100644
index 000000000..c3e2d0b0f
--- /dev/null
+++ b/mousepad/.footprint.i686
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/mousepad
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/mousepad.desktop
+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/mousepad.mo
+drwxr-xr-x root/root usr/share/pixmaps/
+-rw-r--r-- root/root usr/share/pixmaps/mousepad.png
diff --git a/mousepad/.footprint.x86_64 b/mousepad/.footprint.x86_64
new file mode 100644
index 000000000..c3e2d0b0f
--- /dev/null
+++ b/mousepad/.footprint.x86_64
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/mousepad
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/mousepad.desktop
+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/mousepad.mo
+drwxr-xr-x root/root usr/share/pixmaps/
+-rw-r--r-- root/root usr/share/pixmaps/mousepad.png
diff --git a/mousepad/.md5sum.i686 b/mousepad/.md5sum.i686
new file mode 100644
index 000000000..7ebf07c88
--- /dev/null
+++ b/mousepad/.md5sum.i686
@@ -0,0 +1 @@
+d98854edb76d823ac20b266fdf5a64a1 mousepad-0.2.16.tar.bz2
diff --git a/mousepad/.md5sum.x86_64 b/mousepad/.md5sum.x86_64
new file mode 100644
index 000000000..7ebf07c88
--- /dev/null
+++ b/mousepad/.md5sum.x86_64
@@ -0,0 +1 @@
+d98854edb76d823ac20b266fdf5a64a1 mousepad-0.2.16.tar.bz2
diff --git a/mousepad/Pkgfile b/mousepad/Pkgfile
new file mode 100755
index 000000000..56b3a4e22
--- /dev/null
+++ b/mousepad/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Editeur de texte de Xfce
+# URL: http://www.xfce.org/projects/mousepad/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: xorg-libxinerama,xorg-libxrandr,xorg-libxcursor,xorg-libsm,xorg-libxdamage,libxfcegui4,desktop-file-utils
+# Run on: xorg-libxinerama,xorg-libxrandr,xorg-libxcursor,xorg-libsm,xorg-libxdamage,libxfcegui4,desktop-file-utils
+
+name=mousepad
+version=0.2.16
+release=2
+source=(http://archive.xfce.org/src/apps/$name/0.2/$name-$version.tar.bz2)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+}
+
diff --git a/mousepad/post-install b/mousepad/post-install
new file mode 100644
index 000000000..6e2644aca
--- /dev/null
+++ b/mousepad/post-install
@@ -0,0 +1 @@
+update-desktop-database /usr/share/applications