# HG changeset patch # User Aleksej Bobylev # Date 1357164965 0 # Node ID eceda27fe4a85fe915be1b14a772a2139e6c8a4f # Parent 18dff2eb17c1d9aaeed9b2c142bd7ebff3a1e830 xpad: up 4.1 diff -r 18dff2eb17c1 -r eceda27fe4a8 xpad/receipt --- a/xpad/receipt Wed Jan 02 14:23:17 2013 +0100 +++ b/xpad/receipt Wed Jan 02 22:16:05 2013 +0000 @@ -1,22 +1,22 @@ # SliTaz package receipt. PACKAGE="xpad" -VERSION="4.0" +VERSION="4.1" CATEGORY="utilities" -SHORT_DESC="Desktop note pad using GTK+ toolkit." +SHORT_DESC="Sticky note application for X" MAINTAINER="pankso@slitaz.org" -DEPENDS="gtk+ xorg-libXdamage xorg-libSM" -BUILD_DEPENDS="pkg-config intltool" +WEB_SITE="https://launchpad.net/xpad" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://xpad.sourceforge.net/" -WGET_URL="http://launchpad.net/xpad/trunk/4.0/+download/$TARBALL" -HANDBOOK_URL='http://www.slitaz.org/doc/handbook/utilities.html#xpad' +WGET_URL="https://launchpad.net/xpad/trunk/$VERSION/+download/$TARBALL" +HANDBOOK_URL="http://www.slitaz.org/doc/handbook/utilities.html#xpad" + +DEPENDS="gtk+ util-linux-ng-uuid xorg-libICE xorg-libSM" +BUILD_DEPENDS="gtk+-dev xorg-libSM-dev wget" # Rules to configure and make the package. compile_rules() { - cd $src - ./configure $CONFIGURE_ARGS && + ./configure $CONFIGURE_ARGS && make && make install } diff -r 18dff2eb17c1 -r eceda27fe4a8 xpad/stuff/xpad.desktop --- a/xpad/stuff/xpad.desktop Wed Jan 02 14:23:17 2013 +0100 +++ b/xpad/stuff/xpad.desktop Wed Jan 02 22:16:05 2013 +0000 @@ -1,13 +1,31 @@ [Desktop Entry] -Encoding=UTF-8 -Name=Xpad Sticky Notes -Name[zh_CN]=桌面笔记本 -Name[fr]=Feuille de notes Xpad -Name[pt]=Xpad Anotações -Name[zh_TW]=Xpad 自粘性便條 +Name=Xpad +GenericName=Sticky Notes +GenericName[da]=Selvklæbende noter +GenericName[de]=Klebezettel +GenericName[es]=Notas pegajosas +GenericName[fr]=Notes autocollantes +GenericName[hu]=Ragadós jegyzetek +GenericName[it]=Note Adesive +GenericName[ru]=Cтикеры +GenericName[sv]=Klistriga anteckningar +GenericName[zh_CN]=自粘性备注 +GenericName[zh_TW]=自粘性便條 +Comment=Jot down notes for later +Comment[da]=Krads noter ned til senere brug +Comment[de]=Notizen für später notieren +Comment[es]=Anotar más tarde +Comment[fr]=Garder les notes pour plus tard +Comment[hu]=Jegyzetek felvitele későbbi használatra +Comment[it]=Prendi delle note per più tardi +Comment[pt]=Anotar para mais tarde +Comment[ru]=Заметки/стикеры на вашем рабочем столе +Comment[sv]=Plita ner anteckningar för senare användning +Comment[zh_CN]=简要记录备注以备日后使用 +Comment[zh_TW]=大略記下備註以供之後使用 Exec=xpad +Icon=xpad Terminal=false -Icon=xpad StartupNotify=true StartupWMClass=xpad Type=Application