Date: Friday, September 30, 2022 @ 07:28:27
Author: alucryd
Revision: 1318673
archrelease: copy trunk to community-any
Added:
pop-gtk-theme/repos/community-any/PKGBUILD
(from rev 1318672, pop-gtk-theme/trunk/PKGBUILD)
Deleted:
pop-gtk-theme/repos/community-any/PKGBUILD
----------+
PKGBUILD | 102 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 51 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-30 07:28:17 UTC (rev 1318672)
+++ PKGBUILD 2022-09-30 07:28:27 UTC (rev 1318673)
@@ -1,51 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Christopher Reimer <[email protected]>
-# Contributor: Dimitris Kiziridis <[email protected]>
-# Contributor: Dan Beste <[email protected]>
-# Contributor: Carl George <[email protected]>
-
-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:
Copied: pop-gtk-theme/repos/community-any/PKGBUILD (from rev 1318672,
pop-gtk-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-30 07:28:27 UTC (rev 1318673)
@@ -0,0 +1,51 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Christopher Reimer <[email protected]>
+# Contributor: Dimitris Kiziridis <[email protected]>
+# Contributor: Dan Beste <[email protected]>
+# Contributor: Carl George <[email protected]>
+
+pkgname=pop-gtk-theme
+pkgver=5.5.1.r2.e09de355
+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=e09de3554797f800f46e97db65599fae364f99a2
+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: