remind: updated to version 04.03.02

This commit is contained in:
Juergen Daubert 2024-03-04 15:18:15 +01:00
parent 41b358531e
commit 6c2193c627
3 changed files with 11 additions and 9 deletions

View File

@ -3,12 +3,18 @@ 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/applications/
-rwxr-xr-x root/root usr/share/applications/tkremind.desktop
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/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/tkremind.png
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/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+pbHenoO5uEQB6XKobX1K4AuDMmgqCfje/FoUrUciCn/dA060w7O+2oIXc7jdH4cJSvPH8jgP1Ile/m3WJRsQc=
SHA256 (Pkgfile) = 94ec4a9d4d5345ea2877ead5ae8d50e4c2ba86bdb9e2b446985ea0a7aaaacf9e
SHA256 (.footprint) = a1cccbd959657c8d8c44166334e99eae45fc27c66f8fb07453a796897062df4d
SHA256 (remind-04.03.01.tar.gz) = b619a370d59ad6de2c1d04d4bba368b5b4e14c9eac72aaddfd4581a842ded4d3
RWSagIOpLGJF35Mmx3gwUNBvGPKYk1uVL1Tf8RDe0KtyagGEuGakw7CViCSrsmyejytADKbGT/dgr62YGQLOFDyHxgVys5Qokws=
SHA256 (Pkgfile) = 0f21a756f3496dd00993dc0e92542921f9a4e52769c30523025db81854454146
SHA256 (.footprint) = 7c828dcac3c3ba4aec7414c42261170da8ecc3659660ff39cdd185078cc5cad5
SHA256 (remind-04.03.02.tar.gz) = b4be4db5bfd12284fd98a71d5359dd068fe91b086d22c4674d5d252fa4a0d55c

View File

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