Automatic package updates
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
name='discord-bin'
|
name='discord-bin'
|
||||||
version='0.0.101'
|
version=0.0.102
|
||||||
release='1'
|
release=1
|
||||||
desc='All-in-one voice and text chat for gamers'
|
desc='All-in-one voice and text chat for gamers'
|
||||||
desk_ru='Всё в одном голосовое и текстовое общение для игроков'
|
desk_ru='Всё в одном голосовое и текстовое общение для игроков'
|
||||||
homepage='https://discord.com/'
|
homepage='https://discord.com/'
|
||||||
@ -90,4 +90,3 @@ files() {
|
|||||||
echo ./usr/share/applications/discord.desktop
|
echo ./usr/share/applications/discord.desktop
|
||||||
echo ./usr/share/icons/hicolor/256x256/apps/discord.png
|
echo ./usr/share/icons/hicolor/256x256/apps/discord.png
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name='firefox-bin'
|
name='firefox-bin'
|
||||||
version='140.0.2'
|
version=140.0.4
|
||||||
release='1'
|
release=1
|
||||||
desc='Fast, Private & Safe Web Browser.'
|
desc='Fast, Private & Safe Web Browser.'
|
||||||
desc_ru='Быстрый, конфиденциальный и безопасный веб-браузер.'
|
desc_ru='Быстрый, конфиденциальный и безопасный веб-браузер.'
|
||||||
homepage='https://www.mozilla.org/firefox/'
|
homepage='https://www.mozilla.org/firefox/'
|
||||||
@ -78,7 +78,7 @@ package() {
|
|||||||
# Icons
|
# Icons
|
||||||
for i in 16x16 32x32 48x48 64x64 128x128; do
|
for i in 16x16 32x32 48x48 64x64 128x128; do
|
||||||
install -d "$pkgdir"/usr/share/icons/hicolor/$i/apps/
|
install -d "$pkgdir"/usr/share/icons/hicolor/$i/apps/
|
||||||
ln -s /opt/firefox/browser/chrome/icons/default/default${i/x*}.png \
|
ln -s /opt/firefox/browser/chrome/icons/default/default${i/x*/}.png \
|
||||||
"$pkgdir"/usr/share/icons/hicolor/$i/apps/firefox.png
|
"$pkgdir"/usr/share/icons/hicolor/$i/apps/firefox.png
|
||||||
done
|
done
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name='telegram-desktop-bin'
|
name='telegram-desktop-bin'
|
||||||
version='5.15.4'
|
version=5.16.4
|
||||||
release='1'
|
release=1
|
||||||
desc='Official desktop version of Telegram messaging app - Static binaries'
|
desc='Official desktop version of Telegram messaging app - Static binaries'
|
||||||
desc_ru='Официальный клиент для Telegram мессенджера - статические бинарники'
|
desc_ru='Официальный клиент для Telegram мессенджера - статические бинарники'
|
||||||
homepage='https://github.com/telegramdesktop/tdesktop'
|
homepage='https://github.com/telegramdesktop/tdesktop'
|
||||||
@ -20,10 +20,10 @@ build_deps=('chrpath')
|
|||||||
opt_deps=(
|
opt_deps=(
|
||||||
'libappindicator-gtk2: скрыть Telegram в панели задач в среде рабочего стола на основе GTK2'
|
'libappindicator-gtk2: скрыть Telegram в панели задач в среде рабочего стола на основе GTK2'
|
||||||
'libappindicator-gtk3: скрыть Telegram в панели задач в среде рабочего стола на основе GTK3'
|
'libappindicator-gtk3: скрыть Telegram в панели задач в среде рабочего стола на основе GTK3'
|
||||||
)
|
)
|
||||||
opt_deps_altlinux=(
|
opt_deps_altlinux=(
|
||||||
'libappindicator-gtk3: скрыть Telegram в панели задач в среде рабочего стола на основе GTK3'
|
'libappindicator-gtk3: скрыть Telegram в панели задач в среде рабочего стола на основе GTK3'
|
||||||
)
|
)
|
||||||
opt_deps_debian=(
|
opt_deps_debian=(
|
||||||
'lib64appindicator3-1: скрыть Telegram в панели задач в среде рабочего стола на основе GTK3'
|
'lib64appindicator3-1: скрыть Telegram в панели задач в среде рабочего стола на основе GTK3'
|
||||||
)
|
)
|
||||||
@ -32,7 +32,7 @@ opt_deps_redos=(
|
|||||||
)
|
)
|
||||||
opt_deps_rosa=(
|
opt_deps_rosa=(
|
||||||
'lib64appindicator3_1: скрыть Telegram в панели задач в среде рабочего стола на основе GTK3'
|
'lib64appindicator3_1: скрыть Telegram в панели задач в среде рабочего стола на основе GTK3'
|
||||||
)
|
)
|
||||||
|
|
||||||
sources=(
|
sources=(
|
||||||
"${homepage}/raw/master/Telegram/Resources/art/icon16.png"
|
"${homepage}/raw/master/Telegram/Resources/art/icon16.png"
|
||||||
@ -43,7 +43,7 @@ sources=(
|
|||||||
"${homepage}/raw/master/Telegram/Resources/art/icon256.png"
|
"${homepage}/raw/master/Telegram/Resources/art/icon256.png"
|
||||||
"${homepage}/raw/master/Telegram/Resources/art/icon512.png"
|
"${homepage}/raw/master/Telegram/Resources/art/icon512.png"
|
||||||
"https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tsetup.${version}.tar.xz"
|
"https://github.com/telegramdesktop/tdesktop/releases/download/v${version}/tsetup.${version}.tar.xz"
|
||||||
)
|
)
|
||||||
|
|
||||||
checksums=(
|
checksums=(
|
||||||
'SKIP'
|
'SKIP'
|
||||||
|
Reference in New Issue
Block a user