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
b5460c33
Commit
b5460c33
authored
Mar 26, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small cleanup
parent
d4ed1c16
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
15 deletions
+14
-15
atom-beta.sh
repack.d/atom-beta.sh
+2
-1
common-chromium-browser.sh
repack.d/common-chromium-browser.sh
+12
-14
No files found.
repack.d/atom-beta.sh
View file @
b5460c33
...
...
@@ -5,6 +5,7 @@ BUILDROOT="$1"
SPEC
=
"
$2
"
PRODUCT
=
atom
PRODUCTDIR
=
/usr/share/atom-beta
# TODO: /usr/share/atom-beta -> /usr/lib64/atom-beta
...
...
@@ -51,5 +52,5 @@ epm install --skip-installed coreutils findutils git-core glib2 grep libalsa lib
libcairo libcups libdbus libdrm libexpat libgbm libgdk-pixbuf libgio libgtk+3 libnspr libnss libpango libsecret
\
libX11 libxcb libXcomposite libXdamage libXext libXfixes libxkbcommon libxkbfile libXrandr
\
sed
/usr/bin/git /usr/bin/node /usr/bin/npm /usr/bin/npx util-linux which xprop
\
node python3
node python3
rpm-build-python3
# enlightenment exo-utils seamonkey
repack.d/common-chromium-browser.sh
View file @
b5460c33
...
...
@@ -43,27 +43,25 @@ copy_icons_to_share()
}
remove_file
()
{
local
file
=
"
$1
"
[
-f
$BUILDROOT
/
$file
]
||
return
rm
-f
$BUILDROOT
/
$file
subst
"s|.*
$file
.*||"
$SPEC
}
cleanup
()
{
subst
'1iAutoProv:no'
$SPEC
# remove cron update
if
[
-r
$BUILDROOT
/etc/cron.daily/
$PRODUCTCUR
]
;
then
rm
-f
$BUILDROOT
/etc/cron.daily/
$PRODUCTCUR
subst
's|.*/etc/cron.daily/.*||'
$SPEC
fi
if
[
-r
$BUILDROOT
/etc/cron.daily/
$PRODUCT
]
;
then
rm
-f
$BUILDROOT
/etc/cron.daily/
$PRODUCT
subst
's|.*/etc/cron.daily/.*||'
$SPEC
fi
remove_file /etc/cron.daily/
$PRODUCTCUR
remove_file /etc/cron.daily/
$PRODUCT
# remove unsupported file
if
[
-r
$BUILDROOT
/usr/share/menu/
*
.menu
]
;
then
rm
-f
$BUILDROOT
/usr/share/menu/
*
.menu
subst
"s|.*/usr/share/menu/.*.menu.*||"
$SPEC
fi
remove_file /usr/share/menu/
$PRODUCT
.menu
}
...
...
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