Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6dfebca9e4 | ||
|
|
5186b9d282 |
@@ -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
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user