[arch-commits] Commit in granite/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sat Jul 4 14:24:16 UTC 2020
Date: Saturday, July 4, 2020 @ 14:24:16
Author: alucryd
Revision: 657690
archrelease: copy trunk to community-x86_64
Added:
granite/repos/community-x86_64/PKGBUILD
(from rev 657689, granite/trunk/PKGBUILD)
Deleted:
granite/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 93 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-04 14:24:11 UTC (rev 657689)
+++ PKGBUILD 2020-07-04 14:24:16 UTC (rev 657690)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-
-pkgname=granite
-pkgver=5.4.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)
-source=(git+https://github.com/elementary/granite.git#tag=9d80c1df6096a47c7181ce1e6abbdf358af520c4)
-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:
Copied: granite/repos/community-x86_64/PKGBUILD (from rev 657689, granite/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-04 14:24:16 UTC (rev 657690)
@@ -0,0 +1,47 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=granite
+pkgver=5.5.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=f26920bcacee1aff82d152443e73c187fc89e4c2
+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