slack.paketlendi
This commit is contained in:
parent
4ef7efde1d
commit
24099bcc85
|
@ -0,0 +1,12 @@
|
|||
[Desktop Entry]
|
||||
Name=Slack
|
||||
Comment=Slack Desktop
|
||||
Comment[tr]=Slack Masaüstü
|
||||
GenericName=Slack Client for Linux
|
||||
GenericName[tr]=Linux için Slack istemcisi
|
||||
Exec=slack --disable-gpu %U
|
||||
Icon=slack
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Categories=Network;InstantMessaging;
|
||||
MimeType=x-scheme-handler/slack;
|
|
@ -0,0 +1,20 @@
|
|||
# Description: Linux için Slack masaüstü uygulaması
|
||||
# URL: https://slack.com/apps
|
||||
# Packager: yasarciv67@gmail.com
|
||||
# Depends on: gconf gtk2 expat hunspell libgcrypt nss xorg-libxtst libnotify xdg-utils xorg-libxscrnsaver alsa-lib libgnome-keyring
|
||||
|
||||
name=slack
|
||||
version=2.5.2
|
||||
release=1
|
||||
source=(https://slack-ssb-updates.global.ssl.fastly.net/linux_releases/slack-desktop-$version-amd64.deb
|
||||
$name.desktop)
|
||||
|
||||
build() {
|
||||
bsdtar -xf $name-desktop-2.5.2-amd64.deb
|
||||
bsdtar -xf data.tar.xz
|
||||
mkdir -p $PKG/opt/$name $PKG/usr/bin
|
||||
cp -R usr/lib/$name/* $PKG/opt/$name
|
||||
install -Dm644 $name.desktop $PKG/usr/share/applications/$name.desktop
|
||||
install -Dm644 usr/share/pixmaps/$name.png $PKG/usr/share/icons/hicolor/512x512/apps/$name.png
|
||||
ln -s /opt/$name/$name $PKG/usr/bin/$name
|
||||
}
|
Loading…
Reference in New Issue