[arch-commits] Commit in pop-icon-theme/repos (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun Mar 6 15:45:42 UTC 2022


    Date: Sunday, March 6, 2022 @ 15:45:42
  Author: foutrelis
Revision: 1142515

archrelease: copy trunk to community-staging-any

Added:
  pop-icon-theme/repos/community-staging-any/
  pop-icon-theme/repos/community-staging-any/PKGBUILD
    (from rev 1142513, pop-icon-theme/trunk/PKGBUILD)

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: pop-icon-theme/repos/community-staging-any/PKGBUILD (from rev 1142513, pop-icon-theme/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-03-06 15:45:42 UTC (rev 1142515)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Christopher Reimer <mail at c-reimer.de>
+
+pkgname=pop-icon-theme
+pkgver=2.1.0.r2419.9998b20b78
+pkgrel=2
+pkgdesc='System76 Pop Icon Theme'
+arch=(any)
+url=https://github.com/pop-os/icon-theme
+license=(CCPL)
+depends=(adwaita-icon-theme)
+makedepends=(
+  git
+  meson
+)
+_commit=9998b20b78f3ff65ecbf2253bb863d1e669abe74
+source=(pop-icon-theme::git+https://github.com/pop-os/icon-theme.git#commit=${_commit})
+b2sums=(SKIP)
+
+pkgver() {
+  cd pop-icon-theme
+  echo 2.1.0.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)
+}
+
+build() {
+  arch-meson pop-icon-theme build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list