wok-6.x diff mousepad/receipt @ rev 20303
Add grub2-efi-modules (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 04 15:44:38 2018 +0200 (2018-05-04) |
parents | 5d53e8ccbc8d |
children | a78610b2eb47 |
line diff
1.1 --- a/mousepad/receipt Thu Jan 08 02:04:05 2015 +0200 1.2 +++ b/mousepad/receipt Fri May 04 15:44:38 2018 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mousepad" 1.7 -VERSION="0.2.16" 1.8 +VERSION="0.3.0" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xfce Text Editor" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -11,14 +11,12 @@ 1.13 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL" 1.14 TAGS="text-editor" 1.15 1.16 -DEPENDS="libxfcegui4 libxfce4util startup-notification xorg-libXdamage util-linux-uuid" 1.17 -BUILD_DEPENDS="libxfcegui4-dev libxfce4util-dev intltool startup-notification-dev \ 1.18 - util-linux-uuid-dev gtk+-dev" 1.19 +DEPENDS="gtk+ xorg-libXdamage dbus-glib gtksourceview" 1.20 +BUILD_DEPENDS="intltool gtk+-dev dbus-glib-dev gtksourceview-dev" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 - cd $src 1.26 ./configure --prefix=/usr \ 1.27 --enable-debug=no \ 1.28 --mandir=/usr/share/man $CONFIGURE_ARGS && \ 1.29 @@ -32,7 +30,7 @@ 1.30 1.31 cp -a $install/usr/bin $fs/usr 1.32 cp -a $install/usr/share/locale/fr $fs/usr/share/locale 1.33 - cp -a $install/usr/share/pixmaps $fs/usr/share 1.34 + cp -a $install/usr/share/locale/ru $fs/usr/share/locale 1.35 cp -a $install/usr/share/applications $fs/usr/share 1.36 } 1.37