[arch-commits] Commit in granite/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue Feb 19 20:59:36 UTC 2019
Date: Tuesday, February 19, 2019 @ 20:59:33
Author: alucryd
Revision: 434640
archrelease: copy trunk to community-x86_64
Added:
granite/repos/community-x86_64/PKGBUILD
(from rev 434639, granite/trunk/PKGBUILD)
Deleted:
granite/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 79 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-02-19 20:59:24 UTC (rev 434639)
+++ PKGBUILD 2019-02-19 20:59:33 UTC (rev 434640)
@@ -1,39 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
-
-pkgname=granite
-pkgver=5.2.2
-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=('cmake' 'git' 'gobject-introspection' 'vala')
-provides=('libgranite.so')
-source=("git+https://github.com/elementary/granite.git#tag=${pkgver}")
-sha256sums=('SKIP')
-
-prepare() {
- if [[ -d build ]]; then
- rm -rf build
- fi
- mkdir build
-}
-
-build() {
- cd build
-
- cmake ../granite \
- -DCMAKE_BUILD_TYPE='Release' \
- -DCMAKE_INSTALL_PREFIX='/usr' \
- -DCMAKE_INSTALL_LIBDIR='/usr/lib'
- make
-}
-
-package() {
- make DESTDIR="${pkgdir}" -C build install
-}
-
-# vim: ts=2 sw=2 et:
Copied: granite/repos/community-x86_64/PKGBUILD (from rev 434639, granite/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-02-19 20:59:33 UTC (rev 434640)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
+
+pkgname=granite
+pkgver=5.2.3
+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:
More information about the arch-commits
mailing list