[arch-commits] Commit in ukui-themes/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Sep 9 19:42:15 UTC 2022
Date: Friday, September 9, 2022 @ 19:42:15
Author: felixonmars
Revision: 1297436
archrelease: copy trunk to community-any
Added:
ukui-themes/repos/community-any/PKGBUILD
(from rev 1297435, ukui-themes/trunk/PKGBUILD)
Deleted:
ukui-themes/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 +++++++++++++++++++++++-----------------------------
1 file changed, 23 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-09 19:41:55 UTC (rev 1297435)
+++ PKGBUILD 2022-09-09 19:42:15 UTC (rev 1297436)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=ukui-themes
-pkgver=1.4.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=('ruby-sass' 'xorg-xcursorgen')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-themes/archive/v$pkgver.tar.gz")
-sha512sums=('f4bd71f9d958c3adb85799543ee0b2ad7bb9d76782824d0245f5a0127d56a4ae4f552f2e0f51d303b7b6c9af67b0a84edcf43282b8bae4f6a645d3bedfbe35e4')
-
-build() {
- cd $pkgname-$pkgver
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-
- install -Dm644 debian/25_ukui-themes.gschema.override -t "$pkgdir"/usr/share/glib-2.0/schemas/
- install -dm755 "$pkgdir"/usr/share/icons
- cp -a icons/ukui-classical icons/ukui icons/ukui-icon-theme-default "$pkgdir"/usr/share/icons/
- install -Dm644 ukui-custom.xml -t "$pkgdir"/usr/share/mime/packages/
-}
Copied: ukui-themes/repos/community-any/PKGBUILD (from rev 1297435, ukui-themes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-09 19:42:15 UTC (rev 1297436)
@@ -0,0 +1,23 @@
+# 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
+}
More information about the arch-commits
mailing list