summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDebendra Oli2023-10-04 14:56:25 +0545
committerDebendra Oli2023-10-04 14:56:25 +0545
commitd58f0ab8deb5c2139e8564a327ee0248ec14a525 (patch)
treeafb42190064bdfce6d15680f32d39a6bd3ad066f
parent9dfbd1328185bde8e33ebd6c85c4708baf233f87 (diff)
downloadaur-d58f0ab8deb5c2139e8564a327ee0248ec14a525.tar.gz
fix: depends packages
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD11
2 files changed, 4 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d2e174a7e69..7afaaafce2ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,11 +7,12 @@ pkgbase = telegram-desktop-bin
arch = x86_64
license = GPL3
makedepends = chrpath
- depends = desktop-file-utils
+ depends = fontconfig
depends = glib2
depends = hicolor-icon-theme
- depends = libdbus
+ depends = glibc
depends = libx11
+ depends = freetype2
optdepends = libappindicator-gtk2: to hide Telegram in the tray bar in GTK2-based desktop environment
optdepends = libappindicator-gtk3: to hide Telegram in the tray bar in GTK3-based desktop environment
optdepends = xdg-utils: for automatic opening of URLs, files and directories in proper applications
diff --git a/PKGBUILD b/PKGBUILD
index a85569868d02..4a9197c056bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,13 +12,7 @@ pkgdesc="Official desktop version of Telegram messaging app - Static binaries"
arch=(x86_64)
url="https://github.com/telegramdesktop/tdesktop"
license=(GPL3)
-depends=(
- desktop-file-utils
- glib2
- hicolor-icon-theme
- libdbus
- libx11
-)
+depends=(fontconfig glib2 hicolor-icon-theme glibc libx11 freetype2)
makedepends=(
chrpath
)
@@ -53,9 +47,6 @@ sha256sums=('32d1597d67a7ef519367e499fcc978da4cce104e370b3787853446d93b1533d6'
install="$pkgname.install"
package() {
-
- cd "$srcdir/"
-
# Creating needed directories
install -dm755 "$pkgdir/usr/bin"
install -dm755 "$pkgdir/usr/share/pixmaps/"