[arch-commits] Commit in baobab/repos (2 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Mar 14 08:47:10 UTC 2018


    Date: Wednesday, March 14, 2018 @ 08:47:09
  Author: bpiotrowski
Revision: 318953

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  baobab/repos/gnome-unstable-x86_64/
  baobab/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 318952, baobab/trunk/PKGBUILD)

----------+
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

Copied: baobab/repos/gnome-unstable-x86_64/PKGBUILD (from rev 318952, baobab/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-03-14 08:47:09 UTC (rev 318953)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=baobab
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="A graphical directory tree analyzer"
+url="https://wiki.gnome.org/Apps/Baobab"
+arch=(x86_64)
+license=(GPL2)
+depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
+makedepends=(intltool itstool vala gobject-introspection yelp-tools appstream-glib
+             git meson)
+groups=(gnome)
+_commit=9b17875c2ea649efd414f1c8f56d8b4abb69ed2b  # tags/3.28.0^0
+source=("git+https://git.gnome.org/browse/baobab#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  # https://bugs.archlinux.org/task/31861
+  sed -i '/MimeType/d' "$pkgdir/usr/share/applications/org.gnome.baobab.desktop"
+}



More information about the arch-commits mailing list