diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:38:06 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:38:06 +0200 |
commit | 060a9e5c3fabc2a3416dcc222823908515572514 (patch) | |
tree | ffa79631b317dbecce12313a9cfa3fec3455fd78 /extra | |
parent | 569e6abd8007a1fc0ac21d04f45482a10dcf5e44 (diff) | |
download | nutyx-extra-060a9e5c3fabc2a3416dcc222823908515572514.tar.gz nutyx-extra-060a9e5c3fabc2a3416dcc222823908515572514.tar.bz2 nutyx-extra-060a9e5c3fabc2a3416dcc222823908515572514.tar.xz nutyx-extra-060a9e5c3fabc2a3416dcc222823908515572514.zip |
mousepad dans extra
Diffstat (limited to 'extra')
-rw-r--r-- | extra/mousepad/.footprint.i686 | 12 | ||||
-rw-r--r-- | extra/mousepad/.footprint.x86_64 | 12 | ||||
-rw-r--r-- | extra/mousepad/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/mousepad/.md5sum.x86_64 | 1 | ||||
-rwxr-xr-x | extra/mousepad/Pkgfile | 23 | ||||
-rw-r--r-- | extra/mousepad/post-install | 1 |
6 files changed, 50 insertions, 0 deletions
diff --git a/extra/mousepad/.footprint.i686 b/extra/mousepad/.footprint.i686 new file mode 100644 index 000000000..c3e2d0b0f --- /dev/null +++ b/extra/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/extra/mousepad/.footprint.x86_64 b/extra/mousepad/.footprint.x86_64 new file mode 100644 index 000000000..c3e2d0b0f --- /dev/null +++ b/extra/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/extra/mousepad/.md5sum.i686 b/extra/mousepad/.md5sum.i686 new file mode 100644 index 000000000..7ebf07c88 --- /dev/null +++ b/extra/mousepad/.md5sum.i686 @@ -0,0 +1 @@ +d98854edb76d823ac20b266fdf5a64a1 mousepad-0.2.16.tar.bz2 diff --git a/extra/mousepad/.md5sum.x86_64 b/extra/mousepad/.md5sum.x86_64 new file mode 100644 index 000000000..7ebf07c88 --- /dev/null +++ b/extra/mousepad/.md5sum.x86_64 @@ -0,0 +1 @@ +d98854edb76d823ac20b266fdf5a64a1 mousepad-0.2.16.tar.bz2 diff --git a/extra/mousepad/Pkgfile b/extra/mousepad/Pkgfile new file mode 100755 index 000000000..56b3a4e22 --- /dev/null +++ b/extra/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/extra/mousepad/post-install b/extra/mousepad/post-install new file mode 100644 index 000000000..6e2644aca --- /dev/null +++ b/extra/mousepad/post-install @@ -0,0 +1 @@ +update-desktop-database /usr/share/applications |