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

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Jun 30 13:27:24 UTC 2022


    Date: Thursday, June 30, 2022 @ 13:27:24
  Author: alucryd
Revision: 1243018

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: granite/repos/community-staging-x86_64/PKGBUILD (from rev 1243017, granite/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-06-30 13:27:24 UTC (rev 1243018)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=granite
+pkgver=7.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
+  gtk4
+  libgee
+  pango
+)
+makedepends=(
+  git
+  gobject-introspection
+  meson
+  vala
+)
+provides=(libgranite.so)
+_tag=41020886ee56f0a489b977a389da10a6ba0cd131
+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