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

Jan Steffens heftig at archlinux.org
Mon Nov 7 19:03:37 UTC 2016


    Date: Monday, November 7, 2016 @ 19:03:37
  Author: heftig
Revision: 280105

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-11-07 19:03:16 UTC (rev 280104)
+++ extra-i686/PKGBUILD	2016-11-07 19:03:37 UTC (rev 280105)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=baobab
-pkgver=3.22.0+3+g423a1a1
-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=423a1a17a03737595e8e311a9e3ad7b40bc999c7  # master
-source=("git://git.gnome.org/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/extra-i686/PKGBUILD (from rev 280104, baobab/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-11-07 19:03:37 UTC (rev 280105)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=baobab
+pkgver=3.22.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=b1b0443002bb66971191e9244415a02910c78e72  # tags/3.22.1^0
+source=("git://git.gnome.org/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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-11-07 19:03:16 UTC (rev 280104)
+++ extra-x86_64/PKGBUILD	2016-11-07 19:03:37 UTC (rev 280105)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=baobab
-pkgver=3.22.0+3+g423a1a1
-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=423a1a17a03737595e8e311a9e3ad7b40bc999c7  # master
-source=("git://git.gnome.org/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/extra-x86_64/PKGBUILD (from rev 280104, baobab/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-11-07 19:03:37 UTC (rev 280105)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=baobab
+pkgver=3.22.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=b1b0443002bb66971191e9244415a02910c78e72  # tags/3.22.1^0
+source=("git://git.gnome.org/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