Merge branch 'master' of gitorious.org:chakra-packages/apps

This commit is contained in:
Adrian Chaves Fernandez (Gallaecio) 2013-03-22 00:08:52 +00:00
commit 0cf37d1aeb
17 changed files with 135 additions and 197 deletions

View File

@ -1,29 +0,0 @@
#
# Apps Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
# Contributor: Adrià Arrufat <Lazyman.k@gmail.com>
pkgname=audiothumbs
pkgver=0.1
pkgrel=3
pkgdesc="Plugin for KDE file managers (Dolphin and Konqueror) to preview cover arts embedded in Audio (MP3, FLAC) file tags as Thumbnails."
arch=('i686' 'x86_64')
url="http://kde-apps.org/content/show.php/AudioThumbs?content=114885"
depends=('kde-workspace' 'taglib' 'flac')
makedepends=('cmake' 'automoc4')
groups=('multimedia')
categories=('multimedia')
source=(http://kde-apps.org/CONTENT/content-files/114885-AudioThumbs-$pkgver.tar.gz)
license=('GPL')
md5sums=('07c3039ddf5e88ba0ab290570f43749d')
build() {
cd $srcdir/AudioThumbs-$pkgver
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX='/usr' ..
make || return 1
make DESTDIR=$pkgdir install
}

View File

@ -1,64 +1,53 @@
#
# Apps Packages for Chakra, part of chakra-project.org
#
# Maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
# Contributor: shahid <helllamer@gmail.com>
# Contributor: Timothy Redaelli <timothy.redaelli@gmail.com>
pkgname=bitcoin
pkgver=0.7.2
pkgver=0.8.1
pkgrel=1
pkgdesc="Bitcoin is a peer-to-peer network based digital currency."
arch=('x86_64')
url="http://www.bitcoin.org/"
screenshot="http://c.fsdn.com/con/app/proj/bitcoin/screenshots/203604"
depends=('qt' 'libpng' 'expat' 'gcc-libs' 'boost-libs' 'miniupnpc' 'openssl')
makedepends=('boost' 'gcc' 'make' 'automoc4' 'miniupnpc')
depends=('boost-libs' 'qt' 'miniupnpc' 'qrencode' 'db')
makedepends=('boost' 'automoc4')
conflicts=('bitcoin-git')
replaces=('bitcoin-git')
license=('MIT')
categories=('office')
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}-linux.tar.gz"
"${pkgname}.desktop")
md5sums=('a9596526a3c9d62cbcab5dd45957c717'
'77139ce8a40f46bd7d7ad0a743672113')
s1="${srcdir}/${pkgname}-${pkgver}-linux"
src_qt="${s1}/src"
src_d="${s1}/src/src/"
makefile_unix=makefile.unix
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}-linux.tar.gz")
md5sums=('1f6698135cfab8695e0f826ffc428d4c')
build() {
cd $src_d
cd "$srcdir/$pkgbase-$pkgver-linux/src"
msg "Patching $makefile_unix..."
sed -i $makefile_unix \
-e 's/\(-DNOPCH\)/\1 -DBOOST_FILESYSTEM_VERSION=2/' \
-e 's/-Bstatic/--as-needed ${LDFLAGS}/g' \
-e 's/\(USE_UPNP:=\)0/\11/' \
-e 's/$(DEBUGFLAGS)//g' \
-e 's/CXXFLAGS/CPPFLAGS/g' \
-e 's/-O[0-3]/${CXXFLAGS}/g'
# and make qt gui (USE_UPNP default activated)
qmake USE_QRCODE=1
make
# make bitcoind
cd $src_d
make $MAKEFLAGS -f $makefile_unix bitcoind
# make qt gui
cd $src_qt
qmake
make $MAKEFLAGS
make -f makefile.unix -C src CXXFLAGS="$CXXFLAGS"
}
package() {
mkdir -p "${pkgdir}/usr/bin"
mkdir -p "${pkgdir}/usr/share/pixmaps"
mkdir -p "${pkgdir}/usr/share/applications"
cd "$srcdir/$pkgbase-$pkgver-linux/src"
# Install bitcoin-qt
install -Dm755 bitcoin-qt "$pkgdir"/usr/bin/bitcoin-qt
install -Dm644 contrib/debian/bitcoin-qt.desktop \
"$pkgdir"/usr/share/applications/bitcoin.desktop
install -Dm644 share/pixmaps/bitcoin80.xpm \
"$pkgdir"/usr/share/pixmaps/bitcoin80.xpm
# get compiled binaries
install -D -m755 "${src_qt}/bitcoin-qt" "${pkgdir}/usr/bin/"
install -D -m755 "${src_d}/bitcoind" "${pkgdir}/usr/bin/"
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
# add icon and .desktop file to pkg
install -D -m644 "${src_qt}/src/qt/res/icons/bitcoin.png" "${pkgdir}/usr/share/pixmaps/"
install -D -m644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/"
# Install bitcoin deamon
install -Dm755 src/bitcoind "$pkgdir"/usr/bin/bitcoind
install -Dm644 contrib/debian/examples/bitcoin.conf \
"$pkgdir/usr/share/doc/$pkgname/examples/bitcoin.conf"
install -Dm644 contrib/debian/manpages/bitcoind.1 \
"$pkgdir"/usr/share/man/man1/bitcoind.1
install -Dm644 contrib/debian/manpages/bitcoin.conf.5 \
"$pkgdir"/usr/share/man/man5/bitcoin.conf.5
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}

