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

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Aug 18 09:42:43 UTC 2022


    Date: Thursday, August 18, 2022 @ 09:42:43
  Author: alucryd
Revision: 1266824

archrelease: copy trunk to community-any

Added:
  pop-icon-theme/repos/community-any/PKGBUILD
    (from rev 1266823, 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	2022-08-18 09:42:34 UTC (rev 1266823)
+++ PKGBUILD	2022-08-18 09:42:43 UTC (rev 1266824)
@@ -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.r2450.b6b5d437ec
-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=b6b5d437ec7d62cb10ce09c61714486922124b8f
-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 1266823, pop-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-18 09:42:43 UTC (rev 1266824)
@@ -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.r2486.4267d58be8
+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=4267d58be80cc8f665d47e3b70c497011c6fb84a
+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