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
97f1062a
Commit
97f1062a
authored
Apr 02, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play r7-office-organizer*: fix removing on ALT (fix package name)
parent
f86ded58
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
0 deletions
+19
-0
pkgallowscripts.list
etc/pkgallowscripts.list
+3
-0
r7-office-organizer-pro.sh
play.d/r7-office-organizer-pro.sh
+8
-0
r7-office-organizer.sh
play.d/r7-office-organizer.sh
+8
-0
No files found.
etc/pkgallowscripts.list
View file @
97f1062a
...
@@ -4,6 +4,9 @@
...
@@ -4,6 +4,9 @@
myoffice-*
myoffice-*
r7-office
r7-office
r7-office-organizer
r7-office-organizer
r7-office-organizer_pro
# ALT hack
r7organizer
lsb-cprocsp-*
lsb-cprocsp-*
cprocsp-*
cprocsp-*
# vendor: SAFIB
# vendor: SAFIB
...
...
play.d/r7-office-organizer-pro.sh
View file @
97f1062a
...
@@ -6,6 +6,13 @@ VERSION="$2"
...
@@ -6,6 +6,13 @@ VERSION="$2"
DESCRIPTION
=
"R7 Office Organizer Pro for Linux from the official site"
DESCRIPTION
=
"R7 Office Organizer Pro for Linux from the official site"
URL
=
"https://r7-office.ru/downloadorganizer"
URL
=
"https://r7-office.ru/downloadorganizer"
# fixme: global epm is used
case
$(
epm print info
-e
)
in
ALTLinux/
*
)
PKGNAME
=
"r7organizer"
;;
esac
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
# hack with release part
# hack with release part
...
@@ -28,6 +35,7 @@ case $(epm print info -e) in
...
@@ -28,6 +35,7 @@ case $(epm print info -e) in
;;
;;
ALTLinux/
*
)
ALTLinux/
*
)
mask
=
"alt/r7organizer_pro-
${
VERSION
}
_altlinux.x86_64.rpm"
mask
=
"alt/r7organizer_pro-
${
VERSION
}
_altlinux.x86_64.rpm"
#override_pkgname "r7organizer"
;;
;;
esac
esac
...
...
play.d/r7-office-organizer.sh
View file @
97f1062a
...
@@ -6,6 +6,13 @@ VERSION="$2"
...
@@ -6,6 +6,13 @@ VERSION="$2"
DESCRIPTION
=
"R7 Office Organizer for Linux from the official site"
DESCRIPTION
=
"R7 Office Organizer for Linux from the official site"
URL
=
"https://r7-office.ru/downloadorganizer"
URL
=
"https://r7-office.ru/downloadorganizer"
# fixme: global epm is used
case
$(
epm print info
-e
)
in
ALTLinux/
*
)
PKGNAME
=
"r7organizer"
;;
esac
.
$(
dirname
$0
)
/common.sh
.
$(
dirname
$0
)
/common.sh
# TODO: add repack with conflicts to r7-office-organizer, r7-organizer-pro
# TODO: add repack with conflicts to r7-office-organizer, r7-organizer-pro
...
@@ -33,6 +40,7 @@ case $(epm print info -e) in
...
@@ -33,6 +40,7 @@ case $(epm print info -e) in
# ;;
# ;;
ALTLinux/
*
)
ALTLinux/
*
)
mask
=
"alt/r7organizer-
${
VERSION
}
_altlinux.x86_64.rpm"
mask
=
"alt/r7organizer-
${
VERSION
}
_altlinux.x86_64.rpm"
#override_pkgname "r7organizer"
;;
;;
esac
esac
...
...
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