1
0
mirror of https://gitlab.com/ykkzde/posy-cursors synced 2025-06-13 20:53:52 +00:00

Compare commits

...

No commits in common. "v3.3.1" and "master" have entirely different histories.

6193 changed files with 2281 additions and 1687 deletions

16
.gitignore vendored
View File

@ -1,4 +1,12 @@
posy-black-tiny/
posy-black/
posy-white-tiny/
posy-white/
Main/Black/x1/
Main/Black/x1_25/
Main/Black/x1_5/
Main/BlackTiny/x1/
Main/BlackTiny/x1_25/
Main/BlackTiny/x1_5/
Main/White/x1/
Main/White/x1_25/
Main/White/x1_5/
Main/WhiteTiny/x1/
Main/WhiteTiny/x1_25/
Main/WhiteTiny/x1_5/

79
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,79 @@
stages:
- package
package-aur:
image: archlinux/base
stage: package
dependencies: []
only:
- /^v(\d+\.)*\d+$/
before_script: []
script:
- cd ./pkg/aur
- _version=$(echo $CI_COMMIT_REF_NAME | cut -c 2-)
- echo "Pushing'v$_version'"
<<<<<<< HEAD
- sourceURL=https://git.auteiy.me/dmitry/cursorsPosy/-/archive/v$_version/cursorsPosy-v$_version.tar.gz?path=themes
- 'echo "Source: $sourceURL"'
- echo "Checking sha256sum checksums"
- 'sourceSHA=$(curl -sSL "$sourceURL" | sha256sum | cut -d" " -f1)'
=======
# Determine remote URLs and SHA checksums
- echo "Determining SHA checksums for remote files..."
- URL_SOURCE=https://git.auteiy.me/dmitry/cursorsPosy/-/archive/v$VERSION/cursorsPosy-v$VERSION.tar.gz
- 'echo "Selected source URL: $URL_SOURCE"'
- echo "Determining sha256sum for remote source..."
- 'SHA_SOURCE=$(curl -sSL "$URL_SOURCE" | sha256sum | cut -d" " -f1)'
- 'echo "Got sha256sum: $SHA_SOURCE"'
>>>>>>> 1adbf2c... Fix source url
# Update PKGBUILD version, source URL and sha256sum
- echo "Updating PKGBUILDS with release information..."
<<<<<<< HEAD
- sed "s/^pkgver=.*\$/pkgver=$_version/" -i posy-cursors/PKGBUILD
- sed "s/^source=(\"\(.*\)::.*\").*\$/source=(\"\1::$(echo $sourceURL | sed 's/\//\\\//g')\")/" -i posy-cursors/PKGBUILD
- sed "s/^sha256sums=.*\$/sha256sums=('$sourceSHA')/" -i posy-cursors/PKGBUILD
=======
- sed "s/^pkgver=.*\$/pkgver=$VERSION/" -i posy-cursors/PKGBUILD
- sed "s/^source=(\"\(.*\)::.*\").*\$/source=(\"\1::$(echo $URL_SOURCE | sed 's/\//\\\//g')\")/" -i posy-cursors/PKGBUILD
- sed "s/^sha256sums=.*\$/sha256sums=('$SHA_SOURCE')/" -i posy-cursors/PKGBUILD
# Get SHA hash for local and remote file w/o version, update if it has changed
# - 'SHA_STRIP_LOCAL=$(cat ffsend-git/PKGBUILD | sed /^pkgver=.\*/d | sha256sum | cut -d" " -f1)'
# - 'SHA_STRIP_REMOTE=$(curl -sSL "https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=ffsend-git" | sed /^pkgver=.\*/d | sha256sum | cut -d" " -f1)'
>>>>>>> 1adbf2c... Fix source url
- echo "Installing Arch"
- pacman -Syu --noconfirm sudo base-devel openssh git openssl
# makepkg and .SRCINFO
- cd posy-cursors/
- echo "makepkg"
- sudo -u nobody makepkg -c
- sudo -u nobody makepkg --printsrcinfo > .SRCINFO
- cd ..
# Configure SSH
- mkdir -p /root/.ssh
- cp ./aur.pub /root/.ssh/id_rsa.pub
- echo "$sshAUR" | base64 -d > /root/.ssh/id_rsa
- echo "Host aur.archlinux.org" >> /root/.ssh/config
- echo " IdentityFile /root/.ssh/aur" >> /root/.ssh/config
- echo " User aur" >> /root/.ssh/config
- chmod 600 /root/.ssh/{id_rsa*,config}
- eval `ssh-agent -s`
- echo -en "${sshPASSPHRASE}" | ssh-add /root/.ssh/id_rsa
- ssh-keyscan -H aur.archlinux.org >> /root/.ssh/known_hosts
- git config --global user.name "Dmitry Porunov"
- git config --global user.email "dmitry@auteiy.me"
# Clone, commit and push
- git clone ssh://aur@aur.archlinux.org/posy-cursors.git aur-posy-cursors
- cd aur-posy-cursors
- cp ../posy-cursors/{PKGBUILD,.SRCINFO} ./
- git add PKGBUILD .SRCINFO
- git commit -m "Release v$_version"
- git push
- cd ..

