jerrykuku / luci-theme-argon

Argon is a clean and tidy OpenWrt LuCI theme that allows users to customize their login interface with images or videos. It also supports automatic and manual switching between light and dark modes.
Apache License 2.0
4.13k stars 803 forks source link

Please update package format to the new APK style #532

Open kyogithub opened 2 weeks ago

kyogithub commented 2 weeks ago

Hi!

Great work with Argon theme, It's the most amazing theme out there for Luci!!

As now openwrt is changing the package manager from opkg to APK, could you please update the release files so we can still use the amazing Argon theme?

Related info: https://forum.openwrt.org/t/rfc-announcing-apkwrt/120096 https://github.com/openwrt/packages/issues/23706

famewolf commented 1 week ago

I second this. I'm wanting to install this awesome theme on a new Linksys LN1301.

lightsabata commented 1 week ago

i am also interested by this update

kyogithub commented 1 week ago

I hope this doesn't upset JerryKuKu, I forked the git and updated build script to use snapshot sdk and branch, in the release section of the fork (https://github.com/kyogithub/luci-theme-argon/releases) you can download the APK-style release, I installed it with : apk add --allow-untrusted luci-theme-argon-2.3.1-r20230420.apk and worked just fine.

Again, thanks Jerry for this amazing theme

castillofrancodamian commented 5 days ago

@kyogithub Could you update luci-app-argon-config?

kyogithub commented 5 days ago

@kyogithub Could you update luci-app-argon-config?

Done, install like the theme: apk add --allow-untrusted luci-app-argon-config-1.0-r20230608.apk

https://github.com/kyogithub/luci-app-argon-config/releases

castillofrancodamian commented 4 days ago

@kyogithub I copy the command line to install, which is what I was missing. I was able to compile both packages with the OpenWrt SDK.

famewolf commented 4 days ago

apk add --allow-untrusted luci-app-argon-config-1.0-r20230608.apk

Is there a way to fix this? It's not the packages fault but seems to be an issue after latest updates with apk even just for "apk upgrade"

root@OpenWrt:/tmp# apk add --allow-untrusted luci-app-argon-config-1.0-r20230608.apk ERROR: unable to select packages: sqm-scripts-nss-20240510-r1: error: uninstallable arch: all satisfies: world[sqm-scripts-nss]

kyogithub commented 3 days ago

apk add --allow-untrusted luci-app-argon-config-1.0-r20230608.apk

Is there a way to fix this? It's not the packages fault but seems to be an issue after latest updates with apk even just for "apk upgrade"

root@OpenWrt:/tmp# apk add --allow-untrusted luci-app-argon-config-1.0-r20230608.apk ERROR: unable to select packages: sqm-scripts-nss-20240510-r1: error: uninstallable arch: all satisfies: world[sqm-scripts-nss]

Try this procedure, should work: https://github.com/arix00/openwrt-mx4300/blob/doc/foss-kmod-apk.md