wok rev 13752

xpad: up 4.1
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 02 22:16:05 2013 +0000 (2013-01-02)
parents 18dff2eb17c1
children d8b4a8ab0632
files xpad/receipt xpad/stuff/xpad.desktop
line diff
     1.1 --- a/xpad/receipt	Wed Jan 02 14:23:17 2013 +0100
     1.2 +++ b/xpad/receipt	Wed Jan 02 22:16:05 2013 +0000
     1.3 @@ -1,22 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xpad"
     1.7 -VERSION="4.0"
     1.8 +VERSION="4.1"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="Desktop note pad using GTK+ toolkit."
    1.11 +SHORT_DESC="Sticky note application for X"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13 -DEPENDS="gtk+ xorg-libXdamage xorg-libSM"
    1.14 -BUILD_DEPENDS="pkg-config intltool"
    1.15 +WEB_SITE="https://launchpad.net/xpad"
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="http://xpad.sourceforge.net/"
    1.18 -WGET_URL="http://launchpad.net/xpad/trunk/4.0/+download/$TARBALL"
    1.19 -HANDBOOK_URL='http://www.slitaz.org/doc/handbook/utilities.html#xpad'
    1.20 +WGET_URL="https://launchpad.net/xpad/trunk/$VERSION/+download/$TARBALL"
    1.21 +HANDBOOK_URL="http://www.slitaz.org/doc/handbook/utilities.html#xpad"
    1.22 +
    1.23 +DEPENDS="gtk+ util-linux-ng-uuid xorg-libICE xorg-libSM"
    1.24 +BUILD_DEPENDS="gtk+-dev xorg-libSM-dev wget"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	cd $src
    1.30 -	./configure $CONFIGURE_ARGS && 
    1.31 +	./configure $CONFIGURE_ARGS &&
    1.32  	make && make install
    1.33  }
    1.34  
     2.1 --- a/xpad/stuff/xpad.desktop	Wed Jan 02 14:23:17 2013 +0100
     2.2 +++ b/xpad/stuff/xpad.desktop	Wed Jan 02 22:16:05 2013 +0000
     2.3 @@ -1,13 +1,31 @@
     2.4  [Desktop Entry]
     2.5 -Encoding=UTF-8
     2.6 -Name=Xpad Sticky Notes
     2.7 -Name[zh_CN]=桌面笔记本
     2.8 -Name[fr]=Feuille de notes Xpad
     2.9 -Name[pt]=Xpad Anotações
    2.10 -Name[zh_TW]=Xpad 自粘性便條
    2.11 +Name=Xpad
    2.12 +GenericName=Sticky Notes
    2.13 +GenericName[da]=Selvklæbende noter
    2.14 +GenericName[de]=Klebezettel
    2.15 +GenericName[es]=Notas pegajosas
    2.16 +GenericName[fr]=Notes autocollantes
    2.17 +GenericName[hu]=Ragadós jegyzetek
    2.18 +GenericName[it]=Note Adesive
    2.19 +GenericName[ru]=Cтикеры
    2.20 +GenericName[sv]=Klistriga anteckningar
    2.21 +GenericName[zh_CN]=自粘性备注
    2.22 +GenericName[zh_TW]=自粘性便條
    2.23 +Comment=Jot down notes for later
    2.24 +Comment[da]=Krads noter ned til senere brug
    2.25 +Comment[de]=Notizen für später notieren
    2.26 +Comment[es]=Anotar más tarde
    2.27 +Comment[fr]=Garder les notes pour plus tard
    2.28 +Comment[hu]=Jegyzetek felvitele későbbi használatra
    2.29 +Comment[it]=Prendi delle note per più tardi
    2.30 +Comment[pt]=Anotar para mais tarde
    2.31 +Comment[ru]=Заметки/стикеры на вашем рабочем столе
    2.32 +Comment[sv]=Plita ner anteckningar för senare användning
    2.33 +Comment[zh_CN]=简要记录备注以备日后使用
    2.34 +Comment[zh_TW]=大略記下備註以供之後使用
    2.35  Exec=xpad
    2.36 +Icon=xpad
    2.37  Terminal=false
    2.38 -Icon=xpad
    2.39  StartupNotify=true
    2.40  StartupWMClass=xpad
    2.41  Type=Application