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

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Aug 23 08:09:22 UTC 2022


    Date: Tuesday, August 23, 2022 @ 08:09:21
  Author: alucryd
Revision: 1274934

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   97 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 51 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-23 08:09:11 UTC (rev 1274933)
+++ PKGBUILD	2022-08-23 08:09:21 UTC (rev 1274934)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Christopher Reimer <mail at c-reimer.de>
-# Contributor: Dimitris Kiziridis <ragouel at outlook.com>
-# Contributor: Dan Beste <dan.ray.beste at gmail.com>
-# Contributor: Carl George <carl at george.computer>
-
-pkgname=pop-gtk-theme
-pkgver=5.4.5
-pkgrel=3
-pkgdesc='System76 Pop GTK+ Theme'
-arch=(any)
-url=https://github.com/pop-os/gtk-theme
-license=(
-  CCPL
-  GPL3
-  LGPL2.1
-  LGPL3
-)
-makedepends=(
-  git
-  meson
-  sassc
-)
-optdepends=(
-  'gtk-engine-murrine: GTK2 theme'
-  'gtk-engine-pixbuf: GTK2 theme'
-  'ttf-fira-mono: Monospace font'
-  'ttf-fira-sans: Interface font'
-  'ttf-roboto-slab: Document font'
-)
-_tag=61bc35d62c74d819854af8a88e5aae206a8bb9de
-source=(pop-gtk-theme::git+https://github.com/pop-os/gtk-theme.git#tag=${_tag})
-b2sums=(SKIP)
-
-build() {
-  arch-meson pop-gtk-theme build
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-  # https://github.com/pop-os/gtk-theme/issues/436
-  ln -s /usr/share/gnome-shell/theme/Pop-dark "${pkgdir}"/usr/share/themes/Pop-dark/gnome-shell
-}
-
-# vim: ts=2 sw=2 et:

Copied: pop-gtk-theme/repos/community-any/PKGBUILD (from rev 1274933, pop-gtk-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-23 08:09:21 UTC (rev 1274934)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Christopher Reimer <mail at c-reimer.de>
+# Contributor: Dimitris Kiziridis <ragouel at outlook.com>
+# Contributor: Dan Beste <dan.ray.beste at gmail.com>
+# Contributor: Carl George <carl at george.computer>
+
+pkgname=pop-gtk-theme
+pkgver=5.5.1
+pkgrel=1
+pkgdesc='System76 Pop GTK+ Theme'
+arch=(any)
+url=https://github.com/pop-os/gtk-theme
+license=(
+  CCPL
+  GPL3
+  LGPL2.1
+  LGPL3
+)
+makedepends=(
+  git
+  meson
+  sassc
+)
+optdepends=(
+  'gtk-engine-murrine: GTK2 theme'
+  'gtk-engine-pixbuf: GTK2 theme'
+  'ttf-fira-mono: Monospace font'
+  'ttf-fira-sans: Interface font'
+  'ttf-roboto-slab: Document font'
+)
+_commit=7ba5da8541d79603ab621d684e55b364783fbc11
+source=(pop-gtk-theme::git+https://github.com/pop-os/gtk-theme.git#commit=${_commit})
+b2sums=(SKIP)
+
+pkgver() {
+  cd pop-gtk-theme
+  git describe --tags | sed 's/^v//;s/-/.r/;s/-g/./'
+}
+
+build() {
+  arch-meson pop-gtk-theme build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+  # https://github.com/pop-os/gtk-theme/issues/436
+  ln -s /usr/share/gnome-shell/theme/Pop-dark "${pkgdir}"/usr/share/themes/Pop-dark/gnome-shell
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list