public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/files/
@ 2018-10-26  9:02 Michał Górny
  0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2018-10-26  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     77ed98d7aeab07382d875c149a780cfb028a24ca
Author:     Henning Schild <henning <AT> hennsch <DOT> de>
AuthorDate: Wed Oct 24 05:28:16 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 26 09:02:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ed98d7

net-im/telegram-desktop-bin: remove obsolete file

file made obsolete by 3a5ad41ffebc

Signed-off-by: Henning Schild <henning <AT> hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/10211
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-im/telegram-desktop-bin/files/telegram-desktop-bin-r1 | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/net-im/telegram-desktop-bin/files/telegram-desktop-bin-r1 b/net-im/telegram-desktop-bin/files/telegram-desktop-bin-r1
deleted file mode 100644
index 954b3bdeaea..00000000000
--- a/net-im/telegram-desktop-bin/files/telegram-desktop-bin-r1
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-# this wrapper disables the auto-updater of telegram-desktop
-# This program is licensed under the same license as telegram-desktop
-
-# telegram-desktop fails to set RestartCommand with the session manager
-# exclude it from session management to prevent restarts without the argument
-unset SESSION_MANAGER
-
-exec /usr/lib/telegram-desktop-bin/Telegram -externalupdater $@


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/files/
@ 2019-01-22  9:03 Mikle Kolyada
  0 siblings, 0 replies; 2+ messages in thread
From: Mikle Kolyada @ 2019-01-22  9:03 UTC (permalink / raw
  To: gentoo-commits

commit:     38a9f5f27d9bb26b08e6c81bba68b1241a303e1b
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 22 09:02:52 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Jan 22 09:03:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a9f5f2

net-im/telegram-desktop-bin: Drop unused files

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-im/telegram-desktop-bin/files/fonts.conf       | 60 ----------------------
 .../files/telegram-desktop-bin-r2                  | 15 ------
 2 files changed, 75 deletions(-)

diff --git a/net-im/telegram-desktop-bin/files/fonts.conf b/net-im/telegram-desktop-bin/files/fonts.conf
deleted file mode 100644
index d3ddc32d777..00000000000
--- a/net-im/telegram-desktop-bin/files/fonts.conf
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version='1.0'?>
-<!--
-     This file is only here to work around
-     https://github.com/telegramdesktop/tdesktop/issues/4240
-     It has been taken from (with slight modification)
-     https://github.com/telegramdesktop/tdesktop/issues/4493
--->
-<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
-<fontconfig>
-    <dir>/usr/share/fonts</dir>
-    <dir>/usr/local/share/fonts</dir>
-    <dir prefix="xdg">fonts</dir>
-    <match target="pattern">
-	<test qual="any" name="family">
-	    <string>mono</string>
-	</test>
-	<edit name="family" mode="assign" binding="same">
-	    <string>monospace</string>
-	</edit>
-    </match>
-    <match target="pattern">
-	<test qual="any" name="family">
-	    <string>sans serif</string>
-	</test>
-	<edit name="family" mode="assign" binding="same">
-	    <string>sans-serif</string>
-	</edit>
-    </match>
-    <match target="pattern">
-	<test qual="any" name="family">
-	    <string>sans</string>
-	</test>
-	<edit name="family" mode="assign" binding="same">
-	    <string>sans-serif</string>
-	</edit>
-    </match>
-    <cachedir>/var/cache/fontconfig</cachedir>
-    <cachedir prefix="xdg">fontconfig</cachedir>
-    <cachedir>~/.fontconfig</cachedir>
-    <match target="font">
-	<edit mode="assign" name="antialias">
-	    <bool>true</bool>
-	</edit>
-	<edit mode="assign" name="embeddedbitmap">
-	    <bool>false</bool>
-	</edit>
-	<edit mode="assign" name="hinting">
-	    <bool>true</bool>
-	</edit>
-	<edit mode="assign" name="hintstyle">
-	    <const>hintslight</const>
-	</edit>
-	<edit mode="assign" name="lcdfilter">
-	    <const>lcddefault</const>
-	</edit>
-	<edit mode="assign" name="rgba">
-	    <const>rgb</const>
-	</edit>
-    </match>
-</fontconfig>

diff --git a/net-im/telegram-desktop-bin/files/telegram-desktop-bin-r2 b/net-im/telegram-desktop-bin/files/telegram-desktop-bin-r2
deleted file mode 100644
index a8b0e3e6d99..00000000000
--- a/net-im/telegram-desktop-bin/files/telegram-desktop-bin-r2
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-# this wrapper disables the auto-updater of telegram-desktop
-# This program is licensed under the same license as telegram-desktop
-
-# telegram-desktop fails to set RestartCommand with the session manager
-# exclude it from session management to prevent restarts without the argument
-unset SESSION_MANAGER
-
-# telegram-desktop expects old fontconfig configuration files
-# this is a workaround to try and deal with that
-[ -e /etc/telegram-desktop-bin/fonts.conf ] && \
-  [ -z $( printenv FONTCONFIG_FILE ) ] && \
-  export FONTCONFIG_FILE=/etc/telegram-desktop-bin/fonts.conf
-
-exec /usr/lib/telegram-desktop-bin/Telegram -externalupdater $@


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-22  9:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-26  9:02 [gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop-bin/files/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2019-01-22  9:03 Mikle Kolyada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox