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
6f83b908
Commit
6f83b908
authored
Mar 01, 2023
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add epm ei erc to assure erc
parent
eec3a11c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
epm-checkpkg
bin/epm-checkpkg
+1
-1
epm-repack
bin/epm-repack
+3
-3
kyodialog.sh
play.d/kyodialog.sh
+1
-2
No files found.
bin/epm-checkpkg
View file @
6f83b908
...
...
@@ -53,7 +53,7 @@ check_pkg_integrity()
true
;;
*
)
assure_exists erc
assure_exists erc
||
epm ei erc
||
fatal
"erc is not available. can't check the package"
docmd erc
test
"
$PKG
"
&&
return
;;
esac
...
...
bin/epm-repack
View file @
6f83b908
...
...
@@ -245,7 +245,7 @@ __prepare_source_package()
[
-x
"
$alpkg
"
]
||
docmd
chmod
u+x
$verbose
"
$alpkg
"
./
$alpkg
--appimage-extract
||
fatal
alpkg
=
$PKGNAME
-
$VERSION
.tar
assure_exists erc
||
fatal
assure_exists erc
||
epm ei erc
||
fatal
# make a tar for alien
a
=
erc a
$alpkg
squashfs-root
return
...
...
@@ -254,7 +254,7 @@ __prepare_source_package()
__set_version_pkgname
$alpkg
if
[
-n
"
$VERSION
"
]
;
then
# TODO: don't use erc for detect type? then we potentially can skip install it
assure_exists erc
||
fatal
assure_exists erc
||
epm ei erc
||
fatal
pkgtype
=
"
$(
a
=
erc
type
$alpkg
)
"
local
newalpkg
newalpkg
=
$PKGNAME
-
$VERSION
.
$pkgtype
...
...
@@ -265,7 +265,7 @@ __prepare_source_package()
else
newalpkg
=
$PKGNAME
-
$VERSION
.tar
#newalpkg=$(basename $alpkg .$pkgtype).tar
assure_exists erc
||
fatal
assure_exists erc
||
epm ei erc
||
fatal
a
=
erc repack
$alpkg
$newalpkg
||
fatal
fi
if
[
"
$alpkg
"
!=
"
$newalpkg
"
]
;
then
...
...
play.d/kyodialog.sh
View file @
6f83b908
...
...
@@ -9,8 +9,7 @@ DESCRIPTION="KYOCERA Printing Package (Linux Universal Driver)"
URL
=
"https://www.kyoceradocumentsolutions.eu/content/download-center/eu/drivers/all/Linux_Universal_Driver_zip.download.zip"
# FIXME: ALT Linux only
epm assure erc
||
fatal
epm assure erc
||
epm ei erc
||
fatal
PKGDIR
=
"
$(
mktemp
-d
)
"
trap
"rm -fr
$PKGDIR
"
EXIT
...
...
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