[arch-commits] Commit in (13 files)
andyrtr at archlinux.org
andyrtr at archlinux.org
Mon Feb 2 09:19:52 UTC 2009
Date: Monday, February 2, 2009 @ 04:19:52
Author: andyrtr
Revision: 26015
add new xfburn/libisofs/libburn pkg
Added:
libburn/
libburn/repos/
libburn/trunk/
libburn/trunk/PKGBUILD
libisofs/
libisofs/repos/
libisofs/trunk/
libisofs/trunk/PKGBUILD
xfburn/
xfburn/repos/
xfburn/trunk/
xfburn/trunk/PKGBUILD
xfburn/trunk/xfburn.install
-----------------------------+
libburn/trunk/PKGBUILD | 24 ++++++++++++++++++++++++
libisofs/trunk/PKGBUILD | 24 ++++++++++++++++++++++++
xfburn/trunk/PKGBUILD | 25 +++++++++++++++++++++++++
xfburn/trunk/xfburn.install | 14 ++++++++++++++
4 files changed, 87 insertions(+)
Added: libburn/trunk/PKGBUILD
===================================================================
--- libburn/trunk/PKGBUILD (rev 0)
+++ libburn/trunk/PKGBUILD 2009-02-02 09:19:52 UTC (rev 26015)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Hugo Doria <hugo at archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=libburn
+pkgver=0.6.0.pl01
+_basever=0.6.0
+pkgrel=1
+pkgdesc="Library for reading, mastering and writing optical discs"
+arch=('i686' 'x86_64')
+url="http://libburnia.pykix.org/"
+license=('GPL')
+depends=('glibc')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
+md5sums=('9ad48fe011dd5cbe9a15367ae8173647')
+options=('!libtool' '!emptydirs')
+
+build() {
+ cd ${srcdir}/${pkgname}-${_basever}
+ ./configure --prefix=/usr --disable-static
+ make || return 1
+ make DESTDIR=${pkgdir} install || return 1
+}
+
Property changes on: libburn/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
+ Id
Added: libisofs/trunk/PKGBUILD
===================================================================
--- libisofs/trunk/PKGBUILD (rev 0)
+++ libisofs/trunk/PKGBUILD 2009-02-02 09:19:52 UTC (rev 26015)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Hugo Doria <hugodoria at gmail.com>
+# Contributor: Bjorn Martensen
+
+pkgname=libisofs
+pkgver=0.6.12
+pkgrel=2
+pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 disk image"
+arch=('i686' 'x86_64')
+url="http://libburnia.pykix.org/"
+license=('GPL')
+depends=('glibc')
+makedepends=('libburn>=0.6.0.pl01')
+source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz)
+options=('!libtool')
+md5sums=('bbf94852dc019ff21a711805bcd0af2d')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr --disable-static
+ make || return 1
+ make DESTDIR=${pkgdir} install || return 1
+}
+
Property changes on: libisofs/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
+ Id
Added: xfburn/trunk/PKGBUILD
===================================================================
--- xfburn/trunk/PKGBUILD (rev 0)
+++ xfburn/trunk/PKGBUILD 2009-02-02 09:19:52 UTC (rev 26015)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Tobias Kieslich <tobias funnychar archlinux.org>
+# Contributor: Alois Nespor alois.nespor at gmail.com
+
+pkgname=xfburn
+pkgver=0.4.0
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc="a simple CD/DVD burning tool based on libburnia libraries"
+url="http://goodies.xfce.org/projects/applications/xfburn"
+license=('GPL2')
+groups=('xfce4-goodies')
+install=${pkgname}.install
+depends=('libburn>=0.6.0.pl01-1' 'libisofs>=0.6.12-2' 'thunar>=0.9.99.1' 'hicolor-icon-theme'
+ 'librsvg' 'gstreamer0.10-base>=0.10.21' 'desktop-file-utils')
+source=(http://goodies.xfce.org/releases/xfburn/$pkgname-$pkgver.tar.bz2)
+md5sums=('621a59415138c191c25e3d30a5ed5742')
+
+build() {
+ cd ${srcdir}/$pkgname-$pkgver
+ ./configure --prefix=/usr --enable-gstreamer --enable-thunar-vfs \
+ --enable-dbus --enable-hal
+ make || return 1
+ make DESTDIR=${pkgdir} install || return 1
+}
Property changes on: xfburn/trunk/PKGBUILD
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:keywords
+ Id
Added: xfburn/trunk/xfburn.install
===================================================================
--- xfburn/trunk/xfburn.install (rev 0)
+++ xfburn/trunk/xfburn.install 2009-02-02 09:19:52 UTC (rev 26015)
@@ -0,0 +1,14 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
More information about the arch-commits
mailing list