From dd2f6e7973a8093bf0b464aa486bf3b00134e65f Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Tue, 7 Jul 2015 16:47:21 -0500 Subject: qtoctave-0.10.1-3: rebuild --- pcr/python-keystoneclient/PKGBUILD | 2 +- pcr/python-netaddr/PKGBUILD | 2 +- pcr/python-netifaces/PKGBUILD | 2 +- pcr/python-novaclient/PKGBUILD | 2 +- pcr/python-oslo-i18n/PKGBUILD | 2 +- pcr/python-oslo-serialization/PKGBUILD | 2 +- pcr/python-oslo-utils/PKGBUILD | 2 +- pcr/qtoctave/PKGBUILD | 13 +++++++------ 8 files changed, 14 insertions(+), 13 deletions(-) (limited to 'pcr') diff --git a/pcr/python-keystoneclient/PKGBUILD b/pcr/python-keystoneclient/PKGBUILD index 0a1b7c750..3af21118f 100644 --- a/pcr/python-keystoneclient/PKGBUILD +++ b/pcr/python-keystoneclient/PKGBUILD @@ -1,5 +1,5 @@ # Maintainer (Arch): Carl George < arch at cgtx dot us > -# Maintainer: Omar Veg Ramos +# Maintainer: Omar Vega Ramos _name="python-keystoneclient" _module="${_name#python-}" diff --git a/pcr/python-netaddr/PKGBUILD b/pcr/python-netaddr/PKGBUILD index 99105b101..3cb80c0fa 100644 --- a/pcr/python-netaddr/PKGBUILD +++ b/pcr/python-netaddr/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer (Arch): Sebastien LEDUC # Contributor (Arch): Gilles CHAUVIN -# Maintainer: Omar Veg Ramos +# Maintainer: Omar Vega Ramos pkgname=python-netaddr pkgver=0.7.14 diff --git a/pcr/python-netifaces/PKGBUILD b/pcr/python-netifaces/PKGBUILD index 16eb9e7dd..87eb96dc1 100644 --- a/pcr/python-netifaces/PKGBUILD +++ b/pcr/python-netifaces/PKGBUILD @@ -2,7 +2,7 @@ # Contributor (Arch): Giovanni Scafora # Contributor (Arch): Gergely Imreh # Contributor (Arch): Ghost of Kendo -# Maintainer: Omar Veg Ramos +# Maintainer: Omar Vega Ramos pkgname=python-netifaces pkgver=0.10.4 diff --git a/pcr/python-novaclient/PKGBUILD b/pcr/python-novaclient/PKGBUILD index 2822bbfb1..98842b199 100644 --- a/pcr/python-novaclient/PKGBUILD +++ b/pcr/python-novaclient/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer (Arch): Carl George < arch at cgtx dot us > # Contributor (Arch): Troy C < rstrox -ta yahoo -tod com > -# Maintainer: Omar Veg Ramos +# Maintainer: Omar Vega Ramos _name="python-novaclient" _module="${_name#python-}" diff --git a/pcr/python-oslo-i18n/PKGBUILD b/pcr/python-oslo-i18n/PKGBUILD index 937cd44b0..c57773d59 100644 --- a/pcr/python-oslo-i18n/PKGBUILD +++ b/pcr/python-oslo-i18n/PKGBUILD @@ -1,5 +1,5 @@ # Maintainer (Arch): Troy C < rstrox -ta yahoo -tod com > -# Maintainer: Omar Veg Ramos +# Maintainer: Omar Vega Ramos pkgname=('python-oslo-i18n' 'python2-oslo-i18n') pkgver=1.6.0 diff --git a/pcr/python-oslo-serialization/PKGBUILD b/pcr/python-oslo-serialization/PKGBUILD index f701e36e9..8640f76c6 100644 --- a/pcr/python-oslo-serialization/PKGBUILD +++ b/pcr/python-oslo-serialization/PKGBUILD @@ -1,5 +1,5 @@ # Maintainer (Arch): Carl George < arch at cgtx dot us > -# Maintainer: Omar Veg Ramos +# Maintainer: Omar Vega Ramos _name="oslo.serialization" _module="${_name/./-}" diff --git a/pcr/python-oslo-utils/PKGBUILD b/pcr/python-oslo-utils/PKGBUILD index 8ba29308a..adf85e2d0 100644 --- a/pcr/python-oslo-utils/PKGBUILD +++ b/pcr/python-oslo-utils/PKGBUILD @@ -1,5 +1,5 @@ # Maintainer (Arch): Troy C < rstrox -ta yahoo -tod com > -# Maintainer: Omar Veg Ramos +# Maintainer: Omar Vega Ramos pkgname=('python-oslo-utils' 'python2-oslo-utils') pkgver=1.5.0 diff --git a/pcr/qtoctave/PKGBUILD b/pcr/qtoctave/PKGBUILD index 2103020ea..8f6834abe 100644 --- a/pcr/qtoctave/PKGBUILD +++ b/pcr/qtoctave/PKGBUILD @@ -1,15 +1,16 @@ # Maintainer (Arch): Michael Schubert # Contributor (Arch): Ronald van Haren # Contributor (Arch): Stefan Husmann +# Maintainer: Omar Vega Ramos pkgname=qtoctave pkgver=0.10.1 -pkgrel=2 -arch=('i686' 'x86_64' 'mips64el') +pkgrel=3 +arch=('i686' 'x86_64') pkgdesc="Qt4 frontend for octave" url="https://forja.rediris.es/projects/csl-qtoctave/" license=('GPL2') -depends=('qt4' 'octave' 'hicolor-icon-theme') +depends=('qt4' 'octave') makedepends=('cmake') source=("http://forja.rediris.es/frs/download.php/2054/${pkgname}-${pkgver}.tar.gz") md5sums=('f23afd8eb850b950f51b65f256a83835') @@ -18,10 +19,10 @@ options=('!libtool' '!emptydirs') build() { cd "$srcdir/$pkgname-$pkgver" - sed -i "s/lrelease/lrelease-qt4/" qtoctave/src/CMakeLists.txt + sed -i "s/\"lrelease\"/\"lrelease-qt4\"/" qtoctave/src/CMakeLists.txt - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_BUILD_TYPE=RELEASE . + cmake -DQT_QMAKE_EXECUTABLE=qmake-qt4 -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_SKIP_RPATH=ON -DCMAKE_BUILD_TYPE=RELEASE . make } -- cgit v1.2.3-2-g168b