Date: Tuesday, March 21, 2023 @ 01:19:04
Author: felixonmars
Revision: 1424552
archrelease: copy trunk to community-any
Added:
cutefish-wallpapers/repos/community-any/PKGBUILD
(from rev 1424551, cutefish-wallpapers/trunk/PKGBUILD)
Deleted:
cutefish-wallpapers/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-21 01:18:54 UTC (rev 1424551)
+++ PKGBUILD 2023-03-21 01:19:04 UTC (rev 1424552)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=cutefish-wallpapers
-pkgver=0.4
-pkgrel=1
-pkgdesc="CutefishOS's system wallpaper"
-arch=('any')
-url="https://github.com/cutefishos/wallpapers"
-license=('GPL')
-groups=('cutefish')
-depends=()
-makedepends=('cmake' 'ninja')
-source=("https://github.com/cutefishos/wallpapers/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('9e0aefe4ac1f44f8fdd25048017e238c2939f391909ad1a116f90eea25e6810b9fe8def9b1300c2943984eded6f2d7a92cd62927f8dd196968bc3a6e8a10c73c')
-
-build() {
- cd wallpapers-$pkgver
-
- cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
- ninja
-}
-
-package() {
- cd wallpapers-$pkgver
- DESTDIR="$pkgdir" ninja install
-}
Copied: cutefish-wallpapers/repos/community-any/PKGBUILD (from rev 1424551,
cutefish-wallpapers/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-21 01:19:04 UTC (rev 1424552)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=cutefish-wallpapers
+pkgver=1.0
+pkgrel=1
+pkgdesc="CutefishOS's system wallpaper"
+arch=('any')
+url="https://github.com/cutefishos/wallpapers"
+license=('GPL')
+groups=('cutefish')
+depends=()
+makedepends=('cmake' 'ninja')
+source=("https://github.com/cutefishos/wallpapers/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('ea4d4d236b62993d2f5e3fb057fee50928318445da6e645703d637492fde0393c398d31aaed23d7274a88846452190c2b55868561e5c674520238033b77d1804')
+
+build() {
+ cd wallpapers-$pkgver
+
+ cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr .
+ ninja
+}
+
+package() {
+ cd wallpapers-$pkgver
+ DESTDIR="$pkgdir" ninja install
+}