[arch-commits] Commit in granite/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Fri Apr 3 07:22:12 UTC 2020
Date: Friday, April 3, 2020 @ 07:22:12
Author: alucryd
Revision: 610768
archrelease: copy trunk to community-x86_64
Added:
granite/repos/community-x86_64/PKGBUILD
(from rev 610767, granite/trunk/PKGBUILD)
Deleted:
granite/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 92 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 46 insertions(+), 46 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-03 07:22:07 UTC (rev 610767)
+++ PKGBUILD 2020-04-03 07:22:12 UTC (rev 610768)
@@ -1,46 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-
-pkgname=granite
-pkgver=5.3.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=774f6bfcc34cf9d45d14bd19cb266dc1a0c6d868)
-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 610767, granite/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-03 07:22:12 UTC (rev 610768)
@@ -0,0 +1,46 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=granite
+pkgver=5.3.1
+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=ede61473fb8e56da15e401a1517c2580873fdf81)
+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