View File

@ -1,21 +1,19 @@
# KDEPlasma Packages for Chakra, part of chakra-project.org
#
# maintainer abveritas@chakra-project.org
# Maintainer: abveritas@chakra-project.org
pkgname=kdeplasma-applets-yawp
pkgver=0.4.3
pkgrel=1
pkgver=0.4.4
pkgrel=2
pkgdesc="A Colorful Kdeplasma weather plasmoid"
arch=('i686' 'x86_64')
arch=('x86_64')
url="http://www.kde-look.org/content/show.php/yaWP+(Yet+Another+Weather+Plasmoid)?content=94106"
depends=('kde-workspace' 'gettext')
makedepends=('cmake' 'make' 'automoc4' 'patch')
conflicts=(kde-extragear-plasmoids)
screenshot=('http://kde-apps.org/content/preview.php?preview=1&id=94106&file1=94106-1.png&file2=94106-2.png&file3=94106-3.png&name=yaWP+%28Yet+Another+Weather+Plasmoid%29')
install=$pkgname.install
source=(http://downloads.sourceforge.net/yawp/yawp-$pkgver.tar.bz2)
source=("http://downloads.sourceforge.net/yawp/yawp-$pkgver.tar.bz2")
license=('GPL')
md5sums=('02af5ff62c5b05a9db034bae6c5f72c2')
md5sums=('4952313598c4915f8804be51b1c194c4')
build() {
cd $srcdir/yawp-$pkgver
@ -23,5 +21,9 @@ build() {
cd build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make VERBOSE=1
}
package() {
cd $srcdir/yawp-$pkgver/build
make DESTDIR=$pkgdir install
}

View File

@ -1,21 +1,18 @@
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
# Maintainer: abveritas[at]chakra-project[dot]org>
pkgname=konversation
pkgver=1.4
pkgrel=1
pkgdesc="A user friendly IRC client for KDE"
arch=('i686' 'x86_64')
arch=('x86_64')
url="http://konversation.kde.org"
depends=('kde-runtime' 'kdepimlibs' 'python')
makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xsl')
depends=('kde-runtime' 'kdepimlibs' 'python2')
makedepends=('automoc4' 'cmake' 'pkg-config' 'docbook-xsl')
license=('GPL2' 'FDL')
categories=('communication')
screenshots=('http://konversation.kde.org/screenshots/konversation13_2.png')
install=${pkgname}.install
source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz)
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
md5sums=('f67271f08b9da75dc9daff9ecbf3b365')
build() {

View File

@ -13,8 +13,8 @@ license=('GPL3')
depends=('gcc-libs' 'readline' "gnutls>=2.6.8" "expat>=2.0.1" 'perl' 'sh')
makedepends=('autoconf')
categories=('network')
source=("http://ftp.yar.ru/pub/source/lftp/${pkgname}-${pkgver}.tar.xz")
md5sums=('f1fa7aec113219952d18e4dd87d531ca')
source=("ftp://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2")
md5sums=('a8abdc87a00174571908ffaf5cdffd45')
build() {
cd ${srcdir}/${pkgname}-${pkgver}

View File

@ -4,29 +4,32 @@
# maintainer abveritas[at]chakra-project[dog]org>
pkgname=minitube
pkgver=1.9
pkgrel=1
pkgver=2.0
pkgrel=2
pkgdesc="A native YouTube client in QT. Watch YouTube videos without Flash Player"
arch=('i686' 'x86_64')
arch=('x86_64')
url="http://flavio.tordini.org/minitube"
license=('GPL')
depends=('phonon' 'qt>=4.5.0')
optdepends=('phonon-xine: for xine backend (default by chakra)'
'phonon-gstreamer: for gstreamer backend'
'gstreamer0.10-plugins: to get all videos to play with phonon-gstreamer'
depends=('phonon' 'qt')
optdepends=('phonon-xine: for xine backend'
'phonon-mplayer: for mplayer backend'
'phonon-vlc: for vlc backend')
categories=('multimedia')
install=minitube.install
source=(http://flavio.tordini.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz
gcc47.patch)
md5sums=('a60bb568519eb91035d5d6dc27ff1406'
'799785b01a9d3d2e93770c33fffbcda0')
source=("http://flavio.tordini.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz"
'main_new.diff')
md5sums=('0da4cb8940034aad832e41acc52df365'
'83df5dd2d65186e5b81295f13c00e43a')
build() {
cd "${srcdir}/${pkgname}"
patch -p1 -i "${srcdir}/main_new.diff"
qmake
}
patch -p1 < "${srcdir}/gcc47.patch"
qmake PREFIX="/usr"
package() {
cd "${srcdir}/${pkgname}"
make install INSTALL_ROOT="${pkgdir}"
}

View File

@ -1,11 +0,0 @@
diff -ru minitube/src/qtsingleapplication/qtlocalpeer.cpp minitube.new/src/qtsingleapplication/qtlocalpeer.cpp
--- minitube/src/qtsingleapplication/qtlocalpeer.cpp 2012-03-03 14:42:25.000000000 +0000
+++ minitube.new/src/qtsingleapplication/qtlocalpeer.cpp 2012-06-03 21:45:05.983535234 +0000
@@ -58,6 +58,7 @@
#endif
#if defined(Q_OS_UNIX)
#include <time.h>
+#include <unistd.h>
#endif
namespace QtLP_Private {

13
minitube/main_new.diff Normal file
View File

@ -0,0 +1,13 @@
--- a/src/main.cpp 2013-02-02 18:49:59.000000000 -0500
+++ b/src/main.cpp 2013-02-03 15:29:35.158370124 -0500
@@ -51,8 +51,8 @@
}
// Fall back to gconf
- if (themeName.isEmpty())
- themeName = QGtkStyle::getGConfString(QLatin1String("/desktop/gnome/interface/gtk_theme"));
+ //if (themeName.isEmpty())
+ // themeName = QGtkStyle::getGConfString(QLatin1String("/desktop/gnome/interface/gtk_theme"));
return themeName;
}

View File

@ -6,7 +6,7 @@
pkgname=musescore
_pkgname=mscore
pkgver=1.3
pkgrel=1
pkgrel=2
pkgdesc="A music score editor written in Qt"
arch=('x86_64')
url="http://www.musescore.org/en/"
@ -17,9 +17,11 @@ optdepends=('jack')
categories=('multimedia')
install=musescore.install
source=("http://downloads.sourceforge.net/${_pkgname}/${_pkgname}-${pkgver}.tar.bz2"
'paths.patch')
'paths.patch'
'musescore.conf')
md5sums=('e5fde2bef0d40ee7542e1f515a3919d1'
'a0419cbe08b655820d52ea440653b1d3')
'a0419cbe08b655820d52ea440653b1d3'
'289539133bfcd06bed8ca115b33524e5')
build() {
cd $srcdir/${_pkgname}-${pkgver}
@ -29,12 +31,16 @@ build() {
make PREFIX=/usr release
}
package() {
cd $srcdir/${_pkgname}-${pkgver}
make DESTDIR="$pkgdir" install
# avoid file conflict with "qtscriptgenerator"
# avoid file conflict with "qtscriptgenerator"
for _i in gui network core uitools xml
do
rm $pkgdir/usr/lib/qt/plugins/script/libqtscript_${_i}.so
done
install -D -m 0644 "${srcdir}/musescore.conf" "${pkgdir}/etc/modules-load.d/musescore.conf"
}

1
musescore/musescore.conf Normal file
View File

@ -0,0 +1 @@
snd_seq

View File

@ -1,10 +0,0 @@
2011-02-22 Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
* 3.8.4-1 :
Upgraded.
2010-12-17 Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
* 3.8.2-1 :
Upgraded.
Reported by WillingMagic <willingmagic@gmail.com>.

View File

@ -1,10 +1,7 @@
#
# Apps Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
pkgname=opal
pkgver=3.10.9
pkgver=3.10.10
pkgrel=1
pkgdesc="Open Phone Abstraction Library"
arch=('x86_64')
@ -12,10 +9,9 @@ url="http://www.opalvoip.org/"
license=('MPL')
depends=('gsm' 'libtheora' 'ptlib' 'silc-toolkit' 'speex' 'x264')
makedepends=('ffmpeg')
changelog=ChangeLog
source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
"$pkgname-ffmpeg.diff")
md5sums=('bb8eeb28321035663738e4fc8d6eb852'
md5sums=('6efa1b4c5e0ad6460019b4c6df0898d7'
'b3655f313db17dfea44cbabe4cf850f5')
build() {

View File

@ -1,16 +0,0 @@
2011-02-22 Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
* 2.8.4-1 :
Upgraded.
2010-12-17 Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
* 2.8.2-1 :
Upgraded.
Reported by WillingMagic <willingmagic@gmail.com>.
2010-11-04 Adrián Chaves Fernández (Gallaecio) <adriyetichaves[at]gmail[dot]com>
* 2.6.5-1 :
Imported from Arch Linux:
http://repos.archlinux.org/wsvn/packages/ptlib/trunk/?rev=75566

View File

@ -1,21 +1,17 @@
#
# Apps Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
pkgname=ptlib
pkgver=2.10.9
pkgver=2.10.10
_pkgver="Stable ${pkgver:5}"
_pkgver2="v3.10 Luyten"
pkgrel=1
pkgdesc="Portable Windows Library."
arch=('i686' 'x86_64')
arch=('x86_64')
url="http://www.opalvoip.org/"
license=('MPL')
depends=('alsa-lib' 'expat' 'gcc-libs' 'openssl' 'sdl' 'v4l-utils')
changelog=ChangeLog
source=("http://downloads.sourceforge.net/project/opalvoip/$_pkgver2/$_pkgver/$pkgname-$pkgver.tar.bz2")
md5sums=('a2ec7e8a94c501e7d468cbb8ecc9fdc9')
md5sums=('58df152487cddbc4acd4bd0fb74fd4c0')
build() {
cd $srcdir/$pkgname-$pkgver

View File

@ -4,8 +4,8 @@
# maintainer abveritas@chakra-project.org
pkgname=qtcreator
pkgver=2.6.1
pkgrel=2
pkgver=2.7.0
pkgrel=1
_qtver=4.8.4
pkgdesc="Lightweight, cross-platform integrated development environment."
arch=('x86_64')
@ -25,7 +25,7 @@ screenshot=("http://qt.nokia.com/images/products/qt-creator-breakdown-screenshot
options=(docs)
source=("http://releases.qt-project.org/qtcreator/${pkgver}/qt-creator-${pkgver}-src.tar.gz"
'qtcreator.desktop')
md5sums=('e4d6373335a80ddf7ffcacf92442e43c'
md5sums=('7bf25d211ff8babea47c2034f1b93d08'
'5aa242e0262fa22f75c3b59d3a4ec198')

View File

@ -1,26 +1,22 @@
#
# Apps Packages for Chakra, part of chakra-project.org
#
# maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
# Maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
pkgname=qtractor
pkgver=0.5.7
pkgver=0.5.8
pkgrel=1
pkgdesc="Audio/MIDI multitrack sequencer"
arch=('x86_64')
url="http://qtractor.sourceforge.net/"
license=('GPL')
depends=('qt' 'jack' 'slv2' 'libmad' 'libsamplerate'
'rubberband' 'liblo')
depends=('qt' 'jack' 'slv2' 'libmad' 'libsamplerate' 'rubberband' 'liblo')
makedepends=('ladspa' 'dssi')
categories=('multimedia')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('a3f42dc1125d6ec0bd88286fe7738f04')
md5sums=('22abf4de4d5736f794e174ef06fe3a3c')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --disable-lv2-gtk-ui --enable-debug
./configure --prefix=/usr --enable-debug
make
}

View File

@ -1,6 +1,3 @@
#
# Apps Packages for Chakra, part of chakra-project.org
#
# Maintainer: Michael Haesel <michael[dot]haesel[at]gmail[dot]com>
# Contributor: Sebastien Luttringer <seblu[plus]arch[at]seblu[dot]net>
@ -12,17 +9,15 @@
pkgbase=virtualbox
pkgname=('virtualbox' 'virtualbox-ext-oracle' 'virtualbox-guest-additions')
pkgver=4.2.4
_build=81684
pkgrel=2
arch=('i686' 'x86_64')
pkgver=4.2.10
_build=84104
pkgrel=1
arch=('x86_64')
url='http://virtualbox.org/'
license=('GPL2' 'custom:PUEL')
options=('!strip')
_sarch='x86'
[ "${CARCH}" = 'x86_64' ] && _sarch='amd64'
makedepends=('libidl2' 'libxcursor' 'libxinerama' 'libxslt' 'curl' 'linux-headers' 'python2' 'make' 'gcc')
source=("VirtualBox-${pkgver}-${_build}-Linux_${_sarch}.run::http://download.virtualbox.org/virtualbox/${pkgver}/VirtualBox-${pkgver}-${_build}-Linux_${_sarch}.run"
source=("VirtualBox-${pkgver}-${_build}-Linux_amd64.run::http://download.virtualbox.org/virtualbox/${pkgver}/VirtualBox-${pkgver}-${_build}-Linux_amd64.run"
"http://download.virtualbox.org/virtualbox/${pkgver}/Oracle_VM_VirtualBox_Extension_Pack-${pkgver}-${_build}.vbox-extpack"
"http://download.virtualbox.org/virtualbox/${pkgver}/VBoxGuestAdditions_${pkgver}.iso"
'10-vboxdrv.rules'
@ -34,29 +29,28 @@ source=("VirtualBox-${pkgver}-${_build}-Linux_${_sarch}.run::http://download.vir
'vboxsetup.sh'
'PUEL'
'vboxservice.service')
sha256sums=('4dcd1609dc26c978e7d61e52ae166005e2220acaed159ad5af24c14c3051d51b'
'62078e057a4ab56aec5ac086746522b3d94787333d0444169471fa5152c609ed'
'3d7d909a0fe9ac5ffcca6afdd4142b88bad116d2ffed6e95588dbfbcf00ca5e9'
'f4182fa7c3f109aefb7da84f16bc40f34c46eb768144e7ab373b9311c41f175b'
'71740893a5f226f9d9fcc607ab9d39b7de816b2759625b34da19162bc7e579ff'
'12dbba3b59991f2b68cddeeeda20236aeff63e11b7e2d1b08d9d6a82225f6651'
'e6e875ef186578b53106d7f6af48e426cdaf1b4e86834f01696b8ef1c685787f'
'251750f41d334ef9871194b3407c2ee2c0330eac92849c6b5d30c46e5c72b765'
'9b3c4dc5385fb3b4aeb841043384879c5c7ee926f5343d6a4177e913604f869d'
'28833ef89fed96aa2cdb071c98687e8aa88e3c4c249b261f9b905e6621fa0e23'
'50658c653cde4dc43ba73a64c72761d2e996fd8e360fc682aa2844e1ad5b045f'
'aaa8d3d71c8585edf43ed11676ccd567cc85fc23752d3c3499506741cef3c9ba')
md5sums=('9d8c857869305b40d32e1f2902564db4'
'8531d8aa584829496ce825cee43b9db5'
'e49046cd56398f9f9b8410154f1a0393'
'cee0c968c923760181ae060eab1c2e58'
'564ceec89e559bd98987f08e86f74825'
'3ac185709bfe688bb753c46e170d0546'
'bc9efed88e0469cd7fc460d5a5cd7b4b'
'4fbd284d87fa4413aec85ca60628ab9e'
'f2200ed91b6ec089d16cc3ada5418c73'
'e9c49d382d797dae72827b18353adbd1'
'08b28b82d0ebd6962025100d4b5414a1'
'f50243f38c6dd103e7e944f635d66fa0')
[[ "${CARCH}" = i686 ]] && sha256sums[0]='e691b5ca67d625463c6337ec491a6752f0784a85e3c0f9a6550cd02b508e3f5c'
_installdir='/opt/VirtualBox'
package_virtualbox() {
pkgdesc='Oracle VM VirtualBox Binary Edition'
arch=('i686' 'x86_64')
arch=('x86_64')
screenshot='https://www.virtualbox.org/raw-attachment/wiki/Screenshots/gnome.png'
license=('GPL2')
depends=('libidl2' 'libxcursor' 'libxinerama' 'libxslt' 'curl' 'linux-headers'
'python2' 'make' 'gcc')
'python2' 'make' 'gcc' 'qt')
optdepends=('virtualbox-ext-oracle: for Oracle extensions'
'dkms: for handling kernel modules with dkms'
'qt: for GUI support'
@ -72,8 +66,8 @@ package_virtualbox() {
install=${pkgname}.install
# Check and unpack the run package via sh(1)
sh "VirtualBox-${pkgver}-${_build}-Linux_${_sarch}.run" --check
echo yes | sh "VirtualBox-${pkgver}-${_build}-Linux_${_sarch}.run" --target "${srcdir}" \
sh "VirtualBox-${pkgver}-${_build}-Linux_amd64.run" --check
echo yes | sh "VirtualBox-${pkgver}-${_build}-Linux_amd64.run" --target "${srcdir}" \
--nox11 --noexec &> /dev/null
# Unpack bundled files
@ -173,6 +167,17 @@ package_virtualbox() {
# Create the directory below if it doesn't exist
install -d -m 0755 "${pkgdir}/var/run/VirtualBox"
# Use system's Qt
rm ${pkgdir}/opt/VirtualBox/libQtCoreVBox.so.4
rm ${pkgdir}/opt/VirtualBox/libQtGuiVBox.so.4
rm ${pkgdir}/opt/VirtualBox/libQtOpenGLVBox.so.4
rm ${pkgdir}/opt/VirtualBox/libQtNetworkVBox.so.4
cd ${pkgdir}/opt/VirtualBox
ln -s /usr/lib/libQtCore.so.4 libQtCoreVBox.so.4
ln -s /usr/lib/libQtGui.so.4 libQtGuiVBox.so.4
ln -s /usr/lib/libQtOpenGL.so.4 libQtOpenGLVBox.so.4
ln -s /usr/lib/libQtNetwork.so.4 libQtNetworkVBox.so.4
}
package_virtualbox-ext-oracle() {
@ -191,7 +196,7 @@ package_virtualbox-ext-oracle() {
package_virtualbox-guest-additions() {
pkgdesc="Oracle VM VirtualBox Guest Additions for Chakra"
arch=('i686' 'x86_64')
arch=('x86_64')
license=('GPL2')
depends=('linux-headers' 'make' 'gcc')
install=${pkgname}.install