Update
This commit is contained in:
parent
fda4650202
commit
a7ee60a642
|
@ -0,0 +1,4 @@
|
||||||
|
*.tar.*
|
||||||
|
pkg/
|
||||||
|
src/
|
||||||
|
/melawy-wallpapers-from-youtube
|
|
@ -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"
|
|
@ -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
|
|
@ -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/"
|
||||||
|
}
|
|
@ -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"
|
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/0lVIyZq5Xrk.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/0lVIyZq5Xrk.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/2wlc3t_10zM.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/2wlc3t_10zM.jpg (Stored with Git LFS)
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/3tnQFqpjHZg.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/3tnQFqpjHZg.jpg (Stored with Git LFS)
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/6F-7w-wqskk.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/6F-7w-wqskk.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/6JT0hEZSyqg.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/6JT0hEZSyqg.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/6fSw-Hc4dm4.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/6fSw-Hc4dm4.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/7_mhQyu31sw.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/7_mhQyu31sw.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/8KCcTuKIyjA.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/8KCcTuKIyjA.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/8VWEAlysnoI.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/8VWEAlysnoI.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/8o23ZseGIYM.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/8o23ZseGIYM.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/A3mr78hXuHE.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/A3mr78hXuHE.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/A7IQPSPviNI.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/A7IQPSPviNI.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/B-Ks5SFKyLY.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/B-Ks5SFKyLY.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/Br7NbDW6OY0.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/Br7NbDW6OY0.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/Ds36QhmSdzk.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/Ds36QhmSdzk.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/F5BgdojN7wo.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/F5BgdojN7wo.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/Gw15GlguQnY.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/Gw15GlguQnY.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/H3eRalS31qg.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/H3eRalS31qg.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/HHiOejkJfzM.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/HHiOejkJfzM.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/I9R6_C5b87M.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/I9R6_C5b87M.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/J_zpxXLPmJo.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/J_zpxXLPmJo.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/JsfgxbpCKZc.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/JsfgxbpCKZc.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/K4lp0M0787c.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/K4lp0M0787c.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/KCIEDh2N1FY.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/KCIEDh2N1FY.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/Ka2kVUUWf3g.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/Ka2kVUUWf3g.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/L54e1wLiawQ.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/L54e1wLiawQ.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/M4BjpwBLGp0.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/M4BjpwBLGp0.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/MGqgda5RRn4.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/MGqgda5RRn4.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/MkAnCNr6YY4.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/MkAnCNr6YY4.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/OBTp75FsuPo.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/OBTp75FsuPo.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/OTJYV6huqts.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/OTJYV6huqts.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/OqlZaywZuBs.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/OqlZaywZuBs.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/P3SRcJqGc6A.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/P3SRcJqGc6A.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/PomJc2DFuO0.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/PomJc2DFuO0.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/QacnFtQHwlg.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/QacnFtQHwlg.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/R4x-p8kg3aM.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/R4x-p8kg3aM.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
usr/share/wallpapers/Melawy-YouTube/RcLEFw79gHc.jpg (Stored with Git LFS)
BIN
usr/share/wallpapers/Melawy-YouTube/RcLEFw79gHc.jpg (Stored with Git LFS)
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue