[arch-commits] Commit in acetoneiso2/repos/community-x86_64 (4 files)

Jelle van der Waa jelle at archlinux.org
Wed May 30 21:28:21 UTC 2018


    Date: Wednesday, May 30, 2018 @ 21:28:20
  Author: jelle
Revision: 333517

archrelease: copy trunk to community-x86_64

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

---------------------+
 PKGBUILD            |   93 +++++++++++++++++++++++++-------------------------
 acetoneiso2.install |   22 +++++------
 2 files changed, 59 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 21:28:14 UTC (rev 333516)
+++ PKGBUILD	2018-05-30 21:28:20 UTC (rev 333517)
@@ -1,45 +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=9
-pkgdesc="An all in one ISO tool (bin mdf nrg img daa dmg cdi b5i bwi pdi iso)"
-arch=('x86_64')
-url="http://sourceforge.net/projects/acetoneiso"
-license=('GPL3')
-depends=('fuseiso' 'cdrdao' 'cdrtools' 'dvd+rw-tools' 'gnupg' 'pinentry' 'mplayer' 'phonon-qt5' 'qt5-webkit')
-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 acetoneiso_${pkgver}/acetoneiso
-
-  sed -i 's#<Phonon/#<phonon/#' sources/*
-# Port to Qt5 https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1563802.html
-  sed -i 's/QtGui/QtWidgets/' sources/*
-  sed -i 's/getInteger/getInt/' sources/*
-  sed -i 's/WFlags/WindowFlags/' sources/*
-  sed -i 's/webkit/webkitwidgets/' acetoneiso.pro
-  sed -i 's/TARGET = /TARGET = acetoneiso/' acetoneiso.pro
-  sed -i 's/QT += phonon/LIBS += -lphonon4qt5/' acetoneiso.pro
-  sed -i 's at INCLUDEPATH.*$@& /usr/include/phonon4qt5@' acetoneiso.pro
-}
-
-build() {
-  cd acetoneiso_${pkgver}/acetoneiso
-
-  qmake-qt5
-  make
-}
-
-package() {
-  cd acetoneiso_${pkgver}/acetoneiso
-
-  make INSTALL_ROOT="${pkgdir}" install
-}

Copied: acetoneiso2/repos/community-x86_64/PKGBUILD (from rev 333516, acetoneiso2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-30 21:28:20 UTC (rev 333517)
@@ -0,0 +1,48 @@
+# $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=10
+pkgdesc="An all in one ISO tool (bin mdf nrg img daa dmg cdi b5i bwi pdi iso)"
+arch=('x86_64')
+url="http://sourceforge.net/projects/acetoneiso"
+license=('GPL3')
+depends=('fuseiso' 'cdrdao' 'cdrtools' 'dvd+rw-tools' 'gnupg' 'pinentry' 'mplayer' 'phonon-qt5' 'qt5-webkit')
+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 acetoneiso_${pkgver}/acetoneiso
+
+  sed -i 's#<Phonon/#<phonon/#' sources/*
+# Port to Qt5 https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1563802.html
+  sed -i 's/QtGui/QtWidgets/' sources/*
+  sed -i 's/getInteger/getInt/' sources/*
+  sed -i 's/WFlags/WindowFlags/' sources/*
+  sed -i 's/webkit/webkitwidgets/' acetoneiso.pro
+  sed -i 's/TARGET = /TARGET = acetoneiso/' acetoneiso.pro
+  sed -i 's/QT += phonon/LIBS += -lphonon4qt5/' acetoneiso.pro
+  sed -i 's at INCLUDEPATH.*$@& /usr/include/phonon4qt5@' acetoneiso.pro
+
+  # Remove malware from loading in the Updates tab, due to an expired domain being captured.
+  sed -i 's#http://www.acetoneteam.org/clients.html##' ui/acetoneiso.ui
+}
+
+build() {
+  cd acetoneiso_${pkgver}/acetoneiso
+
+  qmake-qt5
+  make
+}
+
+package() {
+  cd acetoneiso_${pkgver}/acetoneiso
+
+  make INSTALL_ROOT="${pkgdir}" install
+}

Deleted: acetoneiso2.install
===================================================================
--- acetoneiso2.install	2018-05-30 21:28:14 UTC (rev 333516)
+++ acetoneiso2.install	2018-05-30 21:28:20 UTC (rev 333517)
@@ -1,11 +0,0 @@
-post_install() {
-cat << EOF
-  -->
-  -->  You must load 'fuse' module to properly use acetoneiso2
-  -->
-EOF
-}
-
-post_upgrade() {
-    post_install $*
-}

Copied: acetoneiso2/repos/community-x86_64/acetoneiso2.install (from rev 333516, acetoneiso2/trunk/acetoneiso2.install)
===================================================================
--- acetoneiso2.install	                        (rev 0)
+++ acetoneiso2.install	2018-05-30 21:28:20 UTC (rev 333517)
@@ -0,0 +1,11 @@
+post_install() {
+cat << EOF
+  -->
+  -->  You must load 'fuse' module to properly use acetoneiso2
+  -->
+EOF
+}
+
+post_upgrade() {
+    post_install $*
+}



More information about the arch-commits mailing list