[arch-commits] Commit in elementary-icon-theme/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon May 11 16:18:21 UTC 2020
Date: Monday, May 11, 2020 @ 16:18:19
Author: alucryd
Revision: 626259
upgpkg: elementary-icon-theme 5.3.1-1
Modified:
elementary-icon-theme/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-11 16:14:23 UTC (rev 626258)
+++ PKGBUILD 2020-05-11 16:18:19 UTC (rev 626259)
@@ -4,7 +4,7 @@
# Contributor: Josip <josipponjavic at gmail.com>
pkgname=elementary-icon-theme
-pkgver=5.3.0
+pkgver=5.3.1
pkgrel=1
pkgdesc='Named, vector icons for elementary OS'
arch=(any)
@@ -14,11 +14,11 @@
depends=(hicolor-icon-theme)
makedepends=(
git
- inkscape
+ librsvg
meson
xorg-xcursorgen
)
-source=(elementary-icon-theme::git+https://github.com/elementary/icons.git#tag=4e55343917503e040b7b8a706fdc0ccbbebd2ae9)
+source=(elementary-icon-theme::git+https://github.com/elementary/icons.git#tag=395d6a7e6d760b681a33f50e30d638be656159fa)
sha256sums=(SKIP)
pkgver() {
@@ -28,13 +28,13 @@
}
build() {
- arch-meson elementary-icon-theme build
+ arch-meson elementary-icon-theme build \
+ -Dvolume_icons=false
ninja -C build
}
package() {
DESTDIR="${pkgdir}" ninja -C build install
- rm -rf "${pkgdir}"/.VolumeIcon.*
}
# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list