[arch-commits] Commit in gtk-theme-elementary (3 files)

Maxime Gauduin alucryd at archlinux.org
Sat Jan 18 14:37:09 UTC 2020


    Date: Saturday, January 18, 2020 @ 14:37:08
  Author: alucryd
Revision: 553011

archrelease: copy trunk to community-any

Added:
  gtk-theme-elementary/repos/
  gtk-theme-elementary/repos/community-any/
  gtk-theme-elementary/repos/community-any/PKGBUILD
    (from rev 553010, gtk-theme-elementary/trunk/PKGBUILD)

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

Copied: gtk-theme-elementary/repos/community-any/PKGBUILD (from rev 553010, gtk-theme-elementary/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2020-01-18 14:37:08 UTC (rev 553011)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=gtk-theme-elementary
+pkgver=5.4.0
+pkgrel=1
+pkgdesc='elementary GTK theme'
+arch=(any)
+url=https://github.com/elementary/stylesheet
+license=(GPL3)
+groups=(pantheon)
+makedepends=(
+  git
+  meson
+)
+optdepends=('gtk-engine-murrine: GTK2 theme')
+source=(gtk-theme-elementary::git+https://github.com/elementary/stylesheet.git#tag=bf51ea2d201f57b2dde62ef423ceb1e713b9fe98)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd gtk-theme-elementary
+
+  git describe --tags
+}
+
+build() {
+  arch-meson gtk-theme-elementary build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list