Compare commits

...

1 Commits

Author SHA1 Message Date
madonuko 1a0ff3e3cb add: telegram-desktop 2025-10-20 17:06:54 +08:00
3 changed files with 37 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "telegram-desktop.spec"
}
}
@@ -0,0 +1,32 @@
Name: telegram-desktop
Version: 6.2.3
Release: 1%?dist
Summary: Telegram Desktop messaging app
License: GPL-3.0-or-later WITH OpenSSL-exception
URL: https://desktop.telegram.org
Packager: madonuko <mado@fyralabs.com>
BuildRequires: boost-regex
BuildRequires: cmake
BuildRequires: cmake(ada)
BuildRequires: cmake(Qt6Core)
BuildRequires: cmake(OpenAL)
BuildRequires: cmake(KF6CoreAddons)
BuildRequires: pkgconfig(protobuf)
BuildRequires: pkgconfig(opus)
%description
%summary.
%prep
%git_clone https://github.com/telegramdesktop/tdesktop v%version
%build
%cmake -DTD_E2E_ONLY=ON -DDESKTOP_APP_DISABLE_AUTOUPDATE=ON
%cmake_build
%install
%cmake_install
%files
%doc README.md changelog.txt
%license LICENSE LEGAL