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
1
Merge Requests
1
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
020eddd1
Commit
020eddd1
authored
Apr 05, 2026
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm play ayugram: switch to rsg245 Arch binary builds (v6.3.10)
parent
5520b1ed
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
21 deletions
+27
-21
ayugram.sh
play.d/ayugram.sh
+4
-3
ayugram-desktop.sh
repack.d/ayugram-desktop.sh
+17
-0
ayugram.sh
repack.d/ayugram.sh
+0
-18
common.sh
repack.d/common.sh
+6
-0
No files found.
play.d/ayugram.sh
View file @
020eddd1
#!/bin/sh
PKGNAME
=
ayugram
PKGNAME
=
ayugram
-desktop
SUPPORTEDARCHES
=
"x86_64"
VERSION
=
"
$2
"
DESCRIPTION
=
"Desktop Telegram client with good customization and Ghost mode"
URL
=
"https://github.com/AyuGram/AyuGramDesktop"
.
$(
dirname
$0
)
/common.sh
PKGURL
=
$(
eget
--list
--latest
https://github.com/nevazno00/AyuGramDesktop-Linux-Binary/releases
"AyuGram-
$VERSION
"
)
PKGURL
=
$(
get_github_url
"rsg245/ayugram-desktop-bin-arch"
"ayugram-desktop-
${
VERSION
}
-*-x86_64.pkg.tar.zst
"
)
install_p
ack_p
kgurl
install_pkgurl
repack.d/ayugram-desktop.sh
0 → 100755
View file @
020eddd1
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
PRODUCT
=
ayugram-desktop
.
$(
dirname
$0
)
/common.sh
# replace old package name
add_conflicts ayugram
add_obsoletes ayugram
# /usr/bin/AyuGram already in package, add lowercase alias
add_bin_link_command ayugram AyuGram
repack.d/ayugram.sh
deleted
100755 → 0
View file @
5520b1ed
#!/bin/sh -x
# It will be run with two args: buildroot spec
BUILDROOT
=
"
$1
"
SPEC
=
"
$2
"
PRODUCT
=
ayugram
PRODUCTCUR
=
AyuGram
PRODUCTDIR
=
/opt/
$PRODUCT
.
$(
dirname
$0
)
/common.sh
# /usr/bin/AyuGram
add_conflicts ayugram-desktop
add_bin_link_command
$PRODUCT
$PRODUCTDIR
/
$PRODUCT
add_bin_link_command
$PRODUCTCUR
$PRODUCT
repack.d/common.sh
View file @
020eddd1
...
...
@@ -466,6 +466,12 @@ add_conflicts()
__add_tag_after_d
"Conflicts:
$*
"
}
add_obsoletes
()
{
[
-n
"
$1
"
]
||
return
__add_tag_after_d
"Obsoletes:
$*
"
}
add_provides
()
{
[
-n
"
$1
"
]
||
return
...
...
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