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

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:29:07 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:29:07
  Author: ibiru
Revision: 138848

db-move: moved brasero from [gnome-unstable] to [testing] (x86_64)

Added:
  brasero/repos/testing-x86_64/
  brasero/repos/testing-x86_64/PKGBUILD
    (from rev 138832, brasero/repos/gnome-unstable-x86_64/PKGBUILD)
  brasero/repos/testing-x86_64/brasero.install
    (from rev 138832, brasero/repos/gnome-unstable-x86_64/brasero.install)
Deleted:
  brasero/repos/gnome-unstable-x86_64/

-----------------+
 PKGBUILD        |   38 ++++++++++++++++++++++++++++++++++++++
 brasero.install |   14 ++++++++++++++
 2 files changed, 52 insertions(+)

Copied: brasero/repos/testing-x86_64/PKGBUILD (from rev 138832, brasero/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-09-28 19:29:07 UTC (rev 138848)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=brasero
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="A disc burning application for Gnome"
+arch=('i686' 'x86_64')
+url="http://www.gnome.org/projects/brasero"
+license=('GPL')
+options=('!libtool' '!emptydirs')
+depends=('gtk3' 'gstreamer0.10-base-plugins' 'totem-plparser' 'cdrkit' 'cdrdao' 'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info'  'libcanberra' 'dvd+rw-tools' 'dconf' 'libsm' 'libtracker-sparql')
+makedepends=('gtk-doc' 'intltool' 'libburn' 'libisofs' 'nautilus' 'gobject-introspection' 'gconf')
+optdepends=('libburn: alternative back-end'
+            'libisofs: libburn back-end'
+            'dvdauthor: video project'
+            'gstreamer0.10-bad-plugins: video project'
+            'vcdimager: video project')
+replaces=('nautilus-cd-burner')
+install=brasero.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2e34309caefa9b2ca179e11c4501c5bfd2bcd5b8ed20bd959a249e034f54455c')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-caches \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR=${pkgdir} install
+}
+

Copied: brasero/repos/testing-x86_64/brasero.install (from rev 138832, brasero/repos/gnome-unstable-x86_64/brasero.install)
===================================================================
--- testing-x86_64/brasero.install	                        (rev 0)
+++ testing-x86_64/brasero.install	2011-09-28 19:29:07 UTC (rev 138848)
@@ -0,0 +1,14 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+  update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+    post_install $1
+}
+
+post_remove() {
+    post_install $1
+}




More information about the arch-commits mailing list