[arch-commits] Commit in pop-icon-theme/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Wed Nov 24 09:13:51 UTC 2021


    Date: Wednesday, November 24, 2021 @ 09:13:51
  Author: alucryd
Revision: 1054627

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-24 09:13:46 UTC (rev 1054626)
+++ PKGBUILD	2021-11-24 09:13:51 UTC (rev 1054627)
@@ -1,34 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Christopher Reimer <mail at c-reimer.de>
-
-pkgname=pop-icon-theme
-pkgver=2.1.0.r2415.a5a10f9725
-pkgrel=1
-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=a5a10f97254d660b5e52875abd1fb0eaac396dae
-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:

Copied: pop-icon-theme/repos/community-any/PKGBUILD (from rev 1054626, pop-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-24 09:13:51 UTC (rev 1054627)
@@ -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=1
+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