[arch-commits] Commit in elementary-icon-theme/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon May 11 16:18:38 UTC 2020
Date: Monday, May 11, 2020 @ 16:18:32
Author: alucryd
Revision: 626260
archrelease: copy trunk to community-any
Added:
elementary-icon-theme/repos/community-any/PKGBUILD
(from rev 626259, elementary-icon-theme/trunk/PKGBUILD)
Deleted:
elementary-icon-theme/repos/community-any/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-11 16:18:19 UTC (rev 626259)
+++ PKGBUILD 2020-05-11 16:18:32 UTC (rev 626260)
@@ -1,40 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Diego Principe <cdprincipe at gmail.com>
-# Contributor: paterbrown <paterbrown at silberhelme.de>
-# Contributor: Josip <josipponjavic at gmail.com>
-
-pkgname=elementary-icon-theme
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='Named, vector icons for elementary OS'
-arch=(any)
-url=https://github.com/elementary/icons
-license=(GPL3)
-groups=(pantheon)
-depends=(hicolor-icon-theme)
-makedepends=(
- git
- inkscape
- meson
- xorg-xcursorgen
-)
-source=(elementary-icon-theme::git+https://github.com/elementary/icons.git#tag=4e55343917503e040b7b8a706fdc0ccbbebd2ae9)
-sha256sums=(SKIP)
-
-pkgver() {
- cd elementary-icon-theme
-
- git describe --tags
-}
-
-build() {
- arch-meson elementary-icon-theme build
- ninja -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" ninja -C build install
- rm -rf "${pkgdir}"/.VolumeIcon.*
-}
-
-# vim: ts=2 sw=2 et:
Copied: elementary-icon-theme/repos/community-any/PKGBUILD (from rev 626259, elementary-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-05-11 16:18:32 UTC (rev 626260)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Diego Principe <cdprincipe at gmail.com>
+# Contributor: paterbrown <paterbrown at silberhelme.de>
+# Contributor: Josip <josipponjavic at gmail.com>
+
+pkgname=elementary-icon-theme
+pkgver=5.3.1
+pkgrel=1
+pkgdesc='Named, vector icons for elementary OS'
+arch=(any)
+url=https://github.com/elementary/icons
+license=(GPL3)
+groups=(pantheon)
+depends=(hicolor-icon-theme)
+makedepends=(
+ git
+ librsvg
+ meson
+ xorg-xcursorgen
+)
+source=(elementary-icon-theme::git+https://github.com/elementary/icons.git#tag=395d6a7e6d760b681a33f50e30d638be656159fa)
+sha256sums=(SKIP)
+
+pkgver() {
+ cd elementary-icon-theme
+
+ git describe --tags
+}
+
+build() {
+ arch-meson elementary-icon-theme build \
+ -Dvolume_icons=false
+ ninja -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list