View File

@ -1,304 +0,0 @@
24 16 16 x1/progress-1.png 30
24 16 16 x1/progress-2.png 30
24 16 16 x1/progress-3.png 30
24 16 16 x1/progress-4.png 30
24 16 16 x1/progress-5.png 30
24 16 16 x1/progress-6.png 30
24 16 16 x1/progress-7.png 30
24 16 16 x1/progress-8.png 30
24 16 16 x1/progress-9.png 30
24 16 16 x1/progress-10.png 30
24 16 16 x1/progress-11.png 30
24 16 16 x1/progress-12.png 30
24 16 16 x1/progress-13.png 30
24 16 16 x1/progress-14.png 30
24 16 16 x1/progress-15.png 30
24 16 16 x1/progress-16.png 30
24 16 16 x1/progress-17.png 30
24 16 16 x1/progress-18.png 30
24 16 16 x1/progress-19.png 30
24 16 16 x1/progress-20.png 30
24 16 16 x1/progress-21.png 30
24 16 16 x1/progress-22.png 30
24 16 16 x1/progress-23.png 30
24 16 16 x1/progress-24.png 30
24 16 16 x1/progress-25.png 30
24 16 16 x1/progress-26.png 30
24 16 16 x1/progress-27.png 30
24 16 16 x1/progress-28.png 30
24 16 16 x1/progress-29.png 30
24 16 16 x1/progress-30.png 30
24 16 16 x1/progress-31.png 30
24 16 16 x1/progress-32.png 30
24 16 16 x1/progress-33.png 30
24 16 16 x1/progress-34.png 30
24 16 16 x1/progress-35.png 30
24 16 16 x1/progress-36.png 30
24 16 16 x1/progress-37.png 30
24 16 16 x1/progress-38.png 30
24 16 16 x1/progress-39.png 30
24 16 16 x1/progress-40.png 30
24 16 16 x1/progress-41.png 30
24 16 16 x1/progress-42.png 30
24 16 16 x1/progress-43.png 30
24 16 16 x1/progress-44.png 30
24 16 16 x1/progress-45.png 30
24 16 16 x1/progress-46.png 30
24 16 16 x1/progress-47.png 30
24 16 16 x1/progress-48.png 30
24 16 16 x1/progress-49.png 30
24 16 16 x1/progress-50.png 30
24 16 16 x1/progress-51.png 30
24 16 16 x1/progress-52.png 30
24 16 16 x1/progress-53.png 30
24 16 16 x1/progress-54.png 30
24 16 16 x1/progress-55.png 30
24 16 16 x1/progress-56.png 30
24 16 16 x1/progress-57.png 30
24 16 16 x1/progress-58.png 30
24 16 16 x1/progress-59.png 30
24 16 16 x1/progress-60.png 30
24 16 16 x1/progress-61.png 30
24 16 16 x1/progress-62.png 30
24 16 16 x1/progress-63.png 30
24 16 16 x1/progress-64.png 30
24 16 16 x1/progress-65.png 30
24 16 16 x1/progress-66.png 30
24 16 16 x1/progress-67.png 30
24 16 16 x1/progress-68.png 30
24 16 16 x1/progress-69.png 30
24 16 16 x1/progress-70.png 30
24 16 16 x1/progress-71.png 30
24 16 16 x1/progress-72.png 30
24 16 16 x1/progress-73.png 30
24 16 16 x1/progress-74.png 30
24 16 16 x1/progress-75.png 30
24 16 16 x1/progress-76.png 30
30 20 20 x1_25/progress-1.png 30
30 20 20 x1_25/progress-2.png 30
30 20 20 x1_25/progress-3.png 30
30 20 20 x1_25/progress-4.png 30
30 20 20 x1_25/progress-5.png 30
30 20 20 x1_25/progress-6.png 30
30 20 20 x1_25/progress-7.png 30
30 20 20 x1_25/progress-8.png 30
30 20 20 x1_25/progress-9.png 30
30 20 20 x1_25/progress-10.png 30
30 20 20 x1_25/progress-11.png 30
30 20 20 x1_25/progress-12.png 30
30 20 20 x1_25/progress-13.png 30
30 20 20 x1_25/progress-14.png 30
30 20 20 x1_25/progress-15.png 30
30 20 20 x1_25/progress-16.png 30
30 20 20 x1_25/progress-17.png 30
30 20 20 x1_25/progress-18.png 30
30 20 20 x1_25/progress-19.png 30
30 20 20 x1_25/progress-20.png 30
30 20 20 x1_25/progress-21.png 30
30 20 20 x1_25/progress-22.png 30
30 20 20 x1_25/progress-23.png 30
30 20 20 x1_25/progress-24.png 30
30 20 20 x1_25/progress-25.png 30
30 20 20 x1_25/progress-26.png 30
30 20 20 x1_25/progress-27.png 30
30 20 20 x1_25/progress-28.png 30
30 20 20 x1_25/progress-29.png 30
30 20 20 x1_25/progress-30.png 30
30 20 20 x1_25/progress-31.png 30
30 20 20 x1_25/progress-32.png 30
30 20 20 x1_25/progress-33.png 30
30 20 20 x1_25/progress-34.png 30
30 20 20 x1_25/progress-35.png 30
30 20 20 x1_25/progress-36.png 30
30 20 20 x1_25/progress-37.png 30
30 20 20 x1_25/progress-38.png 30
30 20 20 x1_25/progress-39.png 30
30 20 20 x1_25/progress-40.png 30
30 20 20 x1_25/progress-41.png 30
30 20 20 x1_25/progress-42.png 30
30 20 20 x1_25/progress-43.png 30
30 20 20 x1_25/progress-44.png 30
30 20 20 x1_25/progress-45.png 30
30 20 20 x1_25/progress-46.png 30
30 20 20 x1_25/progress-47.png 30
30 20 20 x1_25/progress-48.png 30
30 20 20 x1_25/progress-49.png 30
30 20 20 x1_25/progress-50.png 30
30 20 20 x1_25/progress-51.png 30
30 20 20 x1_25/progress-52.png 30
30 20 20 x1_25/progress-53.png 30
30 20 20 x1_25/progress-54.png 30
30 20 20 x1_25/progress-55.png 30
30 20 20 x1_25/progress-56.png 30
30 20 20 x1_25/progress-57.png 30
30 20 20 x1_25/progress-58.png 30
30 20 20 x1_25/progress-59.png 30
30 20 20 x1_25/progress-60.png 30
30 20 20 x1_25/progress-61.png 30
30 20 20 x1_25/progress-62.png 30
30 20 20 x1_25/progress-63.png 30
30 20 20 x1_25/progress-64.png 30
30 20 20 x1_25/progress-65.png 30
30 20 20 x1_25/progress-66.png 30
30 20 20 x1_25/progress-67.png 30
30 20 20 x1_25/progress-68.png 30
30 20 20 x1_25/progress-69.png 30
30 20 20 x1_25/progress-70.png 30
30 20 20 x1_25/progress-71.png 30
30 20 20 x1_25/progress-72.png 30
30 20 20 x1_25/progress-73.png 30
30 20 20 x1_25/progress-74.png 30
30 20 20 x1_25/progress-75.png 30
30 20 20 x1_25/progress-76.png 30
36 24 24 x1_5/progress-1.png 30
36 24 24 x1_5/progress-2.png 30
36 24 24 x1_5/progress-3.png 30
36 24 24 x1_5/progress-4.png 30
36 24 24 x1_5/progress-5.png 30
36 24 24 x1_5/progress-6.png 30
36 24 24 x1_5/progress-7.png 30
36 24 24 x1_5/progress-8.png 30
36 24 24 x1_5/progress-9.png 30
36 24 24 x1_5/progress-10.png 30
36 24 24 x1_5/progress-11.png 30
36 24 24 x1_5/progress-12.png 30
36 24 24 x1_5/progress-13.png 30
36 24 24 x1_5/progress-14.png 30
36 24 24 x1_5/progress-15.png 30
36 24 24 x1_5/progress-16.png 30
36 24 24 x1_5/progress-17.png 30
36 24 24 x1_5/progress-18.png 30
36 24 24 x1_5/progress-19.png 30
36 24 24 x1_5/progress-20.png 30
36 24 24 x1_5/progress-21.png 30
36 24 24 x1_5/progress-22.png 30
36 24 24 x1_5/progress-23.png 30
36 24 24 x1_5/progress-24.png 30
36 24 24 x1_5/progress-25.png 30
36 24 24 x1_5/progress-26.png 30
36 24 24 x1_5/progress-27.png 30
36 24 24 x1_5/progress-28.png 30
36 24 24 x1_5/progress-29.png 30
36 24 24 x1_5/progress-30.png 30
36 24 24 x1_5/progress-31.png 30
36 24 24 x1_5/progress-32.png 30
36 24 24 x1_5/progress-33.png 30
36 24 24 x1_5/progress-34.png 30
36 24 24 x1_5/progress-35.png 30
36 24 24 x1_5/progress-36.png 30
36 24 24 x1_5/progress-37.png 30
36 24 24 x1_5/progress-38.png 30
36 24 24 x1_5/progress-39.png 30
36 24 24 x1_5/progress-40.png 30
36 24 24 x1_5/progress-41.png 30
36 24 24 x1_5/progress-42.png 30
36 24 24 x1_5/progress-43.png 30
36 24 24 x1_5/progress-44.png 30
36 24 24 x1_5/progress-45.png 30
36 24 24 x1_5/progress-46.png 30
36 24 24 x1_5/progress-47.png 30
36 24 24 x1_5/progress-48.png 30
36 24 24 x1_5/progress-49.png 30
36 24 24 x1_5/progress-50.png 30
36 24 24 x1_5/progress-51.png 30
36 24 24 x1_5/progress-52.png 30
36 24 24 x1_5/progress-53.png 30
36 24 24 x1_5/progress-54.png 30
36 24 24 x1_5/progress-55.png 30
36 24 24 x1_5/progress-56.png 30
36 24 24 x1_5/progress-57.png 30
36 24 24 x1_5/progress-58.png 30
36 24 24 x1_5/progress-59.png 30
36 24 24 x1_5/progress-60.png 30
36 24 24 x1_5/progress-61.png 30
36 24 24 x1_5/progress-62.png 30
36 24 24 x1_5/progress-63.png 30
36 24 24 x1_5/progress-64.png 30
36 24 24 x1_5/progress-65.png 30
36 24 24 x1_5/progress-66.png 30
36 24 24 x1_5/progress-67.png 30
36 24 24 x1_5/progress-68.png 30
36 24 24 x1_5/progress-69.png 30
36 24 24 x1_5/progress-70.png 30
36 24 24 x1_5/progress-71.png 30
36 24 24 x1_5/progress-72.png 30
36 24 24 x1_5/progress-73.png 30
36 24 24 x1_5/progress-74.png 30
36 24 24 x1_5/progress-75.png 30
36 24 24 x1_5/progress-76.png 30
48 32 32 x2/progress-1.png 30
48 32 32 x2/progress-2.png 30
48 32 32 x2/progress-3.png 30
48 32 32 x2/progress-4.png 30
48 32 32 x2/progress-5.png 30
48 32 32 x2/progress-6.png 30
48 32 32 x2/progress-7.png 30
48 32 32 x2/progress-8.png 30
48 32 32 x2/progress-9.png 30
48 32 32 x2/progress-10.png 30
48 32 32 x2/progress-11.png 30
48 32 32 x2/progress-12.png 30
48 32 32 x2/progress-13.png 30
48 32 32 x2/progress-14.png 30
48 32 32 x2/progress-15.png 30
48 32 32 x2/progress-16.png 30
48 32 32 x2/progress-17.png 30
48 32 32 x2/progress-18.png 30
48 32 32 x2/progress-19.png 30
48 32 32 x2/progress-20.png 30
48 32 32 x2/progress-21.png 30
48 32 32 x2/progress-22.png 30
48 32 32 x2/progress-23.png 30
48 32 32 x2/progress-24.png 30
48 32 32 x2/progress-25.png 30
48 32 32 x2/progress-26.png 30
48 32 32 x2/progress-27.png 30
48 32 32 x2/progress-28.png 30
48 32 32 x2/progress-29.png 30
48 32 32 x2/progress-30.png 30
48 32 32 x2/progress-31.png 30
48 32 32 x2/progress-32.png 30
48 32 32 x2/progress-33.png 30
48 32 32 x2/progress-34.png 30
48 32 32 x2/progress-35.png 30
48 32 32 x2/progress-36.png 30
48 32 32 x2/progress-37.png 30
48 32 32 x2/progress-38.png 30
48 32 32 x2/progress-39.png 30
48 32 32 x2/progress-40.png 30
48 32 32 x2/progress-41.png 30
48 32 32 x2/progress-42.png 30
48 32 32 x2/progress-43.png 30
48 32 32 x2/progress-44.png 30
48 32 32 x2/progress-45.png 30
48 32 32 x2/progress-46.png 30
48 32 32 x2/progress-47.png 30
48 32 32 x2/progress-48.png 30
48 32 32 x2/progress-49.png 30
48 32 32 x2/progress-50.png 30
48 32 32 x2/progress-51.png 30
48 32 32 x2/progress-52.png 30
48 32 32 x2/progress-53.png 30
48 32 32 x2/progress-54.png 30
48 32 32 x2/progress-55.png 30
48 32 32 x2/progress-56.png 30
48 32 32 x2/progress-57.png 30
48 32 32 x2/progress-58.png 30
48 32 32 x2/progress-59.png 30
48 32 32 x2/progress-60.png 30
48 32 32 x2/progress-61.png 30
48 32 32 x2/progress-62.png 30
48 32 32 x2/progress-63.png 30
48 32 32 x2/progress-64.png 30
48 32 32 x2/progress-65.png 30
48 32 32 x2/progress-66.png 30
48 32 32 x2/progress-67.png 30
48 32 32 x2/progress-68.png 30
48 32 32 x2/progress-69.png 30
48 32 32 x2/progress-70.png 30
48 32 32 x2/progress-71.png 30
48 32 32 x2/progress-72.png 30
48 32 32 x2/progress-73.png 30
48 32 32 x2/progress-74.png 30
48 32 32 x2/progress-75.png 30
48 32 32 x2/progress-76.png 30

