Fuck camelCase, fix URLs
@ -1,7 +1,7 @@
|
|||||||
stages:
|
stages:
|
||||||
- package
|
- package
|
||||||
|
|
||||||
package-aur:
|
Update-AUR:
|
||||||
image: archlinux/base
|
image: archlinux/base
|
||||||
stage: package
|
stage: package
|
||||||
dependencies: []
|
dependencies: []
|
||||||
@ -14,7 +14,7 @@ package-aur:
|
|||||||
- _version=$(echo $CI_COMMIT_REF_NAME | cut -c 2-)
|
- _version=$(echo $CI_COMMIT_REF_NAME | cut -c 2-)
|
||||||
- echo "Pushing'v$_version'"
|
- echo "Pushing'v$_version'"
|
||||||
|
|
||||||
- sourceURL=https://git.auteiy.me/dmitry/cursorsPosy/-/archive/v$_version/cursorsPosy-v$_version.tar.gz?path=themes
|
- sourceURL=https://gitlab.com/ykkzde/posy-cursors/-/archive/v$_version/cursorsPosy-v$_version.tar.gz?path=themes
|
||||||
- 'echo "Source: $sourceURL"'
|
- 'echo "Source: $sourceURL"'
|
||||||
- echo "Checking sha256sum checksums"
|
- echo "Checking sha256sum checksums"
|
||||||
- 'sourceSHA=$(curl -sSL "$sourceURL" | sha256sum | cut -d" " -f1)'
|
- 'sourceSHA=$(curl -sSL "$sourceURL" | sha256sum | cut -d" " -f1)'
|
||||||
@ -38,16 +38,16 @@ package-aur:
|
|||||||
# Configure SSH
|
# Configure SSH
|
||||||
- mkdir -p /root/.ssh
|
- mkdir -p /root/.ssh
|
||||||
- cp ./aur.pub /root/.ssh/id_rsa.pub
|
- cp ./aur.pub /root/.ssh/id_rsa.pub
|
||||||
- echo "$sshAUR" | base64 -d > /root/.ssh/id_rsa
|
- echo "${AUR_PRIVATE}" | base64 -d > /root/.ssh/id_rsa
|
||||||
- echo "Host aur.archlinux.org" >> /root/.ssh/config
|
- echo "Host aur.archlinux.org" >> /root/.ssh/config
|
||||||
- echo " IdentityFile /root/.ssh/aur" >> /root/.ssh/config
|
- echo " IdentityFile /root/.ssh/aur" >> /root/.ssh/config
|
||||||
- echo " User aur" >> /root/.ssh/config
|
- echo " User aur" >> /root/.ssh/config
|
||||||
- chmod 600 /root/.ssh/{id_rsa*,config}
|
- chmod 600 /root/.ssh/{id_rsa*,config}
|
||||||
- eval `ssh-agent -s`
|
- eval `ssh-agent -s`
|
||||||
- echo -en "${sshPASSPHRASE}" | ssh-add /root/.ssh/id_rsa
|
- echo -en "${SSH_PASSPHRASE}" | ssh-add /root/.ssh/id_rsa
|
||||||
- ssh-keyscan -H aur.archlinux.org >> /root/.ssh/known_hosts
|
- ssh-keyscan -H aur.archlinux.org >> /root/.ssh/known_hosts
|
||||||
- git config --global user.name "Dmitry Porunov"
|
- git config --global user.name "Dmitry Porunov"
|
||||||
- git config --global user.email "dmitry@auteiy.me"
|
- git config --global user.email "dmitry@ykkz.de"
|
||||||
|
|
||||||
# Clone, commit and push
|
# Clone, commit and push
|
||||||
- git clone ssh://aur@aur.archlinux.org/posy-cursors.git aur-posy-cursors
|
- git clone ssh://aur@aur.archlinux.org/posy-cursors.git aur-posy-cursors
|
||||||
|
10
README.md
@ -1,9 +1,3 @@
|
|||||||
## Preview
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
### Original
|
|
||||||
http://www.michieldb.nl/other/cursors/
|
http://www.michieldb.nl/other/cursors/
|
||||||
|
|
||||||
##### Build script from here
|
##### Build script from here
|
||||||
@ -38,11 +32,11 @@ Copy `posy-*` folders to `~/.icons`
|
|||||||
|
|
||||||
##### Download
|
##### Download
|
||||||
|
|
||||||
Download this [archive](https://git.auteiy.me/dmitry/cursorsPosy/-/archive/master/cursorsPosy-master.tar.gz?path=themes)
|
Download this [archive](https://gitlab.com/ykkzde/posy-cursors/-/archive/master/posy-cursors-master.tar.gz?path=themes)
|
||||||
|
|
||||||
Extract it
|
Extract it
|
||||||
|
|
||||||
`cd cursorsPosy-master-themes/themes`
|
`cd posy-cursors-master-themes/themes`
|
||||||
|
|
||||||
Copy `posy-*` folders to `~/.icons`
|
Copy `posy-*` folders to `~/.icons`
|
||||||
|
|
||||||
|
@ -1,18 +1,18 @@
|
|||||||
# Maintainer: Auteiy <dmitry@auteiy.me>
|
# Maintainer: Ykkzde <dmitry@ykkz.de>
|
||||||
|
|
||||||
pkgname=posy-cursors
|
pkgname=posy-cursors
|
||||||
pkgver=0.0.0 # automatically set in CI, see: /.gitlab-ci.yml
|
pkgver=0.0.0 # automatically set in CI, see: /.gitlab-ci.yml
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Port of Posy's improved cursors"
|
pkgdesc="Port of Posy's improved cursors"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://git.auteiy.me/dmitry/cursorsPosy"
|
url="https://gitlab.com/ykkzde/posy-cursors"
|
||||||
license=(unknown)
|
license=(unknown)
|
||||||
source=("$pkgname-$pkgver.tar.gz::$url/-/archive/v$pkgver/cursorsPosy-v$pkgver.tar.gz?path=themes") # automatically set in CI, see: /.gitlab-ci.yml
|
source=("$pkgname-$pkgver.tar.gz::$url/-/archive/v$pkgver/posy-cursors-v$pkgver.tar.gz?path=themes") # automatically set in CI, see: /.gitlab-ci.yml
|
||||||
|
|
||||||
sha256sums=('SKIP') # automatically set in CI, see: /.gitlab-ci.yml
|
sha256sums=('SKIP') # automatically set in CI, see: /.gitlab-ci.yml
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd cursorsPosy-v$pkgver-themes/themes
|
cd posy-cursors-v$pkgver-themes/themes
|
||||||
install -Ddm755 "$pkgdir/usr/share/icons"
|
install -Ddm755 "$pkgdir/usr/share/icons"
|
||||||
cp -dr --no-preserve=ownership posy-white/ "$pkgdir/usr/share/icons/posy-white"
|
cp -dr --no-preserve=ownership posy-white/ "$pkgdir/usr/share/icons/posy-white"
|
||||||
cp -dr --no-preserve=ownership posy-black/ "$pkgdir/usr/share/icons/posy-black"
|
cp -dr --no-preserve=ownership posy-black/ "$pkgdir/usr/share/icons/posy-black"
|
||||||
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 952 B After Width: | Height: | Size: 952 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 689 B After Width: | Height: | Size: 689 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |