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
f7ec8fdc
Commit
f7ec8fdc
authored
Jan 18, 2025
by
Boris Yumankulov
Committed by
Vitaly Lipatov
Jan 18, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play: added yandex-disk-indicator (eterbug #17976)
parent
750c105a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
62 additions
and
0 deletions
+62
-0
yandex-disk-indicator.sh
pack.d/yandex-disk-indicator.sh
+26
-0
yandex-disk-indicator.sh
play.d/yandex-disk-indicator.sh
+18
-0
yandex-disk-indicator.sh
repack.d/yandex-disk-indicator.sh
+18
-0
No files found.
pack.d/yandex-disk-indicator.sh
0 → 100644
View file @
f7ec8fdc
#!/bin/sh
TAR
=
"
$1
"
RETURNTARNAME
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
# yandex-disk-indicator-1.12.2.tar.gz
BASENAME
=
$(
basename
$TAR
.tar.gz
)
VERSION
=
$(
echo
"
$BASENAME
"
|
sed
-e
's|^yandex-disk-indicator-||'
)
erc unpack
$TAR
||
fatal
cd
*
||
fatal
export
TARGET
=
"usr"
mkdir
"usr"
cd
build
chmod
+x prepare.sh
sh prepare.sh
PKGNAME
=
$PRODUCT
-
$VERSION
erc pack
$PKGNAME
.tar usr
||
fatal
return_tar
$PKGNAME
.tar
play.d/yandex-disk-indicator.sh
0 → 100755
View file @
f7ec8fdc
#!/bin/sh
PKGNAME
=
yandex-disk-indicator
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
"Panel indicator (GUI) for YandexDisk CLI client for Linux"
URL
=
"https://github.com/slytomcat/yandex-disk-indicator"
.
$(
dirname
$0
)
/common.sh
if
[
"
$VERSION
"
=
"*"
]
;
then
# Get latest version from vendor
VERSION
=
"
$(
get_github_tag https://github.com/slytomcat/yandex-disk-indicator
)
"
fi
PKGURL
=
"https://github.com/slytomcat/yandex-disk-indicator/archive/
$VERSION
.tar.gz"
install_pack_pkgurl
repack.d/yandex-disk-indicator.sh
0 → 100755
View file @
f7ec8fdc
#!/bin/sh -x
# It will run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
.
$(
dirname
$0
)
/common.sh
add_conflicts yandex-disk-indicator
add_provides
"yandex-disk-indicator = %version"
add_libs_requires
add_unirequires
"typelib(AyatanaAppIndicator3)"
if
!
epm qa |
grep
'yandex-disk'
|
grep
-v
'indicator'
;
then
epm play yandex-disk
fi
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