View File

@ -1,61 +0,0 @@
00000000000000020006000e7e9ffc3f progress
00008160000006810000408080010102 size_ver
03b6e0fcb3499374a867c041f52298f0 circle
08e8e1c95fe2fc01f976f1e063a24ccd progress
3ecb610c1bf2410f44200f48c40d3599 progress
5c6cd98b3f3ebcb1f9c7f1c204630408 help
9d800788f1b08800ae810202380a0822 pointer
640fb0e74195791501fd1ed57b41487f alias
1081e37283d90000800003c07f3ef6bf copy
3085a0e285430894940527032f8b26df alias
4498f0e0c1937ffe01fd06f973665830 dnd-move
6407b0e94181790501fd1e167b474872 copy
9081237383d90e509aa00f00170e968f dnd-move
a2a266d0498c3104214a47bd64ab0fc8 alias
b66166c04f8c3109214a4fbd64a50fc8 copy
d9ce0ab605698f320427677b458ad60b help
e29285e634086352946a0e7090d73106 pointer
fcf21c00b30f7e3f83fe0dfd12e71cff dnd-move
grabbing dnd-move
nwse-resize size_fdiag
nesw-resize size_bdiag
arrow default
circle not-allowed
closedhand dnd-move
col-resize size_hor
color-picker crosshair
copy dnd-move
cross crosshair
crossed_circle not-allowed
dnd-copy copy
dnd-none dnd-move
e-resize size_hor
forbidden no-drop
h_double_arrow size_hor
half-busy progress
grab openhand
hand1 pointer
hand2 pointer
ibeam text
left_ptr default
left_ptr_help help
left_ptr_watch progress
left_side left-arrow
link alias
move dnd-move
n-resize size_ver
plus cell
pointing_hand pointer
question_arrow help
right_side right-arrow
s-resize size_ver
sb_h_double_arrow size_hor
sb_v_double_arrow size_ver
size_all fleur
split_h col-resize
split_v row-resize
v_double_arrow size_ver
w-resize size_hor
watch wait
whats_this help
xterm text

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 936 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 934 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1016 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 979 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 710 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 907 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1017 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 979 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

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