[arch-commits] Commit in elementary-icon-theme/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Wed Nov 24 11:57:02 UTC 2021
Date: Wednesday, November 24, 2021 @ 11:57:02
Author: alucryd
Revision: 1054633
archrelease: copy trunk to community-any
Added:
elementary-icon-theme/repos/community-any/PKGBUILD
(from rev 1054632, elementary-icon-theme/trunk/PKGBUILD)
Deleted:
elementary-icon-theme/repos/community-any/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-24 11:56:57 UTC (rev 1054632)
+++ PKGBUILD 2021-11-24 11:57:02 UTC (rev 1054633)
@@ -1,41 +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=6.0.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
- librsvg
- meson
- xorg-xcursorgen
-)
-_tag=474f649ebc18ee5ff7c41cb0a15bf169eec3c158
-source=(elementary-icon-theme::git+https://github.com/elementary/icons.git#tag=${_tag})
-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:
Copied: elementary-icon-theme/repos/community-any/PKGBUILD (from rev 1054632, elementary-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-24 11:57:02 UTC (rev 1054633)
@@ -0,0 +1,41 @@
+# 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=6.1.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
+ librsvg
+ meson
+ xorg-xcursorgen
+)
+_tag=c6cf4636ea0de92c3512242dbf4ec6fb33456b13
+source=(elementary-icon-theme::git+https://github.com/elementary/icons.git#tag=${_tag})
+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