wok-next rev 21167
Update/rename gitmail -> ghostinthemail
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Mar 25 12:21:14 2019 +0200 (2019-03-25) |
parents | 06f83e7bab65 |
children | 95f9029e5fac |
files | ghostinthemail/description.txt ghostinthemail/receipt ghostinthemail/stuff/gitmail.desktop gitmail/receipt gitmail/stuff/gitmail.desktop |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ghostinthemail/description.txt Mon Mar 25 12:21:14 2019 +0200 1.3 @@ -0,0 +1,3 @@ 1.4 +Ghost In The Mail is a very basic mail client for Linux, written in C, for GTK. 1.5 +It supports attached files. The user can specify the SMTP server, the sender's 1.6 +e-mail, and the name.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/ghostinthemail/receipt Mon Mar 25 12:21:14 2019 +0200 2.3 @@ -0,0 +1,29 @@ 2.4 +# SliTaz package receipt v2. 2.5 + 2.6 +ORIGIN="GhostInTheMail" 2.7 +PACKAGE="ghostinthemail" 2.8 +VERSION="0.5" 2.9 +CATEGORY="network" 2.10 +SHORT_DESC="Ghost In The Mail - simple mail client" 2.11 +MAINTAINER="devel@slitaz.org" 2.12 +LICENSE="GPL2" 2.13 +WEB_SITE="http://gitmail.sourceforge.net/" 2.14 + 2.15 +TARBALL="$ORIGIN-$VERSION.tar.gz" 2.16 +WGET_URL="$SF_MIRROR/gitmail/$TARBALL" 2.17 + 2.18 +BUILD_DEPENDS="gtk2-dev gettext gfortran" 2.19 + 2.20 +compile_rules() { 2.21 + export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lpthread" 2.22 + 2.23 + ./configure $CONFIGURE_ARGS && 2.24 + fix libtool && 2.25 + make && 2.26 + make \ 2.27 + DESTDIR=$install \ 2.28 + gitmaildocdir=/usr/share/doc/GhostInTheMail \ 2.29 + install 2.30 +} 2.31 + 2.32 +DEPENDS="atk gdk-pixbuf glib gtk2"
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/ghostinthemail/stuff/gitmail.desktop Mon Mar 25 12:21:14 2019 +0200 3.3 @@ -0,0 +1,6 @@ 3.4 +[Desktop Entry] 3.5 +Type=Application 3.6 +Name=Ghost In The Mail 3.7 +Exec=gitmail 3.8 +Icon=mail-message-new 3.9 +Categories=Network;
4.1 --- a/gitmail/receipt Mon Mar 25 11:19:27 2019 +0200 4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 4.3 @@ -1,33 +0,0 @@ 4.4 -# SliTaz package receipt v2. 4.5 - 4.6 -PACKAGE="gitmail" 4.7 -VERSION="0.4" 4.8 -CATEGORY="network" 4.9 -SHORT_DESC="Ghost In The Mail - simple mail client" 4.10 -MAINTAINER="devel@slitaz.org" 4.11 -LICENSE="GPL2" 4.12 -WEB_SITE="http://gitmail.sourceforge.net/" 4.13 - 4.14 -TARBALL="$PACKAGE-$VERSION.tar.gz" 4.15 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 4.16 - 4.17 -BUILD_DEPENDS="gtk2-dev" 4.18 - 4.19 -COOKOPTS="skip-log-errors" 4.20 - 4.21 -compile_rules() { 4.22 - export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lpthread" 4.23 - 4.24 - ./configure $CONFIGURE_ARGS && 4.25 - fix libtool && 4.26 - make && 4.27 - make \ 4.28 - DESTDIR=$install \ 4.29 - gitmaildocdir=/usr/share/doc/GhostInTheMail \ 4.30 - install 4.31 -} 4.32 - 4.33 -genpkg_rules() { 4.34 - copy @std 4.35 - DEPENDS="gtk2 libxdamage" 4.36 -}
5.1 --- a/gitmail/stuff/gitmail.desktop Mon Mar 25 11:19:27 2019 +0200 5.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 5.3 @@ -1,7 +0,0 @@ 5.4 -[Desktop Entry] 5.5 -Encoding=UTF-8 5.6 -Name=Ghost In The Mail 5.7 -Exec=gitmail 5.8 -Icon=mail-message-new 5.9 -Type=Application 5.10 -Categories=Network;