remind: updated to version 04.03.01

This commit is contained in:
Juergen Daubert 2024-03-01 09:24:56 +01:00
parent 015c88e3fc
commit 20c08c4a66
3 changed files with 12 additions and 7 deletions

View File

@ -3,14 +3,12 @@ drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/rem -> remind
-rwxr-xr-x root/root usr/bin/rem2ps
-rwxr-xr-x root/root usr/bin/remind
-rwxr-xr-x root/root usr/bin/tkremind
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/rem.1.gz
-rw-r--r-- root/root usr/share/man/man1/rem2ps.1.gz
-rw-r--r-- root/root usr/share/man/man1/remind.1.gz
-rw-r--r-- root/root usr/share/man/man1/tkremind.1.gz
drwxr-xr-x root/root usr/share/remind/
-rw-r--r-- root/root usr/share/remind/ansitext.rem
drwxr-xr-x root/root usr/share/remind/holidays/
@ -22,6 +20,7 @@ drwxr-xr-x root/root usr/share/remind/holidays/
-rw-r--r-- root/root usr/share/remind/holidays/us.rem
drwxr-xr-x root/root usr/share/remind/lang/
-rw-r--r-- root/root usr/share/remind/lang/auto.rem
-rw-r--r-- root/root usr/share/remind/lang/ca.rem
-rw-r--r-- root/root usr/share/remind/lang/da.rem
-rw-r--r-- root/root usr/share/remind/lang/de.rem
-rw-r--r-- root/root usr/share/remind/lang/en.rem

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xt4VAHYjmrdpmWk6lSRDRvr5DxVlGTnEUezSPpn+atLz9hFszjtmv9vE77xXjZBXq8feg3JJss5N+ylnd/OpAE=
SHA256 (Pkgfile) = 1c749ba5719116fa49283f7edbccd015287b29fc0235d8f286ff0030b1de10ae
SHA256 (.footprint) = 237bdc9efc0edb4d14690c95c722b6c53a77476dbef8f68dc775c9ea794562dc
SHA256 (remind-04.02.09.tar.gz) = 64468460b405a705dfa7b38db14b7823f10da8f003aeea281517ddb4986b872a
RWSagIOpLGJF3+pbHenoO5uEQB6XKobX1K4AuDMmgqCfje/FoUrUciCn/dA060w7O+2oIXc7jdH4cJSvPH8jgP1Ile/m3WJRsQc=
SHA256 (Pkgfile) = 94ec4a9d4d5345ea2877ead5ae8d50e4c2ba86bdb9e2b446985ea0a7aaaacf9e
SHA256 (.footprint) = a1cccbd959657c8d8c44166334e99eae45fc27c66f8fb07453a796897062df4d
SHA256 (remind-04.03.01.tar.gz) = b619a370d59ad6de2c1d04d4bba368b5b4e14c9eac72aaddfd4581a842ded4d3

View File

@ -3,13 +3,19 @@
# Maintainer: Juergen Daubert, jue at crux dot nu
name=remind
version=04.02.09
version=04.03.01
release=1
source=(https://dianne.skoll.ca/projects/$name/download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
# remove tkremind
rm $PKG/usr/{bin/tkremind,share/man/man1/tkremind.1}
rm -r $PKG/usr/{applications,icons}
}