Search Criteria
Package Details: demoneditor-bin 3.11.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/demoneditor-bin.git (read-only, click to copy) |
---|---|
Package Base: | demoneditor-bin |
Description: | Enigma2 channel and satellite list editor. |
Upstream URL: | https://dyefremov.github.io/DemonEditor/ |
Licenses: | MIT |
Submitter: | hawkeye116477 |
Maintainer: | hawkeye116477 |
Last Packager: | hawkeye116477 |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2021-01-23 21:45 (UTC) |
Last Updated: | 2025-01-22 18:23 (UTC) |
Dependencies (6)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-gobject
- python-requests
- python-chardet (optional)
- python-pillow (python-pillow-simd-gitAUR) (optional)
Latest Comments
sn0 commented on 2025-01-29 13:45 (UTC)
Would it make sense to add "python-telnetlib-313-and-up" as dependency? Because installing it helped me to fix this python3 error: "ModuleNotFoundError: No module named 'telnetlib'"
See same issue here: https://github.com/DYefremov/DemonEditor/issues/218
archie82 commented on 2024-10-15 18:05 (UTC)
For anyone willing to update their version to 3.11.0 replace the content of PKGBUILD with the below
Maintainer: hawkeye116477 <hawkeye116477 at gmail.com>
_pkgname=DemonEditor pkgname=demoneditor-bin pkgver=3.11.0 pkgrel=1 pkgdesc="Enigma2 channel and satellite list editor." url="https://dyefremov.github.io/DemonEditor/" license=('MIT') depends=('python>=3.6' 'gtk3>=3.22' 'python-gobject' 'python-requests') optdepends=('python-pillow' 'python-chardet') arch=('any') source=( "https://github.com/DYefremov/$_pkgname/releases/download/$pkgver-b$pkgrel/$_pkgname-$pkgver-Beta.deb" "https://raw.githubusercontent.com/DYefremov/DemonEditor/$pkgver-b$pkgrel/LICENSE" ) sha256sums=('70f4a6e9c1c41b53cf695231d82b7e95ffb7528b49707201c64bdeec2f746738' '2209a6597b6e8662386512435ffce07289926d496e7782c930285fcf9879deb6')
prepare() { tar -xf data.tar.xz }
package() { cd "$srcdir" cp -R "$srcdir"/usr "$pkgdir"/ install -Dm644 "$srcdir"/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }
Cheers Archie82
vpont commented on 2023-02-05 06:42 (UTC)
@hawkeye116477 Can you please update? There have been several releases since 3.1.0 Thank you!