[arch-commits] Commit in granite/repos (2 files)

Maxime Gauduin alucryd at archlinux.org
Wed Mar 24 10:27:08 UTC 2021


    Date: Wednesday, March 24, 2021 @ 10:27:07
  Author: alucryd
Revision: 901515

archrelease: copy trunk to community-staging-x86_64

Added:
  granite/repos/community-staging-x86_64/
  granite/repos/community-staging-x86_64/PKGBUILD
    (from rev 901514, granite/trunk/PKGBUILD)

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

Copied: granite/repos/community-staging-x86_64/PKGBUILD (from rev 901514, granite/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-03-24 10:27:07 UTC (rev 901515)
@@ -0,0 +1,47 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=granite
+pkgver=6.0.0
+pkgrel=1
+pkgdesc='Library that extends Gtk+'
+arch=(x86_64)
+url=https://github.com/elementary/granite
+license=(LGPL3)
+groups=(pantheon)
+depends=(
+  cairo
+  gdk-pixbuf2
+  glib2
+  gtk3
+  libgee
+  pango
+)
+makedepends=(
+  git
+  gobject-introspection
+  meson
+  vala
+)
+provides=(libgranite.so)
+_tag=e6212b8e55bb35b14b1ebcb199ae2978b518a7f9
+source=(git+https://github.com/elementary/granite.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd granite
+
+  git describe --tags
+}
+
+build() {
+  arch-meson granite build \
+    -D b_pie=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list