Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5b7f35508c | ||
|
|
6dfebca9e4 | ||
|
|
5186b9d282 | ||
|
|
801555b61f |
@@ -4,14 +4,13 @@ stages:
|
|||||||
Update-AUR:
|
Update-AUR:
|
||||||
image: archlinux/base
|
image: archlinux/base
|
||||||
stage: package
|
stage: package
|
||||||
dependencies: []
|
|
||||||
only:
|
only:
|
||||||
- /^v(\d+\.)*\d+$/
|
- /^v(\d+\.)*\d+$/
|
||||||
before_script: []
|
|
||||||
script:
|
script:
|
||||||
- cd ./pkg/aur
|
- 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'"
|
- echo "Pushing'v$_version'"
|
||||||
|
|
||||||
- sourceURL=https://gitlab.com/ykkzde/posy-cursors/-/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
|
||||||
|
|||||||
@@ -7,12 +7,23 @@ pkgdesc="Port of Posy's improved cursors"
|
|||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://gitlab.com/ykkzde/posy-cursors"
|
url="https://gitlab.com/ykkzde/posy-cursors"
|
||||||
license=(unknown)
|
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
|
sha256sums=('SKIP') # automatically set in CI, see: /.gitlab-ci.yml
|
||||||
|
|
||||||
package() {
|
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"
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user