[arch-commits] Commit in granite/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Mon Jul 19 12:39:01 UTC 2021
Date: Monday, July 19, 2021 @ 12:39:01
Author: alucryd
Revision: 978631
archrelease: copy trunk to community-x86_64
Added:
granite/repos/community-x86_64/PKGBUILD
(from rev 978630, granite/trunk/PKGBUILD)
Deleted:
granite/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 47 insertions(+), 47 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-19 12:38:55 UTC (rev 978630)
+++ PKGBUILD 2021-07-19 12:39:01 UTC (rev 978631)
@@ -1,47 +0,0 @@
-# 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:
Copied: granite/repos/community-x86_64/PKGBUILD (from rev 978630, granite/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-19 12:39:01 UTC (rev 978631)
@@ -0,0 +1,47 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=granite
+pkgver=6.1.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=9935f1980461984dc31b5465f8b084635a7e56b0
+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