[arch-commits] Commit in granite/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Sat Sep 7 07:59:06 UTC 2019


    Date: Saturday, September 7, 2019 @ 07:59:06
  Author: alucryd
Revision: 508348

archrelease: copy trunk to community-x86_64

Added:
  granite/repos/community-x86_64/PKGBUILD
    (from rev 508347, granite/trunk/PKGBUILD)
Deleted:
  granite/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-07 07:59:01 UTC (rev 508347)
+++ PKGBUILD	2019-09-07 07:59:06 UTC (rev 508348)
@@ -1,40 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-
-pkgname=granite
-pkgver=5.2.4
-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)
-source=(git+https://github.com/elementary/granite.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-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:

Copied: granite/repos/community-x86_64/PKGBUILD (from rev 508347, granite/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-07 07:59:06 UTC (rev 508348)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=granite
+pkgver=5.2.5
+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)
+source=(git+https://github.com/elementary/granite.git#tag=7e1b76b3a5d093687bc296013b136d30173b22c6)
+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