Compare commits

..

3 Commits

Author SHA1 Message Date
Dmitry Porunov
6dfebca9e4 Just to see what happens 2020-06-24 20:44:38 +03:00
Dmitry Porunov
5186b9d282 Fix URL Again 2020-06-24 20:38:04 +03:00
Dmitry Porunov
801555b61f Fix path in PKGBUILD, remove unneeded lines in .gitlab-ci.yml 2020-06-24 20:31:47 +03:00
2 changed files with 18 additions and 9 deletions

View File

@@ -4,10 +4,8 @@ stages:
Update-AUR:
image: archlinux/base
stage: package
dependencies: []
only:
- /^v(\d+\.)*\d+$/
before_script: []
script:
- cd ./pkg/aur

View File

@@ -7,12 +7,23 @@ pkgdesc="Port of Posy's improved cursors"
arch=(any)
url="https://gitlab.com/ykkzde/posy-cursors"
license=(unknown)
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
source=("$pkgname-$pkgver-$pkgrel.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
package() {
cd posy-cursors-v$pkgver-themes/themes
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"
cp -dr --no-preserve=ownership posy-black/ "$pkgdir/usr/share/icons/posy-black"