[arch-commits] Commit in acetoneiso2/repos (8 files)

Laurent Carlier lcarlier at nymeria.archlinux.org
Thu Jun 20 17:03:45 UTC 2013


    Date: Thursday, June 20, 2013 @ 19:03:45
  Author: lcarlier
Revision: 92957

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

Added:
  acetoneiso2/repos/community-i686/PKGBUILD
    (from rev 92956, acetoneiso2/trunk/PKGBUILD)
  acetoneiso2/repos/community-i686/acetoneiso2.install
    (from rev 92956, acetoneiso2/trunk/acetoneiso2.install)
  acetoneiso2/repos/community-x86_64/PKGBUILD
    (from rev 92956, acetoneiso2/trunk/PKGBUILD)
  acetoneiso2/repos/community-x86_64/acetoneiso2.install
    (from rev 92956, acetoneiso2/trunk/acetoneiso2.install)
Deleted:
  acetoneiso2/repos/community-i686/PKGBUILD
  acetoneiso2/repos/community-i686/acetoneiso2.install
  acetoneiso2/repos/community-x86_64/PKGBUILD
  acetoneiso2/repos/community-x86_64/acetoneiso2.install

--------------------------------------+
 /PKGBUILD                            |   80 +++++++++++++++++++++++++++++++++
 /acetoneiso2.install                 |   22 +++++++++
 community-i686/PKGBUILD              |   33 -------------
 community-i686/acetoneiso2.install   |   11 ----
 community-x86_64/PKGBUILD            |   33 -------------
 community-x86_64/acetoneiso2.install |   11 ----
 6 files changed, 102 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-06-20 17:03:34 UTC (rev 92956)
