Date: Friday, February 19, 2021 @ 14:34:09 Author: felixonmars Revision: 865803
upgpkg: ukui-themes 1.4.1-1 Modified: ukui-themes/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-19 14:33:43 UTC (rev 865802) +++ PKGBUILD 2021-02-19 14:34:09 UTC (rev 865803) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=ukui-themes -pkgver=1.4.0 +pkgver=1.4.1 pkgrel=1 pkgdesc="Official themes for the UKUI desktop" arch=('any') @@ -9,17 +9,10 @@ url="https://github.com/ukui/ukui-themes" groups=('ukui') depends=('dconf') -makedepends=('ruby-sass') -source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-themes/archive/v$pkgver.tar.gz" - ukui-themes-fix-icon-theme.patch::https://github.com/ukui/ukui-themes/pull/19.patch) -sha512sums=('9fbf8bc6b865f4050d0e4e3e7131751e8d292b4708f07c521d7777545dc0dd78ca6c6d07920078b9e989456fe1e9ffbf7633e2cf8e03c3eae438b7c19a2753ad' - '0ce3e7f951bdabb1c8c8253351b9a77c064ef4f6e002ca5dcbe23770e0e03d46b9d6e9f283567f850dc7c3abd7d92dbb513a90e47aec499dc515c74faeb45c58') +makedepends=('ruby-sass' 'xorg-xcursorgen') +source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-themes/archive/v$pkgver.tar.gz") +sha512sums=('f4bd71f9d958c3adb85799543ee0b2ad7bb9d76782824d0245f5a0127d56a4ae4f552f2e0f51d303b7b6c9af67b0a84edcf43282b8bae4f6a645d3bedfbe35e4') -prepare() { - cd $pkgname-$pkgver - patch -p1 -i ../ukui-themes-fix-icon-theme.patch -} - build() { cd $pkgname-$pkgver make @@ -31,6 +24,6 @@ install -Dm644 debian/25_ukui-themes.gschema.override -t "$pkgdir"/usr/share/glib-2.0/schemas/ install -dm755 "$pkgdir"/usr/share/icons - cp -a ukui-icon-theme* "$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/ }
