[arch-commits] Commit in ukui-themes/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Sep 10 13:54:12 UTC 2022
Date: Saturday, September 10, 2022 @ 13:54:12
Author: felixonmars
Revision: 1298989
archrelease: copy trunk to community-any
Added:
ukui-themes/repos/community-any/PKGBUILD
(from rev 1298988, ukui-themes/trunk/PKGBUILD)
Deleted:
ukui-themes/repos/community-any/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-10 13:53:51 UTC (rev 1298988)
+++ PKGBUILD 2022-09-10 13:54:12 UTC (rev 1298989)
@@ -1,23 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=ukui-themes
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="Official themes for the UKUI desktop"
-arch=('any')
-license=('GPL')
-url="https://github.com/ukui/ukui-themes"
-groups=('ukui')
-depends=('dconf')
-makedepends=('meson')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-themes/archive/v$pkgver.tar.gz")
-sha512sums=('5af63fd7fd914e9f25686c778d3a6463dd94987c734d78ffe12aad50ec33e528eff27578e45c90ea6ca91bbd545583e75697a13a4b63527ef19a251a0d30f070')
-
-build() {
- arch-meson $pkgname-$pkgver build
- ninja -C build
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C build install
-}
Copied: ukui-themes/repos/community-any/PKGBUILD (from rev 1298988, ukui-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-10 13:54:12 UTC (rev 1298989)
@@ -0,0 +1,23 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=ukui-themes
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="Official themes for the UKUI desktop"
+arch=('any')
+license=('GPL')
+url="https://github.com/ukui/ukui-themes"
+groups=('ukui')
+depends=('dconf')
+makedepends=('meson')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-themes/archive/v$pkgver.tar.gz")
+sha512sums=('c7905c8f357c77c47a9d79bb4d1c505d9d9272d0dc405322460ba1f9b6b730e1147199b0c38cae7ec55d36edd448f0c9a161bd7001bc445a5185589bf666f6fd')
+
+build() {
+ arch-meson $pkgname-$pkgver build
+ ninja -C build
+}
+
+package() {
+ DESTDIR="$pkgdir" ninja -C build install
+}
More information about the arch-commits
mailing list