From d1a97d539057dec2529d3651d6cd1c830d5339f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Sun, 27 Jul 2014 03:32:42 +0000 Subject: Sun Jul 27 03:31:36 UTC 2014 --- community/dictd/PKGBUILD | 19 +++++++++------- community/docker/PKGBUILD | 13 +++++++---- community/docker/docker.install | 11 --------- community/docker/docker.service | 13 +++++++++++ community/fox-devel/PKGBUILD | 5 ++-- community/gogglesmm/PKGBUILD | 27 +++++++++++----------- community/gogglesmm/gogglesmm.install | 3 ++- community/intellij-idea-libs/PKGBUILD | 9 ++++---- community/javasqlite/PKGBUILD | 6 ++--- community/leafnode/PKGBUILD | 8 +++---- community/mingw-w64-gcc/PKGBUILD | 6 ++--- community/mpv/PKGBUILD | 6 ++--- community/mythplugins/PKGBUILD | 14 ++++++------ community/mythtv/PKGBUILD | 19 +++++++--------- community/partimage/PKGBUILD | 6 ++--- community/shutter/PKGBUILD | 40 ++++++++++++++++++++++++++++++++ community/sxiv/PKGBUILD | 9 ++++---- community/sxiv/sxiv.install | 11 ++++++--- community/t1utils/PKGBUILD | 6 ++--- community/texstudio/PKGBUILD | 4 ++-- community/wiznote/PKGBUILD | 4 ++-- community/xmonad-contrib/PKGBUILD | 12 +++++----- core/lzo/PKGBUILD | 40 ++++++++++++++++++++++++++++++++ core/lzo2/PKGBUILD | 40 -------------------------------- extra/ffmpeg/PKGBUILD | 6 ++--- extra/lzo/PKGBUILD | 36 ----------------------------- extra/lzo/nasm-gcc3.patch | 40 -------------------------------- extra/mariadb/PKGBUILD | 8 ++++--- extra/php/PKGBUILD | 6 ++--- extra/visualvm/PKGBUILD | 43 +++++++++++++++++++---------------- 30 files changed, 227 insertions(+), 243 deletions(-) create mode 100644 community/docker/docker.service create mode 100644 community/shutter/PKGBUILD create mode 100644 core/lzo/PKGBUILD delete mode 100644 core/lzo2/PKGBUILD delete mode 100644 extra/lzo/PKGBUILD delete mode 100644 extra/lzo/nasm-gcc3.patch diff --git a/community/dictd/PKGBUILD b/community/dictd/PKGBUILD index cd5509161..71b965972 100644 --- a/community/dictd/PKGBUILD +++ b/community/dictd/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 91830 2013-05-28 17:03:45Z spupykin $ +# $Id: PKGBUILD 116399 2014-07-26 18:52:46Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: SmackleFunky # Contributor: Enrico Morelli pkgname=dictd pkgver=1.12.1 -pkgrel=3 +pkgrel=4 pkgdesc="Online dictionary client and server" url="http://sourceforge.net/projects/dict/" license=('GPL') @@ -45,11 +45,14 @@ build() { package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install - install -D -m 0644 $srcdir/dictd.xinetd $pkgdir/etc/xinetd.d/dictd - install -D -m 0644 $srcdir/dictd.conf $pkgdir/etc/dict/dictd.conf - install -D -m 0644 $srcdir/dict.conf $pkgdir/etc/dict/dict.conf - install -D -m 0644 $srcdir/site.info $pkgdir/etc/dict/site.info - install -D -m 0644 $srcdir/dictd.confd $pkgdir/etc/conf.d/dictd - install -D -m 0644 $srcdir/colorit.conf $pkgdir/etc/dict/colorit.conf + install -Dm 0644 $srcdir/dictd.xinetd $pkgdir/etc/xinetd.d/dictd + install -Dm 0644 $srcdir/dictd.conf $pkgdir/etc/dict/dictd.conf + install -Dm 0644 $srcdir/dict.conf $pkgdir/etc/dict/dict.conf + install -Dm 0644 $srcdir/site.info $pkgdir/etc/dict/site.info + install -Dm 0644 $srcdir/dictd.confd $pkgdir/etc/conf.d/dictd + install -Dm 0644 $srcdir/colorit.conf $pkgdir/etc/dict/colorit.conf install -Dm0644 $srcdir/$pkgname.service $pkgdir/usr/lib/systemd/system/$pkgname.service + # examples + install -dm0755 $pkgdir/usr/share/doc/$pkgname + cp -a examples $pkgdir/usr/share/doc/$pkgname/examples } diff --git a/community/docker/PKGBUILD b/community/docker/PKGBUILD index aeca2bfde..edab3533a 100644 --- a/community/docker/PKGBUILD +++ b/community/docker/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 116315 2014-07-24 22:59:14Z seblu $ +# $Id: PKGBUILD 116379 2014-07-26 15:08:54Z seblu $ # Maintainer: Sébastien "Seblu" Luttringer pkgname=docker pkgver=1.1.2 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc='Pack, ship and run any application as a lightweight container' arch=('x86_64') @@ -16,8 +16,10 @@ optdepends=('btrfs-progs: btrfs backend support' # don't strip binaries! A sha1 is used to check binary consistency. options=('!strip') install=$pkgname.install -source=("git+https://github.com/docker/docker.git#tag=v$pkgver") -md5sums=('SKIP') +source=("git+https://github.com/docker/docker.git#tag=v$pkgver" + 'docker.service') +md5sums=('SKIP' + 'aea0c57d458e3fc313107a76745c96bb') build() { cd docker @@ -39,7 +41,8 @@ package() { install -Dm644 'contrib/completion/bash/docker' "$pkgdir/usr/share/bash-completion/completions/docker" install -Dm644 'contrib/completion/zsh/_docker' "$pkgdir/usr/share/zsh/site-functions/_docker" # systemd - install -Dm644 'contrib/init/systemd/socket-activation/docker.service' \ + #install -Dm644 'contrib/init/systemd/socket-activation/docker.service' \ + install -Dm644 "$srcdir/docker.service" \ "$pkgdir/usr/lib/systemd/system/docker.service" install -Dm644 'contrib/init/systemd/socket-activation/docker.socket' \ "$pkgdir/usr/lib/systemd/system/docker.socket" diff --git a/community/docker/docker.install b/community/docker/docker.install index f75fd94aa..f730503de 100644 --- a/community/docker/docker.install +++ b/community/docker/docker.install @@ -8,7 +8,6 @@ post_install() { # arg 2: the old package version post_upgrade() { (( $(vercmp $2 '1:0.7.1-1') < 0 )) && post_install "$1" || true - (( $(vercmp $2 '1:1.1.1-2') < 0 )) && socketactivation || true } # arg 1: the old package version @@ -16,14 +15,4 @@ post_remove() { groupdel docker >/dev/null 2>&1 || true } -socketactivation() { - if systemctl -q is-enabled docker; then - cat << EOF -The docker service switched to socket activation. -We will enable the socket file for you. Don't need to thanks us. -EOF - systemctl enable docker.socket - fi -} - # vim:set ts=2 sw=2 et: diff --git a/community/docker/docker.service b/community/docker/docker.service new file mode 100644 index 000000000..0cb31e32c --- /dev/null +++ b/community/docker/docker.service @@ -0,0 +1,13 @@ +[Unit] +Description=Docker Application Container Engine +Documentation=http://docs.docker.com +After=network.target docker.socket +Requires=docker.socket + +[Service] +ExecStart=/usr/bin/docker -d -H fd:// +LimitNOFILE=1048576 +LimitNPROC=1048576 + +[Install] +Also=docker.socket diff --git a/community/fox-devel/PKGBUILD b/community/fox-devel/PKGBUILD index 3260e87bf..99536a7af 100644 --- a/community/fox-devel/PKGBUILD +++ b/community/fox-devel/PKGBUILD @@ -1,8 +1,9 @@ +# $Id: PKGBUILD 116389 2014-07-26 16:51:30Z speps $ # Maintainer : speps # Contributor: Dany Martineau pkgname=fox-devel -pkgver=1.7.46 # version 1.7.26 up breaks theme management, maybe restored in 1.7.29 +pkgver=1.7.48 # version 1.7.26 up breaks theme management, maybe restored in 1.7.29 pkgrel=1 pkgdesc="Free Objects for X: GUI Toolkit for C++, development version." arch=('i686' 'x86_64') @@ -13,7 +14,7 @@ makedepends=('mesa') install="$pkgname.install" provides=("fox=$pkgver") source=("${url/www/ftp}pub/fox-$pkgver.tar.gz") -md5sums=('e30f45e4fcdc6f4ed655e41d5c4a4df2') +md5sums=('85236df9c5fe5e992aa0cae57c418c03') build() { cd fox-$pkgver diff --git a/community/gogglesmm/PKGBUILD b/community/gogglesmm/PKGBUILD index ad35ca191..7fd43a855 100644 --- a/community/gogglesmm/PKGBUILD +++ b/community/gogglesmm/PKGBUILD @@ -1,33 +1,32 @@ -# $Id: PKGBUILD 108266 2014-03-25 18:02:46Z spupykin $ +# $Id: PKGBUILD 116394 2014-07-26 17:00:06Z speps $ # Maintainer: Sergej Pupykin # Contributor: Sander Jansen pkgname=gogglesmm -pkgver=0.13.1 +pkgver=0.13.2 pkgrel=1 pkgdesc="Music Manager and Player" arch=('i686' 'x86_64') url="http://gogglesmm.github.io/" license=('GPL3') -install=gogglesmm.install -depends=('fox-devel>=1.7.46' 'libogg' 'libvorbis' 'flac' 'libmad' 'faad2' - 'expat' 'opus' 'dbus-core' 'taglib>=1.9.0' 'sqlite3' 'libgcrypt' - 'glew' 'glu') -makedepends=('pkgconfig' 'libpulse' 'alsa-lib' 'glproto' 'dri2proto' ) -replaces=('musicmanager') +depends=('fox-devel>=1.7.48' 'libmad' 'faad2' 'sqlite3' + 'libpulse' 'opus' 'dbus' 'taglib>=1.9.0' 'glew' + 'hicolor-icon-theme' 'desktop-file-utils') +makedepends=('glproto' 'dri2proto') conflicts=('musicmanager') -source=($pkgname-$pkgver.tar.gz::https://github.com/gogglesmm/gogglesmm/archive/$pkgver.tar.gz) -md5sums=('376ed9ef48ab7bfacb1b7ce88e5146ab') +replaces=('musicmanager') +install="$pkgname.install" +source=("$pkgname-$pkgver.tar.gz::https://github.com/gogglesmm/gogglesmm/archive/$pkgver.tar.gz") +md5sums=('8d12b51eb4bf13bf6496110bee91aef3') build() { - cd $srcdir/gogglesmm-$pkgver + cd gogglesmm-$pkgver export RESWRAP=/usr/bin/reswrap-1.7 ./configure --prefix=/usr make } package() { - cd $srcdir/gogglesmm-$pkgver - mkdir -p $pkgdir/usr/bin - make DESTDIR=$pkgdir install + cd gogglesmm-$pkgver + make DESTDIR="$pkgdir" install } diff --git a/community/gogglesmm/gogglesmm.install b/community/gogglesmm/gogglesmm.install index 04c026840..33824249b 100644 --- a/community/gogglesmm/gogglesmm.install +++ b/community/gogglesmm/gogglesmm.install @@ -1,5 +1,6 @@ post_install() { - which gtk-update-icon-cache >/dev/null && gtk-update-icon-cache /usr/share/icons/hicolor + which xdg-icon-resource >/dev/null && xdg-icon-resource forceupdate --theme hicolor 2> /dev/null + which update-desktop-database >/dev/null && update-desktop-database -q } post_upgrade() { diff --git a/community/intellij-idea-libs/PKGBUILD b/community/intellij-idea-libs/PKGBUILD index 959c4b47b..cfec659f3 100644 --- a/community/intellij-idea-libs/PKGBUILD +++ b/community/intellij-idea-libs/PKGBUILD @@ -1,9 +1,10 @@ -# $Id: PKGBUILD 116325 2014-07-25 08:18:42Z stativ $ +# $Id: PKGBUILD 116357 2014-07-26 06:43:22Z stativ $ # Maintainer: Lukas Jirkovsky pkgname=intellij-idea-libs -pkgver=13.1.4 -_pkgver=135.1229 +pkgver=13.1.4b +_pkgver=135.1230 pkgrel=1 +epoch=1 pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE" arch=('i686' 'x86_64') url="http://www.jetbrains.org/" @@ -11,7 +12,7 @@ license=('Apache') depends=('glibc') options=(!strip) source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz) -md5sums=('44771594016dd02a8906bb7da85fe623') +md5sums=('4bf083de1693bccc6ed137b44a5f6d2d') package() { [ $CARCH == "x86_64" ] && SUFFIX=64 diff --git a/community/javasqlite/PKGBUILD b/community/javasqlite/PKGBUILD index 996fc58b0..902d29497 100644 --- a/community/javasqlite/PKGBUILD +++ b/community/javasqlite/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 102709 2013-12-17 18:05:22Z guillaume $ +# $Id: PKGBUILD 116396 2014-07-26 17:37:05Z guillaume $ # Maintainer: Guillaume ALAUX # Contributor: Jaroslaw Swierczynski pkgname=javasqlite -pkgver=20131124 +pkgver=20140624 pkgrel=1 pkgdesc="Java support for SQLite database engine" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('custom:BSD-style') depends=('java-runtime' 'sqlite') makedepends=('java-environment') source=(http://www.ch-werner.de/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('681b58556ea3f565b815efb830993d11c798c93dd961f6b6e7477485591585e2') +sha256sums=('1a018dd579ba8d95367abf1d91272fb8a130b0d73cf4b6e4d73006626321bdca') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/leafnode/PKGBUILD b/community/leafnode/PKGBUILD index c6cf6e9c9..a396b6a14 100644 --- a/community/leafnode/PKGBUILD +++ b/community/leafnode/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 91512 2013-05-23 11:13:56Z spupykin $ +# $Id: PKGBUILD 116400 2014-07-26 18:52:56Z spupykin $ # Maintainer: Sergej Pupykin pkgname=leafnode -pkgver=1.11.8 -pkgrel=6 +pkgver=1.11.10 +pkgrel=1 pkgdesc="implements a store & forward NNTP proxy (client and server) with IPv4 and IPv6" arch=('i686' 'x86_64') url="http://leafnode.sourceforge.net/" @@ -14,7 +14,7 @@ options=(!emptydirs) backup=('etc/xinetd.d/leafnode') source=(http://downloads.sf.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 leafnode.xinetd) -md5sums=('a3edafeb854efaa3fbb0f7951d02160f' +md5sums=('df12ebcfbac6bbcef1822920ec1148cc' '08cd0a81d6efe0803b5d0747ab31903f') build() { diff --git a/community/mingw-w64-gcc/PKGBUILD b/community/mingw-w64-gcc/PKGBUILD index 605f653e1..6887c10a7 100644 --- a/community/mingw-w64-gcc/PKGBUILD +++ b/community/mingw-w64-gcc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 116167 2014-07-23 13:52:11Z spupykin $ +# $Id: PKGBUILD 116401 2014-07-26 18:53:08Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: rubenvb vanboxem ruben gmail com @@ -6,7 +6,7 @@ _targets="i686-w64-mingw32 x86_64-w64-mingw32" pkgname=mingw-w64-gcc pkgver=4.9.1 -pkgrel=1 +pkgrel=2 pkgdesc="Cross GCC for the MinGW-w64 cross-compiler" arch=('i686' 'x86_64') url="http://gcc.gnu.org" @@ -14,7 +14,7 @@ license=('GPL' 'LGPL' 'FDL' 'custom') groups=('mingw-w64-toolchain' 'mingw-w64') depends=('zlib' 'libmpc' 'cloog' 'mingw-w64-crt' 'mingw-w64-binutils' 'mingw-w64-winpthreads' - 'mingw-w64-headers' 'mingw-w64-headers-bootstrap') + 'mingw-w64-headers') makedepends=("gcc-ada=${pkgver}" 'mingw-w64-gcc-base') #checkdepends=('dejagnu') # Windows executables could run on Arch through bin_mft and Wine optdepends=() diff --git a/community/mpv/PKGBUILD b/community/mpv/PKGBUILD index cf6d7e544..215f903f6 100644 --- a/community/mpv/PKGBUILD +++ b/community/mpv/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 115576 2014-07-12 14:21:06Z bpiotrowski $ +# $Id: PKGBUILD 116392 2014-07-26 16:53:58Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Eivind Uggedal pkgname=mpv -pkgver=0.4.1 +pkgver=0.4.2 pkgrel=1 pkgdesc='Video player based on MPlayer/mplayer2' arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ makedepends=('mesa' 'python-docutils' 'ladspa') options=('!emptydirs' '!buildflags') install=mpv.install source=(https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz) -md5sums=('24dcff8c676388227b280a463f9a05d0') +md5sums=('b10a95e579962d8f514cd78fb9e37a2b') prepare() { cd $pkgname-$pkgver diff --git a/community/mythplugins/PKGBUILD b/community/mythplugins/PKGBUILD index 536e2bc34..792fc0a43 100644 --- a/community/mythplugins/PKGBUILD +++ b/community/mythplugins/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 104372 2014-01-19 16:29:36Z bpiotrowski $ +# $Id: PKGBUILD 116361 2014-07-26 09:02:37Z fyan $ # Maintainer: Jonathan Conder # Contributor: Giovanni Scafora @@ -13,8 +13,8 @@ pkgname=('mythplugins-mytharchive' 'mythplugins-mythweather' 'mythplugins-mythweb' 'mythplugins-mythzoneminder') -pkgver=0.27 -pkgrel=5 +pkgver=0.27.3 +pkgrel=1 epoch=1 arch=('i686' 'x86_64') url="http://www.mythtv.org" @@ -24,12 +24,12 @@ makedepends=('cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg' 'flac' 'libexif' 'perl-datetime-format-iso8601' 'perl-date-manip' 'perl-image-size' 'perl-json' 'perl-libwww' 'perl-soap-lite' 'perl-xml-sax' 'perl-xml-simple' 'perl-xml-xpath' 'python2-oauth' 'python2-pillow' - 'python2-pycurl' 'zlib') + 'python2-pycurl' 'zlib' 'gdb') source=("mythtv-$pkgver.tar.gz::https://github.com/MythTV/mythtv/archive/v$pkgver.tar.gz" "mythweb-$pkgver.tar.gz::https://github.com/MythTV/mythweb/archive/v$pkgver.tar.gz" - 'cdparanoia.patch') -sha256sums=('494ebd7ee384e751c05ee0a1b3dcd3618caf72f1e94810381c09c2b5d1c799f0' - '7e54d6b388e2e8f3e50515c3fe46113f4217e3989242459a0fa73c928dcca494' + 'cdparanoia.patch') +sha256sums=('8eaaf8c6e42ca6eb81f180467de90d597dbeabb1bb14b7085da353d2980db8f4' + 'deb00369d89d86fe11c05c275f76eb11d92c6e66279c9ac264bb69a7145f03cd' '004f1e4734830709d2ab5ebb804560514f2bf525abc2f11142501a81eba0754c') prepare() { diff --git a/community/mythtv/PKGBUILD b/community/mythtv/PKGBUILD index 888b269df..8c98823f0 100644 --- a/community/mythtv/PKGBUILD +++ b/community/mythtv/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 108932 2014-04-07 19:24:35Z bgyorgy $ +# $Id: PKGBUILD 116360 2014-07-26 09:02:35Z fyan $ # Maintainer: Jonathan Conder # Contributor: Giovanni Scafora # Contributor: Juergen Hoetzel @@ -6,18 +6,18 @@ # Contributor: dorphell pkgname=mythtv -pkgver=0.27 -pkgrel=8 +pkgver=0.27.3 +pkgrel=1 epoch=1 pkgdesc="A Homebrew PVR project" arch=('i686' 'x86_64') url="http://www.mythtv.org/" license=('GPL') -depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883' +depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883' 'libgl' 'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc-utils' 'mariadb-clients' 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww' 'perl-net-upnp' 'python2-lxml' 'qtwebkit' 'taglib' 'urlgrabber' 'x264') -makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm') +makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm' 'x264-dev' 'gdb') optdepends=('glew: for GPU commercial flagging' 'libcec: for consumer electronics control capabilities' 'libxml2: to read blu-ray metadata' @@ -29,19 +29,16 @@ replaces=('myththemes' 'mythplugins-mythvideo') install='mythtv.install' source=("$pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz" 'mythbackend.service' - 'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch' - 'http://code.mythtv.org/trac/raw-attachment/ticket/12098/ticket12098-dont-load-lib-when-opengles-disabled.diff') -sha256sums=('494ebd7ee384e751c05ee0a1b3dcd3618caf72f1e94810381c09c2b5d1c799f0' + 'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.2.patch') +sha256sums=('8eaaf8c6e42ca6eb81f180467de90d597dbeabb1bb14b7085da353d2980db8f4' 'ecfde779ded8332cc62c86fac6b432b09cbf5d254135798287ada688af9a1302' - '8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3' - '55e9827ea8f5c685801c110f879825d1fb3006070e0318188a2fd55921b95bdf') + '8270407c2074b305e0c32151f89c84f6bf980a32665a2da8e4727405fa3911f3') prepare() { cd "$srcdir/$pkgname-$pkgver/$pkgname" find 'bindings/python' 'contrib' -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@' patch -Np2 -i "$srcdir/libcec-2-support.2.patch" - patch -Np2 -i "$srcdir/ticket12098-dont-load-lib-when-opengles-disabled.diff" } build() { diff --git a/community/partimage/PKGBUILD b/community/partimage/PKGBUILD index 982d889da..56132c231 100644 --- a/community/partimage/PKGBUILD +++ b/community/partimage/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 114683 2014-07-02 21:43:57Z lfleischer $ +# $Id: PKGBUILD 116377 2014-07-26 14:48:46Z anatolik $ # Maintainer: Lukas Fleischer # Contributor: Roman Kyrylych # Contributor: Sven Kauber @@ -7,12 +7,12 @@ pkgname=partimage pkgver=0.6.9 -pkgrel=5 +pkgrel=6 pkgdesc='Partition Image saves partitions in many formats to an image file.' arch=('i686' 'x86_64') url='http://www.partimage.org/' license=('GPL') -depends=('libnewt' 'lzo' 'bzip2' 'openssl') +depends=('libnewt' 'bzip2' 'openssl') backup=('etc/partimaged/partimagedusers') install='partimage.install' source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2" diff --git a/community/shutter/PKGBUILD b/community/shutter/PKGBUILD new file mode 100644 index 000000000..735019b30 --- /dev/null +++ b/community/shutter/PKGBUILD @@ -0,0 +1,40 @@ +# $Id: PKGBUILD 116398 2014-07-26 17:46:00Z fyan $ +# Maintainer: Felix Yan +# Contributor: Caleb Maclennan +# Contributor: Shanto +# Contributor: Athurg +# Contributor: TDY + +pkgname=shutter +pkgver=0.91 +pkgrel=2 +pkgdesc="a featureful screenshot tool (formerly gscrot)" +arch=('i686' 'x86_64') +url="http://shutter-project.org/" +license=('GPL3') +depends=(xdg-utils libxml-perl imagemagick bc procps librsvg gnome-perl + perl-{gnome2-wnck,gtk2-{imageview,unique},x11-protocol,image-exiftool} + perl-{proc-{simple,processtable},net-{dbus,dropbox-api},goo-canvas} + perl-{sort-naturally,json,json-xs,xml-simple,www-mechanize,locale-gettext} + perl-{file-{which,basedir,copy-recursive},path-class}) +optdepends=('nautilus-sendto: "Send To" functionality in right-click and main menu' + 'gnome-web-photo: Support for capturing websites') + #'perl-gtk2-appindicator: AppIndicator support') +source=("http://shutter-project.org/wp-content/uploads/releases/tars/$pkgname-$pkgver.tar.gz") + +prepare() { + cd "$srcdir/$pkgname-$pkgver" + + # Fix tray icon under many icon themes, from Gentoo + sed -e "/\$tray->set_from_icon_name/s:set_from_icon_name:set_from_file:" \ + -e "s:shutter-panel:/usr/share/icons/hicolor/scalable/apps/&.svg:" \ + -i bin/shutter +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + install -Dm755 bin/$pkgname "$pkgdir/usr/bin/$pkgname" + cp -a share "$pkgdir/usr/" +} + +md5sums=('9775b904dd4e75b87f5e51bb861c74ad') diff --git a/community/sxiv/PKGBUILD b/community/sxiv/PKGBUILD index 36b323de1..a6f7618a6 100644 --- a/community/sxiv/PKGBUILD +++ b/community/sxiv/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 113169 2014-06-14 19:22:23Z andyrtr $ +# $Id: PKGBUILD 116375 2014-07-26 10:40:22Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Bert Muennich @@ -6,13 +6,13 @@ pkgname=sxiv pkgver=1.2 -pkgrel=2 +pkgrel=3 pkgdesc='Simple X Image Viewer' arch=('i686' 'x86_64') license=('GPL2') install=sxiv.install url='https://github.com/muennich/sxiv' -depends=('imlib2' 'desktop-file-utils') +depends=('imlib2' 'desktop-file-utils' 'xdg-utils' 'hicolor-icon-theme') source=(https://github.com/muennich/sxiv/archive/v$pkgver.tar.gz giflib-5.1.0.patch) md5sums=('9b79d3c70693d9abbc66295cf6f281a0' @@ -29,6 +29,7 @@ build() { package() { cd $pkgname-$pkgver - make PREFIX="$pkgdir"/usr install + make PREFIX=/usr DESTDIR="$pkgdir" install + make -C icon PREFIX=/usr DESTDIR="$pkgdir" install install -Dm644 sxiv.desktop "$pkgdir"/usr/share/applications/sxiv.desktop } diff --git a/community/sxiv/sxiv.install b/community/sxiv/sxiv.install index 916de2271..5c501dc49 100644 --- a/community/sxiv/sxiv.install +++ b/community/sxiv/sxiv.install @@ -1,7 +1,12 @@ -post_install () { +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null update-desktop-database -q } -post_upgrade () { - update-desktop-database -q +post_upgrade() { + post_install +} + +post_remove() { + post_install } diff --git a/community/t1utils/PKGBUILD b/community/t1utils/PKGBUILD index 9833a57c8..5ac583b9a 100644 --- a/community/t1utils/PKGBUILD +++ b/community/t1utils/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 88333 2013-04-16 13:31:22Z spupykin $ +# $Id: PKGBUILD 116403 2014-07-26 18:54:06Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Simo Leone pkgname=t1utils -pkgver=1.37 +pkgver=1.38 pkgrel=1 pkgdesc="A collection of simple Type 1 font manipulation programs" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=("custom") depends=('glibc') source=("http://www.lcdf.org/~eddietwo/type/$pkgname-$pkgver.tar.gz" LICENSE) -md5sums=('dcff07df0b334c06d1808530956a634e' +md5sums=('0c823a7fff74d206ecccb98bfcb1053b' '5a1334c824d21f0314c831f9fd19a587') build() { diff --git a/community/texstudio/PKGBUILD b/community/texstudio/PKGBUILD index 7ab3a3b3a..2344cd02e 100644 --- a/community/texstudio/PKGBUILD +++ b/community/texstudio/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Clément DEMOULINS pkgname=texstudio -pkgver=2.8.0 +pkgver=2.8.2 pkgrel=1 pkgdesc="Integrated writing environment for creating LaTeX documents" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ replaces=('texmakerx') install=$pkgname.install source=(http://downloads.sourceforge.net/project/texstudio/texstudio/TeXstudio%20${pkgver}/${pkgname}-${pkgver}.tar.gz) -md5sums=('01205800d4a4fdc3ade4f761eabd8e3b') +md5sums=('9186f1b08338f35fdae72027be9e837a') build() { cd "$srcdir/$pkgname$pkgver" diff --git a/community/wiznote/PKGBUILD b/community/wiznote/PKGBUILD index ada2a1950..b8027c3f0 100644 --- a/community/wiznote/PKGBUILD +++ b/community/wiznote/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 113452 2014-06-23 11:56:39Z fyan $ +# $Id: PKGBUILD 116370 2014-07-26 10:31:50Z fyan $ # Maintainer: Felix Yan # Contributor: Albert.Zhou pkgname=wiznote -pkgver=2.1.9 +pkgver=2.1.10 pkgrel=1 pkgdesc="Opensource cross-platform cloud based note-taking client" arch=('i686' 'x86_64') diff --git a/community/xmonad-contrib/PKGBUILD b/community/xmonad-contrib/PKGBUILD index 205da2aba..08b1ffac2 100644 --- a/community/xmonad-contrib/PKGBUILD +++ b/community/xmonad-contrib/PKGBUILD @@ -1,25 +1,25 @@ -# $Id: PKGBUILD 116003 2014-07-19 16:05:38Z td123 $ +# $Id: PKGBUILD 116367 2014-07-26 10:11:31Z jelle $ # Maintainer: Sergej Pupykin # Maintainer: Vesa Kaihlavirta # Contributor: orbisvicis pkgname=xmonad-contrib -pkgver=0.11.2 -pkgrel=4 +pkgver=0.11.3 +pkgrel=1 pkgdesc="Add-ons for xmonad" arch=('i686' 'x86_64') url="http://xmonad.org/" license=('BSD') -depends=('ghc=7.8.3-1' 'xmonad=0.11-9' 'sh' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7' 'haskell-random=1.0.1.1') +depends=('ghc=7.8.3-2' 'xmonad=0.11-9' 'sh' 'haskell-x11=1.6.1.2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string=0.3.7' 'haskell-random=1.0.1.1') install='xmonad-contrib.install' options=('staticlibs') source=(http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz 'remove_unnecessary_contexts.patch') -md5sums=('415a7ed9449198b0e93d49ab0a4a0f72' +md5sums=('285617f4c832d6df77087604c7160757' '724a45ea306054ddb7f8a42b185e708f') prepare() { cd $srcdir/$pkgname-$pkgver - patch -Np1 -i $srcdir/remove_unnecessary_contexts.patch +# patch -Np1 -i $srcdir/remove_unnecessary_contexts.patch } build() { diff --git a/core/lzo/PKGBUILD b/core/lzo/PKGBUILD new file mode 100644 index 000000000..2fc643a5b --- /dev/null +++ b/core/lzo/PKGBUILD @@ -0,0 +1,40 @@ +# $Id: PKGBUILD 216411 2014-07-03 16:14:48Z tpowa $ +# Contributor: Low Kian Seong +# Maintainer: dorphell +pkgname=lzo2 +pkgver=2.08 +pkgrel=1 +pkgdesc="Portable lossless data compression library" +arch=('i686' 'x86_64') +url="http://www.oberhumer.com/opensource/lzo" +license=('GPL') +depends=('glibc') +source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz) +md5sums=('fcec64c26a0f4f4901468f360029678f') + +build() { + cd "${srcdir}/lzo-${pkgver}" + ./configure --prefix=/usr --enable-shared + make + + # build minilzo + gcc $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c + gcc $LDFLAGS -shared -o libminilzo.so.0 -Wl,-soname,libminilzo.so.0 minilzo/minilzo.o +} + +check() { + cd "${srcdir}/lzo-${pkgver}" + make test # Larger test + make check +} + +package() { + cd "${srcdir}/lzo-${pkgver}" + make DESTDIR=${pkgdir} install + + # install minilzo + install -m 755 libminilzo.so.0 ${pkgdir}/usr/lib + install -p -m 644 minilzo/minilzo.h ${pkgdir}/usr/include/lzo + cd ${pkgdir}/usr/lib + ln -s libminilzo.so.0 libminilzo.so +} diff --git a/core/lzo2/PKGBUILD b/core/lzo2/PKGBUILD deleted file mode 100644 index 2fc643a5b..000000000 --- a/core/lzo2/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# $Id: PKGBUILD 216411 2014-07-03 16:14:48Z tpowa $ -# Contributor: Low Kian Seong -# Maintainer: dorphell -pkgname=lzo2 -pkgver=2.08 -pkgrel=1 -pkgdesc="Portable lossless data compression library" -arch=('i686' 'x86_64') -url="http://www.oberhumer.com/opensource/lzo" -license=('GPL') -depends=('glibc') -source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz) -md5sums=('fcec64c26a0f4f4901468f360029678f') - -build() { - cd "${srcdir}/lzo-${pkgver}" - ./configure --prefix=/usr --enable-shared - make - - # build minilzo - gcc $CFLAGS -fpic -Iinclude/lzo -o minilzo/minilzo.o -c minilzo/minilzo.c - gcc $LDFLAGS -shared -o libminilzo.so.0 -Wl,-soname,libminilzo.so.0 minilzo/minilzo.o -} - -check() { - cd "${srcdir}/lzo-${pkgver}" - make test # Larger test - make check -} - -package() { - cd "${srcdir}/lzo-${pkgver}" - make DESTDIR=${pkgdir} install - - # install minilzo - install -m 755 libminilzo.so.0 ${pkgdir}/usr/lib - install -p -m 644 minilzo/minilzo.h ${pkgdir}/usr/include/lzo - cd ${pkgdir}/usr/lib - ln -s libminilzo.so.0 libminilzo.so -} diff --git a/extra/ffmpeg/PKGBUILD b/extra/ffmpeg/PKGBUILD index e16a664a8..3a2007cc4 100644 --- a/extra/ffmpeg/PKGBUILD +++ b/extra/ffmpeg/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 217750 2014-07-23 21:00:56Z bpiotrowski $ +# $Id: PKGBUILD 218203 2014-07-26 16:53:19Z bpiotrowski $ # Maintainer: Ionut Biru # Maintainer: Bartłomiej Piotrowski # Contributor: Tom Newsom # Contributor: Paul Mattal pkgname=ffmpeg -pkgver=2.2.5 +pkgver=2.3 pkgrel=1 epoch=1 pkgdesc='Complete and free Internet live audio and video broadcasting solution' @@ -20,7 +20,7 @@ depends=( ) makedepends=('libvdpau' 'yasm' 'x264') source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2{,.asc}) -md5sums=('a91dbd963f0ed16bf0eacaba98439d00' +md5sums=('00f98a030d21366b6583875d57d98c27' 'SKIP') build() { diff --git a/extra/lzo/PKGBUILD b/extra/lzo/PKGBUILD deleted file mode 100644 index 115baed03..000000000 --- a/extra/lzo/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# $Id: PKGBUILD 197768 2013-10-29 20:44:43Z eric $ -# Maintainer: -# Contributor: Low Kian Seong -# Contributor: Judd Vinet -# Contributor: Daniel J Griffiths - -pkgname=lzo -pkgver=1.08 -pkgrel=8 -pkgdesc='A portable lossless data compression library written in ANSI C' -arch=('i686' 'x86_64') -license=('GPL') -url='http://www.oberhumer.com/opensource/lzo' -depends=('glibc') -makedepends=('nasm') -source=("http://www.oberhumer.com/opensource/lzo/download/LZO-v1/${pkgname}-${pkgver}.tar.gz" - 'nasm-gcc3.patch') -md5sums=('ab94d3da364c7cbd5b78d76f1875b0f6' - '43fb13762383b572d22152f8815ea4a5') - -prepare() { - cd ${pkgname}-${pkgver} - patch -p0 -i "${srcdir}"/nasm-gcc3.patch -} - -build() { - cd ${pkgname}-${pkgver} - autoconf - ./configure --prefix=/usr --enable-shared - make -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install -} diff --git a/extra/lzo/nasm-gcc3.patch b/extra/lzo/nasm-gcc3.patch deleted file mode 100644 index 19b351b3d..000000000 --- a/extra/lzo/nasm-gcc3.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- configure.in 2002-07-13 01:31:52.000000000 +0000 -+++ configure.in.patched 2003-09-10 14:37:31.000000000 +0000 -@@ -319,13 +319,13 @@ - [AC_TRY_RUN([#include - int test() { - #if defined(__GNUC__) -- __asm__ __volatile__ (" -- .align 4 --mfx_a1: -- .byte 0 -- .align 4 --mfx_a2: -- "); -+ __asm__ __volatile__ ( -+ ".align 4\n" -+"mfx_a1:\n" -+ ".byte 0\n" -+ ".align 4\n" -+"mfx_a2:\n" -+ ); - #endif - return 0; - } -@@ -363,11 +363,11 @@ - #endif - int mfx_asm_func(); - static void test() { -- __asm__ __volatile__(" -- .globl mfx_asm_func -- mfx_asm_func: -- .byte 0 -- "); -+ __asm__ __volatile__( -+ ".globl mfx_asm_func\n" -+ "mfx_asm_func:\n" -+ ".byte 0\n" -+ ); - } - ], [ - return mfx_asm_func(); diff --git a/extra/mariadb/PKGBUILD b/extra/mariadb/PKGBUILD index dcf8ca5a1..2555beb3b 100644 --- a/extra/mariadb/PKGBUILD +++ b/extra/mariadb/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 216837 2014-07-12 14:49:30Z bpiotrowski $ +# $Id: PKGBUILD 218189 2014-07-26 08:41:39Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski pkgbase=mariadb pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb') pkgver=10.0.12 _pkgver=${pkgver/.a/a} -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('GPL') url='http://mariadb.org/' @@ -24,6 +24,8 @@ build() { cd build cmake ../$pkgbase-$_pkgver \ + -DCMAKE_AR=/usr/bin/gcc-ar \ + -DCMAKE_RANLIB=/usr/bin/gcc-ranlib \ -DBUILD_CONFIG=mysql_release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DSYSCONFDIR=/etc/mysql \ @@ -57,7 +59,6 @@ build() { -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 \ -DWITHOUT_FEDERATED_STORAGE_ENGINE=1 \ -DWITHOUT_PBXT_STORAGE_ENGINE=1 \ - -DWITHOUT_TOKUDB=1 \ -DCMAKE_C_FLAGS="-fPIC $CFLAGS -fno-strict-aliasing -DBIG_JOINS=1 -fomit-frame-pointer -fno-delete-null-pointer-checks" \ -DCMAKE_CXX_FLAGS="-fPIC $CXXFLAGS -fno-strict-aliasing -DBIG_JOINS=1 -felide-constructors -fno-rtti -fno-delete-null-pointer-checks" \ -DWITH_MYSQLD_LDFLAGS="$LDFLAGS" @@ -119,6 +120,7 @@ package_mariadb() { backup=('etc/mysql/my.cnf') install=mariadb.install depends=('mariadb-clients' 'inetutils' 'libaio' 'libxml2' 'pcre') + optdepends=('perl-dbd-mysql: for mysqlhotcopy, mysql_convert_table_format and mysql_setpermission') conflicts=('mysql') provides=("mysql=$pkgver") options=('emptydirs') diff --git a/extra/php/PKGBUILD b/extra/php/PKGBUILD index 2103e51ae..413dc2913 100644 --- a/extra/php/PKGBUILD +++ b/extra/php/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 215481 2014-06-26 16:14:41Z pierre $ +# $Id: PKGBUILD 218183 2014-07-26 05:36:57Z pierre $ # Maintainer: Pierre Schmitz pkgbase=php @@ -21,7 +21,7 @@ pkgname=('php' 'php-sqlite' 'php-tidy' 'php-xsl') -pkgver=5.5.14 +pkgver=5.5.15 pkgrel=1 arch=('i686' 'x86_64') license=('PHP') @@ -34,7 +34,7 @@ source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.gz" "http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.gz.asc" 'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch' 'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles') -md5sums=('b34262d4ccbb6bef8d2cf83840625201' +md5sums=('63b56e64e7c25b1c6dcdf778333dfa24' 'SKIP' '510f9092ebfe6e378e12817e197a88b6' 'dec2cbaad64e3abf4f0ec70e1de4e8e9' diff --git a/extra/visualvm/PKGBUILD b/extra/visualvm/PKGBUILD index 3add21de3..bd956d936 100644 --- a/extra/visualvm/PKGBUILD +++ b/extra/visualvm/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Guillaume ALAUX # Contributor: Kristof JOZSA pkgname=visualvm -pkgver=1.3.7 +pkgver=1.3.8 _shortver=${pkgver//\./} pkgrel=1 pkgdesc='Visual tool integrating several commandline JDK tools and lightweight profiling capabilities' @@ -12,36 +12,41 @@ depends=('java-environment') source=("https://java.net/projects/${pkgname}/downloads/download/release${_shortver}/${pkgname}_${_shortver}.zip" 'visualvm.desktop' 'icon.png') -sha256sums=('b8ff7762d9f8bb940bab6ec2ec890657682adf85d833e7e89e9cc4feda717b53' +sha256sums=('05fa81e756552a42d1150d7c32ab2186f6f736244c95022b341deaefc077d899' 'e820807e8d78446cf156a3947d97856e24865bb0d8c957e9ce2fed309c737441' '452fbd85c968ec7176c5894bc4106b7e25310314d44278d807510675b6a5c864') package() { - cd ${srcdir}/${pkgname}_${_shortver} + cd "${srcdir}/${pkgname}_${_shortver}" - mkdir -p ${pkgdir}/usr/share/${pkgname} - cp -R bin platform profiler visualvm ${pkgdir}/usr/share/${pkgname} + mkdir -p "${pkgdir}/usr/share/${pkgname}" + cp -R bin platform profiler visualvm "${pkgdir}/usr/share/${pkgname}" - install -d ${pkgdir}/etc/${pkgname} - cp -R etc/* ${pkgdir}/etc/${pkgname} - ln -s /etc/${pkgname} ${pkgdir}/usr/share/${pkgname}/etc + install -d "${pkgdir}/etc/${pkgname}" + cp -R etc/* "${pkgdir}/etc/${pkgname}" + ln -s /etc/${pkgname} "${pkgdir}/usr/share/${pkgname}/etc" + # 'visualvm' shell script cannot even set his own variable 'visualvm_jdkhome' + sed -i \ + -e 's|#visualvm_jdkhome="/path/to/jdk"|visualvm_jdkhome="${JAVA_HOME}"|' \ + -e 's|visualvm_default_options="|visualvm_default_options="-J-Dawt.useSystemAAFontSettings=on |' \ + "${pkgdir}/etc/${pkgname}/visualvm.conf" - rm -rf ${pkgdir}/usr/share/${pkgname}/profiler/lib/deployed/jdk*/{hpux*,mac,solaris*,windows*,linux-arm*} + rm -rf "${pkgdir}"/usr/share/${pkgname}/profiler/lib/deployed/jdk*/{hpux*,mac,solaris*,windows*,linux-arm*} if [ ${CARCH} == 'i686' ]; then - rm -rf ${pkgdir}/usr/share/${pkgname}/profiler/lib/deployed/jdk*/linux-amd64 \ - ${pkgdir}/usr/share/${pkgname}/platform/modules/lib/{x86,amd64} + rm -rf "${pkgdir}"/usr/share/${pkgname}/profiler/lib/deployed/jdk*/linux-amd64 \ + "${pkgdir}"/usr/share/${pkgname}/platform/modules/lib/{x86,amd64} else - rm -rf ${pkgdir}/usr/share/${pkgname}/profiler/lib/deployed/jdk*/linux \ - ${pkgdir}/usr/share/${pkgname}/platform/modules/lib/{x86,i386} + rm -rf "${pkgdir}"/usr/share/${pkgname}/profiler/lib/deployed/jdk*/linux \ + "${pkgdir}"/usr/share/${pkgname}/platform/modules/lib/{x86,i386} fi - find ${pkgdir}/usr/share/${pkgname} \( -name "*.exe" -o -name "*.dll" \) -delete + find "${pkgdir}"/usr/share/${pkgname} \( -name "*.exe" -o -name "*.dll" \) -delete - install -d ${pkgdir}/usr/bin - ln -s /usr/share/${pkgname}/bin/visualvm ${pkgdir}/usr/bin/${pkgname} + install -d "${pkgdir}/usr/bin" + ln -s /usr/share/${pkgname}/bin/visualvm "${pkgdir}/usr/bin/${pkgname}" - install -Dm644 ${srcdir}/icon.png ${pkgdir}/usr/share/${pkgname}/icon.png - install -Dm644 ${srcdir}/visualvm.desktop ${pkgdir}/usr/share/applications/visualvm.desktop + install -Dm644 "${srcdir}/icon.png" "${pkgdir}/usr/share/${pkgname}/icon.png" + install -Dm644 "${srcdir}/visualvm.desktop" "${pkgdir}/usr/share/applications/visualvm.desktop" - install -D LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt + install -D LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt" } -- cgit v1.2.2