Compare commits

..

2 Commits

Author SHA1 Message Date
Dmitry Porunov
5b7f35508c Just to see what happens 2020-06-24 20:49:36 +03:00
Dmitry Porunov
6dfebca9e4 Just to see what happens 2020-06-24 20:44:38 +03:00
2 changed files with 13 additions and 3 deletions

View File

@@ -9,7 +9,8 @@ Update-AUR:
script:
- cd ./pkg/aur
- _version=$(echo $CI_COMMIT_REF_NAME | cut -c 2-)
- _version=$(echo $CI_COMMIT_TAG)
- echo "$CI_COMMIT_TAG"
- echo "Pushing'v$_version'"
- sourceURL=https://gitlab.com/ykkzde/posy-cursors/-/archive/v$_version/cursorsPosy-v$_version.tar.gz?path=themes

View File

@@ -12,8 +12,17 @@ source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/-/archive/v$pkgver/posy-cursors-v
sha256sums=('SKIP') # automatically set in CI, see: /.gitlab-ci.yml
package() {
ls -la
ls -la *
echo "-------------------------------------------------------"
echo "-------------------------------------------------------"
echo "-------------------------------------------------------"
ls -l
echo "-------------------------------------------------------"
echo "-------------------------------------------------------"
echo "-------------------------------------------------------"
ls -l *
echo "-------------------------------------------------------"
echo "-------------------------------------------------------"
echo "-------------------------------------------------------"
cd $pkgname-$pkgver-$pkgrel/themes
install -Ddm755 "$pkgdir/usr/share/icons"
cp -dr --no-preserve=ownership posy-white/ "$pkgdir/usr/share/icons/posy-white"