[arch-commits] Commit in baobab/repos (8 files)
Jan de Groot
jgc at nymeria.archlinux.org
Mon Apr 14 17:42:54 UTC 2014
Date: Monday, April 14, 2014 @ 19:42:54
Author: jgc
Revision: 210364
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
baobab/repos/testing-i686/PKGBUILD
(from rev 210363, baobab/trunk/PKGBUILD)
baobab/repos/testing-i686/baobab.install
(from rev 210363, baobab/trunk/baobab.install)
baobab/repos/testing-x86_64/PKGBUILD
(from rev 210363, baobab/trunk/PKGBUILD)
baobab/repos/testing-x86_64/baobab.install
(from rev 210363, baobab/trunk/baobab.install)
Deleted:
baobab/repos/testing-i686/PKGBUILD
baobab/repos/testing-i686/baobab.install
baobab/repos/testing-x86_64/PKGBUILD
baobab/repos/testing-x86_64/baobab.install
-------------------------------+
/PKGBUILD | 64 ++++++++++++++++++++++++++++++++++++++++
/baobab.install | 26 ++++++++++++++++
testing-i686/PKGBUILD | 32 --------------------
testing-i686/baobab.install | 13 --------
testing-x86_64/PKGBUILD | 32 --------------------
testing-x86_64/baobab.install | 13 --------
6 files changed, 90 insertions(+), 90 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2014-04-14 17:42:47 UTC (rev 210363)
+++ testing-i686/PKGBUILD 2014-04-14 17:42:54 UTC (rev 210364)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=baobab
-pkgver=3.12.0
-pkgrel=1
-pkgdesc="A graphical directory tree analyzer"
-arch=(i686 x86_64)
-url="http://gnome.org"
-license=('GPL2')
-depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
-groups=('gnome')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('538c9d452ecfe93353e90e6781aa7bf241ab9f1f8e27e7b3a614cf31a3576b0a')
-
-build() {
- cd "$pkgname-$pkgver"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-
- # https://bugs.archlinux.org/task/31861
- sed -i '/MimeType/d' "$pkgdir/usr/share/applications/baobab.desktop"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: baobab/repos/testing-i686/PKGBUILD (from rev 210363, baobab/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2014-04-14 17:42:54 UTC (rev 210364)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=baobab
+pkgver=3.12.1
+pkgrel=1
+pkgdesc="A graphical directory tree analyzer"
+arch=(i686 x86_64)
+url="http://gnome.org"
+license=('GPL2')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
+groups=('gnome')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('494808d8a5b1776377749a1dcd5b251eb399208a4c90380dc8b8c789811e514c')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ 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-i686/baobab.install
===================================================================
--- testing-i686/baobab.install 2014-04-14 17:42:47 UTC (rev 210363)
+++ testing-i686/baobab.install 2014-04-14 17:42:54 UTC (rev 210364)
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: baobab/repos/testing-i686/baobab.install (from rev 210363, baobab/trunk/baobab.install)
===================================================================
--- testing-i686/baobab.install (rev 0)
+++ testing-i686/baobab.install 2014-04-14 17:42:54 UTC (rev 210364)
@@ -0,0 +1,13 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD 2014-04-14 17:42:47 UTC (rev 210363)
+++ testing-x86_64/PKGBUILD 2014-04-14 17:42:54 UTC (rev 210364)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=baobab
-pkgver=3.12.0
-pkgrel=1
-pkgdesc="A graphical directory tree analyzer"
-arch=(i686 x86_64)
-url="http://gnome.org"
-license=('GPL2')
-depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
-groups=('gnome')
-install=$pkgname.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('538c9d452ecfe93353e90e6781aa7bf241ab9f1f8e27e7b3a614cf31a3576b0a')
-
-build() {
- cd "$pkgname-$pkgver"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-
- # https://bugs.archlinux.org/task/31861
- sed -i '/MimeType/d' "$pkgdir/usr/share/applications/baobab.desktop"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: baobab/repos/testing-x86_64/PKGBUILD (from rev 210363, baobab/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-14 17:42:54 UTC (rev 210364)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=baobab
+pkgver=3.12.1
+pkgrel=1
+pkgdesc="A graphical directory tree analyzer"
+arch=(i686 x86_64)
+url="http://gnome.org"
+license=('GPL2')
+depends=('dconf' 'gtk3' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 'desktop-file-utils')
+makedepends=('intltool' 'itstool' 'vala' 'gobject-introspection')
+groups=('gnome')
+install=$pkgname.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('494808d8a5b1776377749a1dcd5b251eb399208a4c90380dc8b8c789811e514c')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ 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/baobab.install
===================================================================
--- testing-x86_64/baobab.install 2014-04-14 17:42:47 UTC (rev 210363)
+++ testing-x86_64/baobab.install 2014-04-14 17:42:54 UTC (rev 210364)
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: baobab/repos/testing-x86_64/baobab.install (from rev 210363, baobab/trunk/baobab.install)
===================================================================
--- testing-x86_64/baobab.install (rev 0)
+++ testing-x86_64/baobab.install 2014-04-14 17:42:54 UTC (rev 210364)
@@ -0,0 +1,13 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list