Date: Wednesday, October 5, 2022 @ 15:01:08
Author: alucryd
Revision: 1321600
archrelease: copy trunk to community-any
Added:
pop-icon-theme/repos/community-any/PKGBUILD
(from rev 1321599, 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-10-05 15:00:58 UTC (rev 1321599)
+++ PKGBUILD 2022-10-05 15:01:08 UTC (rev 1321600)
@@ -1,34 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Christopher Reimer <[email protected]>
-
-pkgname=pop-icon-theme
-pkgver=3.3.0
-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=c64e51453d40b75b2a30a82c0d4c5f93e2c3e1a4
-source=(pop-icon-theme::git+https://github.com/pop-os/icon-theme.git#commit=${_commit})
-b2sums=(SKIP)
-
-pkgver() {
- cd pop-icon-theme
- git describe --tags | sed 's/^v//;s/-/.r/;s/-g/./'
-}
-
-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 1321599,
pop-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-05 15:01:08 UTC (rev 1321600)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Christopher Reimer <[email protected]>
+
+pkgname=pop-icon-theme
+pkgver=3.3.0.r8.ab3e9b1497
+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=ab3e9b14970f73dabd0b94025877972312cb82fb
+source=(pop-icon-theme::git+https://github.com/pop-os/icon-theme.git#commit=${_commit})
+b2sums=(SKIP)
+
+pkgver() {
+ cd pop-icon-theme
+ git describe --tags | sed 's/^v//;s/-/.r/;s/-g/./'
+}
+
+build() {
+ arch-meson pop-icon-theme build
+ meson compile -C build
+}
+
+package() {
+ DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et: