Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
9a8403d8
Commit
9a8403d8
authored
May 03, 2026
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add pantum-r (drivers for new Pantum series)
parent
72f5a43a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
0 deletions
+45
-0
pantum-r.sh
play.d/pantum-r.sh
+16
-0
pantum-r.sh
repack.d/pantum-r.sh
+29
-0
No files found.
play.d/pantum-r.sh
0 → 100755
View file @
9a8403d8
#!/bin/sh
PKGNAME
=
pantum-r
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
"CUPS and SANE drivers for new Pantum series (cm2100, kanas_r, mx910de_r)"
URL
=
"https://www.pantum.ru/service-and-support/driver/"
.
$(
dirname
$0
)
/common.sh
warn_version_is_not_supported
# 1.0.17-1astra1
PKGURL
=
"https://www.pantum.ru/wp-content/uploads/2025/06/pantum-r_1.0.17-1astra1_amd64.deb_.zip"
install_pack_pkgurl
repack.d/pantum-r.sh
0 → 100755
View file @
9a8403d8
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
PRODUCT
=
pantum-r
.
$(
dirname
$0
)
/common.sh
# pantum-r and pantum share ~69 files (e.g. /etc/sane.d/dll.d/pantum6500)
add_conflicts pantum
if
[
-d
"
$BUILDROOT
/usr/lib/sane"
]
;
then
mkdir
-p
"
$BUILDROOT
/usr/lib64/sane"
for
f
in
"
$BUILDROOT
/usr/lib/sane/"
*
;
do
[
-e
"
$f
"
]
||
continue
name
=
"
$(
basename
"
$f
"
)
"
move_file
"/usr/lib/sane/
$name
"
"/usr/lib64/sane/
$name
"
done
remove_dir /usr/lib/sane
fi
# Debian style duplicates (x86_64-linux-gnu and i386-linux-gnu handled by generic.sh)
remove_dir /usr/lib/aarch64-linux-gnu
remove_dir /usr/lib/arm-linux-gnueabihf
# duplicates main files
remove_dir /usr/local
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment