Moving to only requiring jdk-openjdk for https://archlinux.org/news/incoming-changes-in-jdk-jre-21-packages-may-require-manual-intervention/; some catchup for hooks
This commit is contained in:
parent
dbc22698e2
commit
cb526f0382
12
LICENSE
12
LICENSE
@ -16,12 +16,16 @@
|
|||||||
|
|
||||||
ANINIX ADDENDUM
|
ANINIX ADDENDUM
|
||||||
|
|
||||||
Trademark Pending 2017 (https://aninix.net/irc/)
|
Trademark 2017 (https://aninix.net/)
|
||||||
|
|
||||||
The "AniNIX" name and |> logo is trademark-pending as of 2017. All
|
The "AniNIX" name and |> logo are trademarked as of 2017/11/21.
|
||||||
AniNIX materials can be reproduced and re-used, though you must
|
AniNIX materials may be reproduced and re-used (though you must
|
||||||
contact the admins of the network to get written permission to use
|
contact the admins of the network to get written permission to use
|
||||||
the AniNIX name.
|
the AniNIX name or logo) so long as such reproduction or re-use
|
||||||
|
does not inhibit the original AniNIX use of the same.
|
||||||
|
|
||||||
Attribution is appreciated for other materials but not legally
|
Attribution is appreciated for other materials but not legally
|
||||||
required or necessary.
|
required or necessary.
|
||||||
|
|
||||||
|
"AniNIX" trademark serial: 87177883
|
||||||
|
|> Logo trademark serial: 87177887
|
||||||
|
12
Makefile
12
Makefile
@ -7,24 +7,24 @@ install: clean compile
|
|||||||
mkdir -p ${pkgdir}/opt/aninix/${pkgdirname}/
|
mkdir -p ${pkgdir}/opt/aninix/${pkgdirname}/
|
||||||
install -o root -m 0644 ./HelloWorld* ${pkgdir}/opt/aninix/${pkgdirname}/
|
install -o root -m 0644 ./HelloWorld* ${pkgdir}/opt/aninix/${pkgdirname}/
|
||||||
|
|
||||||
test: compile
|
|
||||||
python3 -m pytest
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
for i in `cat .gitignore`; do /bin/bash -c "rm -Rf $$i"; done
|
for i in `cat .gitignore`; do /bin/bash -c "rm -Rf $$i"; done
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -Rf ${pkgdir}/opt/aninix/${pkgdirname}/
|
rm -Rf ${pkgdir}/opt/aninix/${pkgdirname}/
|
||||||
|
|
||||||
|
test: compile
|
||||||
|
python3 -m pytest
|
||||||
|
|
||||||
|
checkperm:
|
||||||
|
@echo Nothing to do.
|
||||||
|
|
||||||
diff:
|
diff:
|
||||||
@echo Nothing to do.
|
@echo Nothing to do.
|
||||||
|
|
||||||
reverse:
|
reverse:
|
||||||
@echo Nothing to do.
|
@echo Nothing to do.
|
||||||
|
|
||||||
checkperm:
|
|
||||||
@echo Nothing to do.
|
|
||||||
|
|
||||||
c: HelloWorld.c /usr/bin/gcc
|
c: HelloWorld.c /usr/bin/gcc
|
||||||
gcc -o HelloWorld HelloWorld.c
|
gcc -o HelloWorld HelloWorld.c
|
||||||
|
|
||||||
|
2
PKGBUILD
2
PKGBUILD
@ -10,7 +10,7 @@ arch=("x86_64")
|
|||||||
url="https://aninix.net/foundation/${pkgname}"
|
url="https://aninix.net/foundation/${pkgname}"
|
||||||
license=('custom')
|
license=('custom')
|
||||||
groups=()
|
groups=()
|
||||||
depends=('bash>=4.4' 'php' 'perl' 'jdk-openjdk>=18.0.1.1.u2-1' 'jre-openjdk-headless>=18.0.1.1.u2-1' 'python>=3.7')
|
depends=('bash>=4.4' 'php' 'perl' 'jdk-openjdk>=20.0.2.u9-3' 'python>=3.7')
|
||||||
makedepends=('make>=4.2' 'mono>5.0.0' 'gcc' 'python-pytest')
|
makedepends=('make>=4.2' 'mono>5.0.0' 'gcc' 'python-pytest')
|
||||||
checkdepends=()
|
checkdepends=()
|
||||||
optdepends=()
|
optdepends=()
|
||||||
|
Loading…
Reference in New Issue
Block a user