This commit is contained in:
Valeria Fadeeva 2023-11-18 18:30:04 +05:00
parent fda4650202
commit a7ee60a642
210 changed files with 459 additions and 246 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*.tar.*
pkg/
src/
/melawy-wallpapers-from-youtube

25
00_make.sh Executable file
View File

@ -0,0 +1,25 @@
#!/bin/bash
makepkg --syncdeps --asdeps --needed --noconfirm --clean --cleanbuild --force
for i in *.pkg.tar.zst;
do
if [ -f "${i}" ]; then
echo "Удаление подписи $i.sig"
rm -f $i.sig
echo "Добавление подписи $i.sig"
gpg --detach-sign --local-user BC8B600E8DDA1F4CB77B10D2BA803A261A5EE6B8 --output "$i.sig" "$i"
fi
done
for i in *.pkg.tar.xz;
do
if [ -f "${i}" ]; then
echo "Удаление подписи $i.sig"
rm -f $i.sig
echo "Добавление подписи $i.sig"
gpg --detach-sign --local-user BC8B600E8DDA1F4CB77B10D2BA803A261A5EE6B8 --output "$i.sig" "$i"
fi
done
echo "Ready"

21
01_sign.sh Executable file
View File

@ -0,0 +1,21 @@
#!/bin/bash
for i in *.pkg.tar.zst;
do
if [ -f "${i}" ]; then
echo "Удаление подписи $i.sig"
rm -f $i.sig
echo "Добавление подписи $i.sig"
gpg --detach-sign --local-user BC8B600E8DDA1F4CB77B10D2BA803A261A5EE6B8 --output "$i.sig" "$i"
fi
done
for i in *.pkg.tar.xz;
do
if [ -f "${i}" ]; then
echo "Удаление подписи $i.sig"
rm -f $i.sig
echo "Добавление подписи $i.sig"
gpg --detach-sign --local-user BC8B600E8DDA1F4CB77B10D2BA803A261A5EE6B8 --output "$i.sig" "$i"
fi
done

34
PKGBUILD Normal file
View File

@ -0,0 +1,34 @@
# Maintainer: Valeria Fadeeva <valeria@fadeeva.me>
_gitname="$(basename $(pwd))"
pkgname=("$_gitname")
pkgver=1.1
pkgrel=1
pkgdesc="$(head -n 2 README.md | tail -n 1)"
url="https://git.melawy.ru/Design/$_gitname"
arch=("any")
license=("AGPL3")
depends=()
optdepends=()
makedepends=("git")
backup=()
provides=("${pkgname}")
conflicts=("${pkgname}")
# source=("git+$url.git")
source=("Melawy-YouTube.tar.xz")
sha256sums=("SKIP")
validpgpkeys=('BC8B600E8DDA1F4CB77B10D2BA803A261A5EE6B8')
# pkgver() {
# cd "$srcdir/$_gitname"
# printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
# }
pkgver() {
printf "1.%s" "$(git rev-list --count HEAD)"
}
package() {
cp -vrf --no-dereference --preserve=links --no-preserve=mode "$srcdir/usr" "$pkgdir/"
}

6
arc.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
#XZ_OPT=-e9T0 tar -cJf Melawy-YouTube.tar.xz usr
tar -cf - usr | xz -e -9 -T0 -c - > Melawy-YouTube.tar.xz
echo "Ready"

BIN
usr/share/wallpapers/Melawy-YouTube/-EtoIupMoc8.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/0ZxGLV0m0Xs.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/1D3spwze2zA.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/2a7DfnRRHh4.jpg (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/6F-7w-wqskk.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/6JT0hEZSyqg.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/6fSw-Hc4dm4.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/7_mhQyu31sw.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/82eUrNYzeVU.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/85scUroOjns.jpg (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/8KCcTuKIyjA.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/8UkxaZDZwG8.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/8VWEAlysnoI.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/8o23ZseGIYM.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/9IQLi8yXCbk.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/9RYpGgQat2g.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/A-4bgvIPaak.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/A3mr78hXuHE.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/A7IQPSPviNI.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/AOGMPCYo58E.jpg (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/B-Ks5SFKyLY.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/C5JREtahA2w.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/CRpUVg5EW6k.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/CiLtKn6H2lU.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/DP4CTghSF-M.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/DWw8DR5DK3s.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/DmW_sh0r18o.jpg (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/Ds36QhmSdzk.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/EhjgKg4d43E.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/Ez62hYaciHc.jpg (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/F5BgdojN7wo.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/GTAylpGaSqA.jpg (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/Gw15GlguQnY.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/H3eRalS31qg.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/HHiOejkJfzM.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/I9R6_C5b87M.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/J_zpxXLPmJo.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/JsfgxbpCKZc.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/K4lp0M0787c.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/KCIEDh2N1FY.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/Ka2kVUUWf3g.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/L54e1wLiawQ.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/M4BjpwBLGp0.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/MGqgda5RRn4.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/MkAnCNr6YY4.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/NO0HMkwZJ3U.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/NfJhbtkp8F4.jpg (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/OH_p5cM5u0s.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/OTBqNCdbQV4.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/OTJYV6huqts.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/OqlZaywZuBs.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/P3SRcJqGc6A.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/PC7hex1oltQ.jpg (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/PomJc2DFuO0.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/QacnFtQHwlg.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/R2SFOlVqYPA.jpg (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/R4x-p8kg3aM.png (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
usr/share/wallpapers/Melawy-YouTube/RcLEFw79gHc.png (Stored with Git LFS) Normal file

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More