Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] epson-printer-utility #3110

Open
SteavenGamerYT opened this issue Apr 11, 2024 · 2 comments
Open

[Request] epson-printer-utility #3110

SteavenGamerYT opened this issue Apr 11, 2024 · 2 comments
Labels
request:new-pkg New package requested. waiting:misc Waiting for something else to occur waiting:upstream-fix Waiting for fix in AUR or in the project iself.

Comments

@SteavenGamerYT
Copy link

Package:

https://aur.archlinux.org/packages/epson-printer-utility

Purpose:

Manage Epson Printers

Benefits:

Manage Epson Printers

Like check ink, ete

Building:

<div class="content" style="margin: 0px; padding: 2em; border-bottom: 3px solid rgb(204, 204, 204); color: rgb(51, 51, 51); font-family: sans-serif; font-size: 13.3333px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">
# Maintainer: darkelectron <darkelectron(at)mailfence.com> # Maintainer: Lukas Michel <lgm(dot)aur(at)outlook(dot)de # Contributor: Uladzimir Panasiuk <v.s.panasyuk+AUR(at)gmail.com> pkgname=epson-printer-utility pkgver=1.1.3 pkgrel=1 pkgdesc='This is a Printer Utility program for Epson. Using this software, you can check ink levels, view error and other status... on EPSON Printers.' arch=('x86_64') url='http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX' license=('LGPL' 'custom:Epson License Agreement') options=('strip') depends=('qt5-base' 'ld-lsb=3') install="$pkgname.install" source=("https://download3.ebz.epson.net/dsc/f/03/00/15/43/23/b85f4cf2956db3dd768468b418b964045c047b2c/${pkgname}_${pkgver}-1_amd64.deb"   'ecbd.service'   'LICENSE'   'AVASYSPL.en.txt'   "$pkgname.install"   "$pkgname.desktop") sha256sums=('99cd93cbd5e9ea794525edde188ec34296c1877ef4b9d8b0328eb0a3745f14c1'             '8cc99a3e68b3367f4a78c05b93fdbbdcded13302fac72daf20b5a0ec9c6c9d55'             'e1bb0ade3e05ab06adcdecc117d2243612419b2b959c46c70db08885a4670c9e'             'd9d156980047833ed7a5841b4fd92f6bed0146480748d8a595b8e6d0a2cd004c'             '41d8ac5e491eebd1b2cd6e6cf48ca9d5641dd28c3cf9885bb4263aec31fd03a0'             '6b1a03f8924c149e926d3071d111549f32c134a4fdebe00b3bfe4585e4b70e94')  prepare() { 	[ -d data ] && rm -rf data 	mkdir data 	cd data 	for datatar in ../data.tar.*; do 		echo "Unpacking $datatar" 		tar -xf $datatar 	done }  package() { 	mkdir -p $pkgdir/opt/$pkgname 	cp -dr --no-preserve=ownership,mode $srcdir/data/opt/$pkgname/{lib,resource} $pkgdir/opt/$pkgname 	install -Dm 755 $srcdir/data/opt/$pkgname/bin/$pkgname $pkgdir/opt/$pkgname/bin/$pkgname  	#mkdir -p $pkgdir/usr/lib/ 	#cp -dr --no-preserve=ownership,mode $srcdir/data/usr/lib/cups $pkgdir/usr/lib/  	install -Dm 755 $srcdir/data/usr/lib/epson-backend/ecbd $pkgdir/opt/$pkgname/lib/epson-backend/ecbd  	mkdir -p $pkgdir/usr/bin 	ln -s /opt/$pkgname/bin/$pkgname $pkgdir/usr/bin/$pkgname  	install -Dm644 $srcdir/ecbd.service $pkgdir/usr/lib/systemd/system/ecbd.service 	install -Dm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop  	for f in LICENSE AVASYSPL.en.txt; do 		install -Dm644 $srcdir/$f $pkgdir/usr/share/licenses/$pkgname/$f 	done }
--


</div><div id="footer" style="clear: both; margin: 0px; color: rgb(51, 51, 51); font-family: sans-serif; font-size: 13.3333px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;"><br class="Apple-interchange-newline">

Copyright:

LGPL
custom:Epson License Agreement

Expected Interest:

Some

Already available?

No

Unique request?

Yes

Banned package?

No

More information:

No response

@SteavenGamerYT SteavenGamerYT added the request:new-pkg New package requested. label Apr 11, 2024
@Technetium1 Technetium1 added the waiting:misc Waiting for something else to occur label Apr 11, 2024
@Technetium1
Copy link
Member

I'd like to run debtap on the source to see if any other dependencies are recognized, especially due to the pinned comment

@Technetium1 Technetium1 added the waiting:upstream-fix Waiting for fix in AUR or in the project iself. label Jul 3, 2024
@Technetium1
Copy link
Member

They still haven't moved to Qt 6, so this is very unlikely to be added before the migration to v4. See #3157

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request:new-pkg New package requested. waiting:misc Waiting for something else to occur waiting:upstream-fix Waiting for fix in AUR or in the project iself.
Development

No branches or pull requests

2 participants