summaryrefslogtreecommitdiff
path: root/gnu/packages/telegram.scm
Commit message (Collapse)AuthorAge
* gnu: rnnoise: Unhide and rename variable.Tobias Geerinckx-Rice2022-08-14
| | | | | | * gnu/packages/xiph.scm (xiph-rnnoise): Rename to… (rnnoise): …this. Adjust all users. [properties]: Remove HIDDEN? property as it is no longer ambiguous.
* gnu: qttools: Rename to qttools-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
* gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer2022-07-31
| | | | | | | | This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
* gnu: Remove unneeded uses of 'libiconv'.Marius Bakke2022-02-15
| | | | | | | | | | | | | | | | | iconv is part of glibc, there is no need to add it as input. * gnu/packages/accessibility.scm (brltty)[inputs]: Remove LIBICONV. * gnu/packages/compression.scm (innoextract)[inputs]: Likewise. * gnu/packages/haskell-apps.scm (darcs)[inputs]: Likewise. * gnu/packages/kde-multimedia.scm (k3b)[inputs]: Likewise. * gnu/packages/linphone.scm (liblinphone)[inputs]: Likewise. * gnu/packages/mail.scm (mailutils)[inputs]: Likewise. * gnu/packages/maths.scm (libqalculate)[inputs]: Likewise. * gnu/packages/pep.scm (pep-engine)[inputs]: Likewise. * gnu/packages/vim.scm (neovim)[inputs]: Likewise. * gnu/packages/wget.scm (wget2)[inputs]: Likewise. * gnu/packages/telegram.scm (telegram-desktop)[inputs]: Likewise. * gnu/packages/video.scm (transcode)[native-inputs]: Likewise.
* gnu: telegram-desktop: Build with glibmm-2.64.Liliana Marie Prikler2021-12-26
| | | | | | | | This fixes a configure failure introduced in commit 43b9419bdccf71f6d847aea06b6796034b344a23. * gnu/packages/telegram.scm (telegram-desktop)[inputs]: Use glibmm-2.64 instead of glibmm.
* gnu: telegram-desktop: Update to 2.9.3.Liliana Marie Prikler2021-12-24
| | | | | | | | | | | | * gnu/packages/telegram.scm (telegram-desktop): Update to 2.9.3. [#:configure-flags]: Add "-DDESKTOP_APP_DISABLE_WEBKITGTK=ON". [#:phases]: Copy lib_waylandshells and lib_webview. [native-inputs]: Bump cmake_helpers to a bespoke commit. [inputs]: Add glibmm, jemalloc, qtsvg, and rnnoise. Add sources for lib_waylandshells and lib_webview. Bump lib_base, lib_crl, lib_lottie, lib_qr, lib_rpl, lib_spellcheck, lib_storage, lib_tl, and lib_webrtc to bespoke commits that would otherwise be used by recursive checkout.
* gnu: webrtc-for-telegram-desktop: Update to ↵Liliana Marie Prikler2021-12-24
| | | | | | | | | 91d836dc84a16584c6ac52b36c04c0de504d9c34. * gnu/packages/telegram.scm (webrtc-for-telegram-desktop): Update to 91d836dc84a16584c6ac52b36c04c0de504d9c34. [inputs]: Add glib, libxcomposite, libxdamage, libxrender, libxrandr and pipewire.
* gnu: Remove unneeded uses of custom GCC versions.Marius Bakke2021-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (libmaus2, biobambam2)[native-inputs]: Remove GCC-10. * gnu/packages/game-development.scm (libresprite, python-pyxel)[native-inputs]: Likewise. * gnu/packages/lua.scm (emilua)[native-inputs]: Likewise. * gnu/packages/radio.scm (sdr++)[native-inputs]: Likewise. * gnu/packages/wm.scm (fnott)[native-inputs]: Likewise. * gnu/packages/text-editors.scm (kakoune)[native-inputs]: Likewise. (scintilla)[native-inputs]: Remove GCC-9. * gnu/packages/build-tools.scm (bear)[native-inputs]: Likewise. * gnu/packages/cpp.scm (magic-enum)[native-inputs]: Likewise. * gnu/packages/games.scm (openttd)[native-inputs]: Likewise. (schiffbruch)[native-inputs]: Remove GCC-11. * gnu/packages/music.scm (liquidsfz, geonkick)[native-inputs]: Remove GCC-9. * gnu/packages/fcitx5.scm (fcitx5, libime, fcitx5-configtool)[native-inputs]: Likewise. * gnu/packages/wine.scm (dxvk32)[native-inputs]: Likewise. * gnu/packages/ftp.scm (libfilezilla)[native-inputs]: Remove GCC-8. * gnu/packages/image.scm (blurhash)[native-inputs]: Likewise. * gnu/packages/jami.scm (libring)[native-inputs]: Likewise. * gnu/packages/pdf.scm (xournalpp)[native-inputs]: Likewise. * gnu/packages/telegram.scm (webrtc-for-telegram-desktop, telegram-desktop)[native-inputs]: Likewise.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: Rename qtbase to qtbase-5.Maxim Cournoyer2021-06-14
| | | | | | | | | | | | This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit.
* gnu: Add tgcli.Raghav Gururajan2021-05-02
| | | | * gnu/packages/telegram.scm (tgcli): New variable.
* gnu: tl-parser: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/telegram.scm (tl-parser)[description]: Fix typo.
* gnu: telegram-desktop: Fix typo in description.Tobias Geerinckx-Rice2021-03-06
| | | | * gnu/packages/telegram.sc (telegram-desktop)[description]: Fix typo.
* gnu: webrtc-for-telegram-desktop: Adjust native inputs.Raghav Gururajan2021-02-18
| | | | | | | | | This fixes a segmentation fault in telegram-desktop. * gnu/packages/telegram.scm (webrtc-for-telegram-desktop) [native-inputs]: Add gcc-9 and perl. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: telegram-desktop: Update to 2.5.9.Raghav Gururajan2021-02-18
| | | | | | * gnu/packages/telegram.scm (telegram-desktop): Update to 2.5.9. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: libtgvoip-for-telegram-desktop: Update to revision 88.Raghav Gururajan2021-02-18
| | | | | | * gnu/packages/telegram.scm (libtgvoip-for-telegram-desktop): Update to revision 88. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: webrtc-for-telegram-desktop: Update to revision 83.Raghav Gururajan2021-02-18
| | | | | | | * gnu/packages/telegram.scm (webrtc-for-telegram-desktop): Update to revision 83. [inputs]: Add libx11, libxext, and libxtst. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* Revert "gnu: telegram-desktop: Comment materialdecoration input."Leo Prikler2021-02-16
| | | | This reverts commit 5da7b2d05092829f922512a0674810f3895d88b3.
* gnu: telegram-desktop: Comment materialdecoration input.Oleg Pykhalov2021-02-10
| | | | | | | | This commit comments materialdecoration input in telegram-desktop because of build failure. * gnu/packages/telegram.scm (telegram-desktop)[inputs]: Comment materialdecoration.
* gnu: Add telegram-cli.Raghav Gururajan2021-02-03
| | | | | | * gnu/packages/telegram.scm (telegram-cli): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add tgl.Raghav Gururajan2021-02-03
| | | | | | * gnu/packages/telegram.scm (tgl): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add tl-parser.Raghav Gururajan2021-02-03
| | | | | | * gnu/packages/telegram.scm (tl-parser): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add telegram-desktop.Raghav Gururajan2021-01-31
| | | | | | * gnu/packages/telegram.scm (telegram-desktop): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add libtgvoip-for-telegram-desktop.Raghav Gururajan2021-01-31
| | | | | | * gnu/packages/telegram.scm (libtgvoip-for-telegram-desktop): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add rlottie-for-telegram-desktop.Raghav Gururajan2021-01-31
| | | | | | * gnu/packages/telegram.scm (rlottie-for-telegram-desktop): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: Add webrtc-for-telegram-desktop.Raghav Gururajan2021-01-31
* gnu/packages/telegram.scm: New module. (webrtc-for-telegram-desktop): New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>