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

Jan Steffens heftig at archlinux.org
Mon Oct 2 20:44:23 UTC 2017


    Date: Monday, October 2, 2017 @ 20:44:22
  Author: heftig
Revision: 306607

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  baobab/repos/testing-i686/PKGBUILD
    (from rev 306606, baobab/trunk/PKGBUILD)
  baobab/repos/testing-x86_64/PKGBUILD
    (from rev 306606, baobab/trunk/PKGBUILD)
Deleted:
  baobab/repos/testing-i686/PKGBUILD
  baobab/repos/testing-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |   84 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD   |   42 -----------------------
 testing-x86_64/PKGBUILD |   42 -----------------------
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2017-10-02 20:43:43 UTC (rev 306606)
+++ testing-i686/PKGBUILD	2017-10-02 20:44:22 UTC (rev 306607)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=baobab
-pkgver=3.26.0+4+g16ce068
-pkgrel=1
-pkgdesc="A graphical directory tree analyzer"
-url="https://wiki.gnome.org/Apps/Baobab"
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
-makedepends=(intltool itstool vala gobject-introspection yelp-tools appstream-glib git)
-groups=(gnome)
-_commit=16ce0687bc6c6b7d2eda564805df9cae51b799ba  # gnome-3-26
-source=("git+https://git.gnome.org/browse/baobab#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-
-  # https://bugs.archlinux.org/task/31861
-  sed -i '/MimeType/d' "$pkgdir/usr/share/applications/org.gnome.baobab.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: baobab/repos/testing-i686/PKGBUILD (from rev 306606, baobab/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-10-02 20:44:22 UTC (rev 306607)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=baobab
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="A graphical directory tree analyzer"
+url="https://wiki.gnome.org/Apps/Baobab"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
+makedepends=(intltool itstool vala gobject-introspection yelp-tools appstream-glib git)
+groups=(gnome)
+_commit=be96728e02b7140b8d9f746fd9321a207f30d819  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/baobab#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+
+  # https://bugs.archlinux.org/task/31861
+  sed -i '/MimeType/d' "$pkgdir/usr/share/applications/org.gnome.baobab.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2017-10-02 20:43:43 UTC (rev 306606)
+++ testing-x86_64/PKGBUILD	2017-10-02 20:44:22 UTC (rev 306607)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=baobab
-pkgver=3.26.0+4+g16ce068
-pkgrel=1
-pkgdesc="A graphical directory tree analyzer"
-url="https://wiki.gnome.org/Apps/Baobab"
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
-makedepends=(intltool itstool vala gobject-introspection yelp-tools appstream-glib git)
-groups=(gnome)
-_commit=16ce0687bc6c6b7d2eda564805df9cae51b799ba  # gnome-3-26
-source=("git+https://git.gnome.org/browse/baobab#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-
-  # https://bugs.archlinux.org/task/31861
-  sed -i '/MimeType/d' "$pkgdir/usr/share/applications/org.gnome.baobab.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: baobab/repos/testing-x86_64/PKGBUILD (from rev 306606, baobab/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-10-02 20:44:22 UTC (rev 306607)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=baobab
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="A graphical directory tree analyzer"
+url="https://wiki.gnome.org/Apps/Baobab"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
+makedepends=(intltool itstool vala gobject-introspection yelp-tools appstream-glib git)
+groups=(gnome)
+_commit=be96728e02b7140b8d9f746fd9321a207f30d819  # tags/3.26.1^0
+source=("git+https://git.gnome.org/browse/baobab#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+
+  # https://bugs.archlinux.org/task/31861
+  sed -i '/MimeType/d' "$pkgdir/usr/share/applications/org.gnome.baobab.desktop"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list