[arch-commits] Commit in grilo/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Jul 27 09:29:09 UTC 2018
Date: Friday, July 27, 2018 @ 09:29:08
Author: heftig
Revision: 329585
archrelease: copy trunk to extra-x86_64
Added:
grilo/repos/extra-x86_64/PKGBUILD
(from rev 329584, grilo/trunk/PKGBUILD)
Deleted:
grilo/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 77 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-27 09:28:43 UTC (rev 329584)
+++ PKGBUILD 2018-07-27 09:29:08 UTC (rev 329585)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=grilo
-pkgver=0.3.5
-pkgrel=1
-pkgdesc="Framework that provides access to various sources of multimedia content"
-url="https://wiki.gnome.org/Projects/Grilo"
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk3 libxml2 libsoup liboauth totem-plparser)
-makedepends=(gobject-introspection gtk-doc vala git meson)
-optdepends=('grilo-plugins: Plugins for grilo')
-_commit=66bc17e9f7f99f494302226ec333ee175d0f906b # tags/grilo-0.3.5^0
-source=("git+https://git.gnome.org/browse/grilo#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/^grilo-//;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build -D enable-gtk-doc=true
- ninja -C build
-}
-
-check() {
- cd build
- meson test
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C build install
-}
Copied: grilo/repos/extra-x86_64/PKGBUILD (from rev 329584, grilo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-27 09:29:08 UTC (rev 329585)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=grilo
+pkgver=0.3.6
+pkgrel=1
+pkgdesc="Framework that provides access to various sources of multimedia content"
+url="https://wiki.gnome.org/Projects/Grilo"
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3 libxml2 libsoup liboauth totem-plparser)
+makedepends=(gobject-introspection gtk-doc vala git meson)
+optdepends=('grilo-plugins: Plugins for grilo')
+_commit=6cd2e5e94f1ba2a8bf7c42da98523b3d76b5e298 # tags/grilo-0.3.6^0
+source=("git+https://gitlab.gnome.org/GNOME/grilo.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/^grilo-//;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build -D enable-gtk-doc=true
+ ninja -C build
+}
+
+check() {
+ meson test -C build
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list