Date: Sunday, May 7, 2023 @ 12:07:59
Author: alucryd
Revision: 1459253
archrelease: copy trunk to community-any
Added:
elementary-icon-theme/repos/community-any/PKGBUILD
(from rev 1459252, 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 2023-05-07 12:07:47 UTC (rev 1459252)
+++ PKGBUILD 2023-05-07 12:07:59 UTC (rev 1459253)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Diego Principe <[email protected]>
-# Contributor: paterbrown <[email protected]>
-# Contributor: Josip <[email protected]>
-
-pkgname=elementary-icon-theme
-pkgver=7.2.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=9634f970ce24dacb5f22d212a71305e0aab457e9
-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 1459252,
elementary-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-07 12:07:59 UTC (rev 1459253)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Diego Principe <[email protected]>
+# Contributor: paterbrown <[email protected]>
+# Contributor: Josip <[email protected]>
+
+pkgname=elementary-icon-theme
+pkgver=7.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
+ librsvg
+ meson
+ xorg-xcursorgen
+)
+_tag=37c08568d8d983540bf2723e33e57b2692c6ffd3
+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: