Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
G
gitter-bin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AUR phnx47
gitter-bin
Commits
902074a8
Verified
Commit
902074a8
authored
Sep 03, 2020
by
Serge K
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix /usr/bin/gitter
parent
30856c38
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.SRCINFO
.SRCINFO
+1
-1
PKGBUILD
PKGBUILD
+3
-3
No files found.
.SRCINFO
View file @
902074a8
pkgbase = gitter-bin
pkgdesc = Where developers come to talk
pkgver = 5.0.1
pkgrel =
1
pkgrel =
2
url = https://gitlab.com/gitlab-org/gitter/desktop/
install = gitter.install
arch = x86_64
...
...
PKGBUILD
View file @
902074a8
...
...
@@ -5,7 +5,7 @@
_pkgname
=
gitter
pkgname
=
gitter-bin
pkgver
=
5.0.1
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
'Where developers come to talk'
url
=
'https://gitlab.com/gitlab-org/gitter/desktop/'
license
=(
'MIT'
)
...
...
@@ -42,11 +42,11 @@ package() {
mkdir
-p
"
$pkgdir
/opt/Gitter/lib"
ln
-sf
/usr/lib/libudev.so.1
"
$pkgdir
/opt/Gitter/lib/libudev.so.0"
if
[
"
$CARCH
"
==
"x86_64"
]
;
then
install
-Dm755
"
$srcdir
/
${
_pkgname
}
_x86_64.sh"
"
$pkgdir
/usr/bin/
$pkgname
"
install
-Dm755
"
$srcdir
/
${
_pkgname
}
_x86_64.sh"
"
$pkgdir
/usr/bin/
$
_
pkgname
"
RPM_BUILD_ROOT
=
"
$pkgdir
"
desktop-file-install
"
$pkgdir
/opt/Gitter/linux64/gitter.desktop"
sed
-e
's#/opt/Gitter/linux64/Gitter#/usr/bin/gitter#'
-i
"
$pkgdir
/usr/share/applications/gitter.desktop"
else
install
-Dm755
"
$srcdir
/
${
_pkgname
}
_i686.sh"
"
$pkgdir
/usr/bin/
$pkgname
"
install
-Dm755
"
$srcdir
/
${
_pkgname
}
_i686.sh"
"
$pkgdir
/usr/bin/
$
_
pkgname
"
RPM_BUILD_ROOT
=
"
$pkgdir
"
desktop-file-install
"
$pkgdir
/opt/Gitter/linux32/gitter.desktop"
sed
-e
's#/opt/Gitter/linux32/Gitter#/usr/bin/gitter#'
-i
"
$pkgdir
/usr/share/applications/gitter.desktop"
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