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
5581c095
Commit
5581c095
authored
1 year ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: add SKIPREPACK for packages allowed install nonmodified
parent
a338df39
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
0 deletions
+9
-0
alivecolors.sh
play.d/alivecolors.sh
+1
-0
angie.sh
play.d/angie.sh
+1
-0
assistant.sh
play.d/assistant.sh
+1
-0
common.sh
play.d/common.sh
+1
-0
myoffice.sh
play.d/myoffice.sh
+1
-0
netbeans.sh
play.d/netbeans.sh
+1
-0
okular-csp.sh
play.d/okular-csp.sh
+1
-0
r7-office.sh
play.d/r7-office.sh
+1
-0
trueconf-server.sh
play.d/trueconf-server.sh
+1
-0
No files found.
play.d/alivecolors.sh
View file @
5581c095
#!/bin/sh
PKGNAME
=
alivecolors
SKIPREPACK
=
1
SUPPORTEDARCHES
=
"x86_64"
DESCRIPTION
=
"AliveColors from the official site"
...
...
This diff is collapsed.
Click to expand it.
play.d/angie.sh
View file @
5581c095
#!/bin/sh
PKGNAME
=
angie
SKIPREPACK
=
1
SUPPORTEDARCHES
=
"x86_64 aarch64"
DESCRIPTION
=
"ANGIE (a web server, that was forked from nginx) from the official site"
REPOURL
=
"https://angie.software/"
...
...
This diff is collapsed.
Click to expand it.
play.d/assistant.sh
View file @
5581c095
#!/bin/sh
PKGNAME
=
assistant
SKIPREPACK
=
1
SUPPORTEDARCHES
=
"x86_64 aarch64"
DESCRIPTION
=
"Assistant (Ассистент) from the official site"
...
...
This diff is collapsed.
Click to expand it.
play.d/common.sh
View file @
5581c095
...
...
@@ -229,6 +229,7 @@ is_repacked_package()
fi
if
epm status
--thirdparty
$pkg
;
then
[
-n
"
$SKIPREPACK
"
]
&&
return
0
echo
"Package
$pkg
is already installed, packaged by vendor
$(
epm print field Vendor
for
$pkg
)
."
return
1
fi
...
...
This diff is collapsed.
Click to expand it.
play.d/myoffice.sh
View file @
5581c095
#!/bin/sh
PKGNAME
=
myoffice-standard-home-edition
SKIPREPACK
=
1
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
"MyOffice Standart Home Edition for Linux from the official site"
...
...
This diff is collapsed.
Click to expand it.
play.d/netbeans.sh
View file @
5581c095
#!/bin/sh
PKGNAME
=
apache-netbeans
SKIPREPACK
=
1
#SUPPORTEDARCHES="x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
"Apache NetBeans from the official site"
...
...
This diff is collapsed.
Click to expand it.
play.d/okular-csp.sh
View file @
5581c095
#!/bin/sh
PKGNAME
=
okular-csp
SKIPREPACK
=
1
SUPPORTEDARCHES
=
"x86_64"
DESCRIPTION
=
"Okular GOST (free version) with CryptoPro support from the official site"
REPOURL
=
"http://packages.lab50.net"
...
...
This diff is collapsed.
Click to expand it.
play.d/r7-office.sh
View file @
5581c095
#!/bin/sh
PKGNAME
=
r7-office
SKIPREPACK
=
1
SUPPORTEDARCHES
=
"x86_64"
DESCRIPTION
=
"R7 Office for Linux from the official site"
...
...
This diff is collapsed.
Click to expand it.
play.d/trueconf-server.sh
View file @
5581c095
#!/bin/sh
PKGNAME
=
trueconf-server
SKIPREPACK
=
1
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
"TrueConf server for Linux from the official site"
...
...
This diff is collapsed.
Click to expand it.
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