+++ community-i686/PKGBUILD	2013-06-20 17:03:45 UTC (rev 92957)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Wes Brewer <brewerw at gmail.com>
-
-pkgname=acetoneiso2
-pkgver=2.3
-pkgrel=4
-pkgdesc="An all in one ISO tool (bin mdf nrg img daa dmg cdi b5i bwi pdi iso)"
-arch=('i686' 'x86_64')
-url="http://www.acetoneteam.org"
-license=('GPL3')
-depends=('qtwebkit' 'fuseiso' 'cdrdao' 'cdrkit' 'dvd+rw-tools' 'gnupg2' 'pinentry' 'mplayer' 'phonon')
-optdepends=("p7zip: for ISO compress/decompress support")
-conflicts=('acetoneiso')
-install=${pkgname}.install
-source=(http://downloads.sourceforge.net/acetoneiso/AcetoneISO/AcetoneISO%202.3/acetoneiso_${pkgver}.tar.gz)
-md5sums=('225f7af687016690ff28b9771a1ce179')
-
-build() {
-	cd ${srcdir}/acetoneiso_${pkgver}/acetoneiso
-
-	qmake
-	# needed for phonon
-	sed -i 's|-I/usr/include/QtCore|-I/usr/include/QtCore -I/usr/include/KDE|' Makefile
-	make
-}
-
-package() {
-	cd ${srcdir}/acetoneiso_${pkgver}/acetoneiso
-
-	make INSTALL_ROOT="${pkgdir}" install
-}

Copied: acetoneiso2/repos/community-i686/PKGBUILD (from rev 92956, acetoneiso2/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-06-20 17:03:45 UTC (rev 92957)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Wes Brewer <brewerw at gmail.com>
+
+pkgname=acetoneiso2
+pkgver=2.3
+pkgrel=5
+pkgdesc="An all in one ISO tool (bin mdf nrg img daa dmg cdi b5i bwi pdi iso)"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/acetoneiso"
+license=('GPL3')
+depends=('qtwebkit' 'fuseiso' 'cdrdao' 'cdrkit' 'dvd+rw-tools' 'gnupg' 'pinentry' 'mplayer' 'phonon')
+optdepends=("p7zip: for ISO compress/decompress support")
+conflicts=('acetoneiso')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/acetoneiso/AcetoneISO/AcetoneISO%202.3/acetoneiso_${pkgver}.tar.gz)
+md5sums=('225f7af687016690ff28b9771a1ce179')
+
+prepare() {
+	cd ${srcdir}/acetoneiso_${pkgver}/acetoneiso/sources
+
+	sed -i 's#<Phonon/#<phonon/#' erase_cd.h erase_cd.cpp erase_dvd.cpp \
+	  burn_iso_2_cd.cpp burn_iso_2_cd.h burn_iso_2_dvd.cpp
+}
+
+build() {
+	cd ${srcdir}/acetoneiso_${pkgver}/acetoneiso
+
+	qmake-qt4
+	# needed for phonon
+	sed -i 's|-I/usr/include/QtCore|-I/usr/include/qt4/QtCore -I/usr/include/qt4/KDE|' Makefile
+	make
+}
+
+package() {
+	cd ${srcdir}/acetoneiso_${pkgver}/acetoneiso
+
+	make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-i686/acetoneiso2.install
===================================================================
--- community-i686/acetoneiso2.install	2013-06-20 17:03:34 UTC (rev 92956)
+++ community-i686/acetoneiso2.install	2013-06-20 17:03:45 UTC (rev 92957)
@@ -1,11 +0,0 @@
-post_install() {
-cat << EOF
-  -->
-  -->  Please remember to add 'fuse' to your MODULES array in /etc/rc.conf
-  -->
-EOF
-}
-
-post_upgrade() {
-    post_install $*
-}

Copied: acetoneiso2/repos/community-i686/acetoneiso2.install (from rev 92956, acetoneiso2/trunk/acetoneiso2.install)
===================================================================
--- community-i686/acetoneiso2.install	                        (rev 0)
+++ community-i686/acetoneiso2.install	2013-06-20 17:03:45 UTC (rev 92957)
@@ -0,0 +1,11 @@
+post_install() {
+cat << EOF
+  -->
+  -->  Please remember to add 'fuse' to your MODULES array in /etc/rc.conf
+  -->
+EOF
+}
+
+post_upgrade() {
+    post_install $*
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-06-20 17:03:34 UTC (rev 92956)
+++ community-x86_64/PKGBUILD	2013-06-20 17:03:45 UTC (rev 92957)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Wes Brewer <brewerw at gmail.com>
-
-pkgname=acetoneiso2
-pkgver=2.3
-pkgrel=4
-pkgdesc="An all in one ISO tool (bin mdf nrg img daa dmg cdi b5i bwi pdi iso)"
-arch=('i686' 'x86_64')
-url="http://www.acetoneteam.org"
-license=('GPL3')
-depends=('qtwebkit' 'fuseiso' 'cdrdao' 'cdrkit' 'dvd+rw-tools' 'gnupg2' 'pinentry' 'mplayer' 'phonon')
-optdepends=("p7zip: for ISO compress/decompress support")
-conflicts=('acetoneiso')
-install=${pkgname}.install
-source=(http://downloads.sourceforge.net/acetoneiso/AcetoneISO/AcetoneISO%202.3/acetoneiso_${pkgver}.tar.gz)
-md5sums=('225f7af687016690ff28b9771a1ce179')
-
-build() {
-	cd ${srcdir}/acetoneiso_${pkgver}/acetoneiso
-
-	qmake
-	# needed for phonon
-	sed -i 's|-I/usr/include/QtCore|-I/usr/include/QtCore -I/usr/include/KDE|' Makefile
-	make
-}
-
-package() {
-	cd ${srcdir}/acetoneiso_${pkgver}/acetoneiso
-
-	make INSTALL_ROOT="${pkgdir}" install
-}

Copied: acetoneiso2/repos/community-x86_64/PKGBUILD (from rev 92956, acetoneiso2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-06-20 17:03:45 UTC (rev 92957)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Wes Brewer <brewerw at gmail.com>
+
+pkgname=acetoneiso2
+pkgver=2.3
+pkgrel=5
+pkgdesc="An all in one ISO tool (bin mdf nrg img daa dmg cdi b5i bwi pdi iso)"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/acetoneiso"
+license=('GPL3')
+depends=('qtwebkit' 'fuseiso' 'cdrdao' 'cdrkit' 'dvd+rw-tools' 'gnupg' 'pinentry' 'mplayer' 'phonon')
+optdepends=("p7zip: for ISO compress/decompress support")
+conflicts=('acetoneiso')
+install=${pkgname}.install
+source=(http://downloads.sourceforge.net/acetoneiso/AcetoneISO/AcetoneISO%202.3/acetoneiso_${pkgver}.tar.gz)
+md5sums=('225f7af687016690ff28b9771a1ce179')
+
+prepare() {
+	cd ${srcdir}/acetoneiso_${pkgver}/acetoneiso/sources
+
+	sed -i 's#<Phonon/#<phonon/#' erase_cd.h erase_cd.cpp erase_dvd.cpp \
+	  burn_iso_2_cd.cpp burn_iso_2_cd.h burn_iso_2_dvd.cpp
+}
+
+build() {
+	cd ${srcdir}/acetoneiso_${pkgver}/acetoneiso
+
+	qmake-qt4
+	# needed for phonon
+	sed -i 's|-I/usr/include/QtCore|-I/usr/include/qt4/QtCore -I/usr/include/qt4/KDE|' Makefile
+	make
+}
+
+package() {
+	cd ${srcdir}/acetoneiso_${pkgver}/acetoneiso
+
+	make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: community-x86_64/acetoneiso2.install
===================================================================
--- community-x86_64/acetoneiso2.install	2013-06-20 17:03:34 UTC (rev 92956)
+++ community-x86_64/acetoneiso2.install	2013-06-20 17:03:45 UTC (rev 92957)
@@ -1,11 +0,0 @@
-post_install() {
-cat << EOF
-  -->
-  -->  Please remember to add 'fuse' to your MODULES array in /etc/rc.conf
-  -->
-EOF
-}
-
-post_upgrade() {
-    post_install $*
-}

Copied: acetoneiso2/repos/community-x86_64/acetoneiso2.install (from rev 92956, acetoneiso2/trunk/acetoneiso2.install)
===================================================================
--- community-x86_64/acetoneiso2.install	                        (rev 0)
+++ community-x86_64/acetoneiso2.install	2013-06-20 17:03:45 UTC (rev 92957)
@@ -0,0 +1,11 @@
+post_install() {
+cat << EOF
+  -->
+  -->  Please remember to add 'fuse' to your MODULES array in /etc/rc.conf
+  -->
+EOF
+}
+
+post_upgrade() {
+    post_install $*
+}




More information about the arch-commits mailing list