Этот коммит содержится в:
Ihar Hancharenka 2024-02-08 16:43:00 +03:00
родитель 363699de7b
Коммит 2380ef9632
4 изменённых файлов: 12 добавлений и 27 удалений

Просмотреть файл

@ -136,7 +136,10 @@ Sight - Hazin - 12.30 - Who Rulles the World 35:00 of 55:48
! Premiere - Cherchill, razrushil GB empire during several years (allow US to trade with colonies minuyua London)
! Imenno commanda s Rotshieldami financed marxism (razrushenie monarhiy)
! posle 1918 - imperii ruhnuli, no odnu udalos vosstanovit - USSR
! 1-st group: associated with Zinoviev
! 1-st group: associated with Zinoviev (GB ...)
! 2-nd group: bankers - Trotskiy
! Kuusinen - left from the group of Trotskiy
!
ManucciEmpathy - Hazin - RU Economy Boom of 51:00
https://www.youtube.com/watch?v=qG8ExJY95gA
LawAnOrder - 12.29 - Dudnik - Hazin of 51:18

Просмотреть файл

@ -78,7 +78,7 @@ Efimov - World Control Lections of 2:01:37
! Hrematistics - "hrema" - bogatstvo
! 1:37:00 - Max Amsterdam - business - art of take mony from anyone else karman not pribegaya to violence
2017
RussiaPost - Money and Crypto in Global OverState Control System 14:00 of 2:29:42
RussiaPost - Money and Crypto in Global OverState Control System 1:50:00 of 2:29:42
https://www.youtube.com/watch?v=V7o3GYsCVng
! School of Health of Mihail Sovetov
GrowthFactors - Efimov - About Economy Crypto and Future Plans of 37:40

Просмотреть файл

@ -13,28 +13,3 @@ package() {
sudo mkdir -p "${pkgdir}/usr/bin"
sudo mv "./${pkgname}" "${pkgdir}/usr/bin"
}
name="discord"
pkgver="0.0.41"
maintainer="Elsie19 <elsie19@pm.me>"
url="https://dl.discordapp.net/apps/linux/${pkgver}/${name}-${pkgver}.tar.gz"
homepage='https://discord.com/'
depends=("libc6" "libasound2" "libatomic1" "libnotify4" "libnspr4" "libnss3" "libstdc++6" "libxss1" "libxtst6" "libayatana-appindicator3-1" "libc++1")
pkgdesc="Chat for Communities and Friends"
hash="cb308e958203bdb84945b8aa7f9342da2053d9ece524ff353bfc2d916204a7e5"
arch=('amd64')
repology=("project: ${name}")
prepare() {
sudo mkdir -p "${pkgdir}/usr/share/discord/"
sudo mkdir -p "${pkgdir}/usr/share/applications/"
sudo mkdir -p "${pkgdir}/usr/share/icons/"
}
package() {
sudo install -Dm755 discord.desktop "${pkgdir}/usr/share/applications/discord.desktop"
sudo install -Dm755 discord.png "${pkgdir}/usr/share/icons/discord.png"
sudo cp -R ./* "${pkgdir}/usr/share/discord/"
}

Просмотреть файл

@ -1,4 +1,11 @@
https://docs.gradle.org/current/userguide/java_testing.html
# Executes all tests in SomeTestClass
gradle test --tests SomeTestClass
# Executes a single specified test in SomeTestClass
gradle test --tests SomeTestClass.someSpecificMethod
gradle test --tests SomeTestClass.*someMethod*
https://docs.gradle.org/current/dsl/org.gradle.api.tasks.testing.Test.html