[arch-commits] Commit in ukui-themes/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Feb 25 10:00:11 UTC 2020


    Date: Tuesday, February 25, 2020 @ 10:00:10
  Author: felixonmars
Revision: 580940

upgpkg: ukui-themes 0.0.0+git20200225-1

Modified:
  ukui-themes/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 10:00:05 UTC (rev 580939)
+++ PKGBUILD	2020-02-25 10:00:10 UTC (rev 580940)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=ukui-themes
-pkgver=0.0.0+git20190820
-_commit=e9a87343d75a90af53d4badbe78d531a1715ec5f
+pkgver=0.0.0+git20200225
+_commit=9e9b986593a28eeff716d0d03a04567f1f24add6
 pkgrel=1
 pkgdesc="Official themes for the UKUI desktop"
 arch=('any')
@@ -10,21 +10,13 @@
 url="https://github.com/ukui/ukui-themes"
 groups=('ukui')
 depends=('dconf')
-makedepends=('sassc' 'git')
-source=("$pkgname-$_commit.tar.gz::https://github.com/ukui/ukui-themes/archive/$_commit.tar.gz"
-        ukui-themes-remove-broken-icons.patch::https://github.com/ukui/ukui-themes/pull/4.patch)
-sha512sums=('89755dff48b4b00493062f9de33522a8d7e0684ba334a2edc3010f7935f1aa1587f2bdaa5e9e7157963c5a91aa18cc9ae88dbf37a19a4fed0935bb3d4fe79677'
-            '291810cdb53436c48d6d2dcc21f1954daf5cd80d1a76e890fdafe973f65e4c06cc2e9470ed1cc72433fe2fbfb1a37507589cdb9b2b491a4acd3877f203391546')
+makedepends=('sassc')
+source=("$pkgname-$_commit.tar.gz::https://github.com/ukui/ukui-themes/archive/$_commit.tar.gz")
+sha512sums=('6fec88baf4bae1c2a23527cde2963bc3e614b6fa3d493c51199b803978cb43b102f8b17056ac5ba6756e700bc6343211393842860caeef5e67b9a171ce838927')
 
-prepare(){
-  cd $pkgname-$_commit
-  git apply ../ukui-themes-remove-broken-icons.patch
-  sed -i 's/sass/sassc/' */Makefile
-}
-
 build() {
   cd $pkgname-$_commit
-  make
+  make SASS=sassc
 }
 
 package() {



More information about the arch-commits mailing list