From 1d3b4197513236c16edd9c3dbac7874d72b2790d Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Thu, 12 Jan 2012 08:01:00 +0000 Subject: [PATCH] updated on Thu Jan 12 08:01:00 UTC 2012 --- aftershotpro/PKGBUILD | 7 ++++--- decibel-audio-player2/PKGBUILD | 10 +++++----- haskell-hmatrix/PKGBUILD | 12 +++++------- openbox-multihead-git/PKGBUILD | 2 +- openbox-multihead-git/openbox.install | 2 +- ozone2/PKGBUILD | 17 +++++++++++++++++ perl-term-readline-ttytter/PKGBUILD | 25 +++++++++++++++++++++++++ sndfile-tools/PKGBUILD | 8 ++++---- sublime-text/PKGBUILD | 10 +++++----- 9 files changed, 67 insertions(+), 26 deletions(-) create mode 100644 ozone2/PKGBUILD create mode 100644 perl-term-readline-ttytter/PKGBUILD diff --git a/aftershotpro/PKGBUILD b/aftershotpro/PKGBUILD index 5ce56eb70..5def9198d 100644 --- a/aftershotpro/PKGBUILD +++ b/aftershotpro/PKGBUILD @@ -3,13 +3,13 @@ pkgname=aftershotpro _pkgname=AfterShotPro pkgver=1.0.93 -pkgrel=3 +pkgrel=5 pkgdesc="Professional Workflow and RAW Conversion" arch=('i686' 'x86_64') license=('custom') -depends=( 'qt' 'libxdamage' 'glib2' 'pcre' 'libpng12' 'libgl') -[ "$CARCH" = "x86_64" ] && depends=( 'lib32-qt' 'lib32-libxdamage' 'lib32-glib2' 'lib32-pcre' 'lib32-libpng12' 'lib32-libgl' 'lib32-mesa') +depends=( 'libxdamage' 'glib2' 'pcre' 'libpng12' 'libgl') +[ "$CARCH" = "x86_64" ] && depends=( 'lib32-libxdamage' 'lib32-glib2' 'lib32-pcre' 'lib32-libpng12' 'lib32-libgl' 'lib32-mesa') source=("http://www.corel.com/akdlm/6763/downloads/AfterShotPro/1/PF/AfterShotPro_i386.rpm" LICENSE) url="http://apps.corel.com/lp/aftershot" @@ -29,4 +29,5 @@ build() { mv ${srcdir}/usr/share/{applications,pixmaps} ${pkgdir}/usr/share/ install -d ${pkgdir}/usr/share/mime/packages/ mv ${srcdir}/usr/share/mime/packages/* ${pkgdir}/usr/share/mime/packages/ + update-mime-database usr/share/mime } diff --git a/decibel-audio-player2/PKGBUILD b/decibel-audio-player2/PKGBUILD index fd3eed26f..1e5afd8a0 100644 --- a/decibel-audio-player2/PKGBUILD +++ b/decibel-audio-player2/PKGBUILD @@ -1,10 +1,10 @@ # Maintainer: Phillipe Smith pkgname=decibel-audio-player2 pkgver=2.99 -pkgrel=1 -pkgdesc="Nice and simple GTK+ audio player written in Python" +pkgrel=2 +pkgdesc="Decibel is a lightweight GTK+ audio player written in Python, using GStreamer." arch=('i686' 'x86_64') -url="http://gnomefiles.org/content/show.php/Decibel2+Audio+Player?content=146695" +url="http://gtk-apps.org/content/show.php/Decibel2+Audio+Player?content=147384" license=('GPL') depends=('gtk2' 'dbus' 'dbus-python' 'python2' 'pygtk' 'python-imaging' 'python-notify' 'gstreamer0.10-python' 'mutagen') optdepends=('cddb-py: To play Audio CDs' @@ -13,8 +13,8 @@ optdepends=('cddb-py: To play Audio CDs' 'vte: Adds support for embedded terminal emulator') conflicts=('decibel-audio-player') install=decibel-audio-player2.install -source=("http://dl.dropbox.com/u/4813005/${pkgname}/decibel_${pkgver}-${pkgrel}.deb") -md5sums=('2d9a795fec869e2837483f5791af3de4') +source=("http://gtk-apps.org/CONTENT/content-files/147384-decibel_${pkgver}-${pkgrel}~mickyz.deb") +md5sums=('a3775b6a7090751361b1845347311387') build() { tar -zxf $srcdir/data.tar.gz diff --git a/haskell-hmatrix/PKGBUILD b/haskell-hmatrix/PKGBUILD index 0d9c10528..ce0585dcf 100644 --- a/haskell-hmatrix/PKGBUILD +++ b/haskell-hmatrix/PKGBUILD @@ -1,20 +1,18 @@ -# Maintainer: Jan Stępień -# Contributor: Arch Haskell Team - +# Maintainer: Jan Stępień _hkgname=hmatrix pkgname=haskell-hmatrix -pkgver=0.12.0.2 -pkgrel=2 +pkgver=0.13.0.0 +pkgrel=1 pkgdesc="Linear algebra and numerical computation" url="http://hackage.haskell.org/package/${_hkgname}" license=('GPL') arch=('i686' 'x86_64') makedepends=() -depends=('gsl' 'lapack' 'ghc' 'haskell-hunit=1.2.2.3' 'haskell-quickcheck=2.4.0.1' 'haskell-array=0.3.0.2' 'haskell-binary' 'haskell-process=1.0.1.5' 'haskell-random=1.0.0.3' 'haskell-storable-complex' 'haskell-vector>=0.8') +depends=('ghc' 'haskell-array=0.3.0.2' 'haskell-binary' 'haskell-process=1.0.1.5' 'haskell-storable-complex' 'haskell-vector>=0.8') options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install -sha256sums=('0df15c3bb9ce8b78fc11326cfe1f4bc8014ed1ed195fa9e5f6971bbd41dc2322') +md5sums=('829b42d8dfca9de6306a76753c12296d') build() { cd ${srcdir}/${_hkgname}-${pkgver} runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \ diff --git a/openbox-multihead-git/PKGBUILD b/openbox-multihead-git/PKGBUILD index 1fcccff70..b100d220d 100644 --- a/openbox-multihead-git/PKGBUILD +++ b/openbox-multihead-git/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Lauri Jäntti pkgname=openbox-multihead-git -pkgver=20110827 +pkgver=20120112 pkgrel=1 pkgdesc="A window manager for the X11 windowing system with multihead support" arch=('i686' 'x86_64') diff --git a/openbox-multihead-git/openbox.install b/openbox-multihead-git/openbox.install index 54be1d32b..b40a6a631 100644 --- a/openbox-multihead-git/openbox.install +++ b/openbox-multihead-git/openbox.install @@ -2,7 +2,7 @@ post_install() { echo "Place menu.xml, rc.xml and autostart.sh in ~/.config/openbox" echo "They can be found in /etc/xdg/openbox" echo "Multihead users! There are new configuration options." - echo "Please see README.MULTIHEAD" + echo "Please see /usr/share/doc/openbox/README.MULTIHEAD" } post_upgrade() { diff --git a/ozone2/PKGBUILD b/ozone2/PKGBUILD new file mode 100644 index 000000000..ed42c4fc9 --- /dev/null +++ b/ozone2/PKGBUILD @@ -0,0 +1,17 @@ +# Contributor: sportscliche +pkgname=ozone2 +pkgver=1 +pkgrel=1 +pkgdesc="Lubuntu Oneiric theme" +arch=('i686' 'x86_64') +url="https://wiki.ubuntu.com/Lubuntu/Artwork/Incoming/Oneiric/Ozone" +license=('GPL') +source=('https://wiki.ubuntu.com/Lubuntu/Artwork/Incoming/Oneiric/Ozone?action=AttachFile&do=get&target=ozone2.tar.gz') +md5sums=('abce2275a4e72d92498aa0b1b290f83c') + +build() { + cd $srcdir + + mkdir -p $pkgdir/usr/share/themes/Ozone2 + cp -R $srcdir/ozone2/* $pkgdir/usr/share/themes/Ozone2 +} diff --git a/perl-term-readline-ttytter/PKGBUILD b/perl-term-readline-ttytter/PKGBUILD new file mode 100644 index 000000000..74ec7784e --- /dev/null +++ b/perl-term-readline-ttytter/PKGBUILD @@ -0,0 +1,25 @@ +# Maintainer: Giorgio Lando +pkgname=perl-term-readline-ttytter +pkgver=1.3 +pkgrel=1 +pkgdesc="a perl readLine for the ttytter twitter client" +arch=(any) +url="http://search.cpan.org/dist/Term-ReadLine-TTYtter" +license=('GPL' 'PerlArtistic') +depends=('perl>=5.12.0' 'perl-term-readkey') +options=(!emptydirs) +install= +source=(http://search.cpan.org/CPAN/authors/id/C/CK/CKAISER/Term-ReadLine-TTYtter-1.3.tar.gz) +md5sums=('57b95d2f8078913e3b24f1738b74c9c2') + +build() { + cd "$srcdir/Term-ReadLine-TTYtter-$pkgver" + perl Makefile.PL installdirs=vendor destdir="$pkgdir/" + make +} + +package() { + cd "$srcdir/Term-ReadLine-TTYtter-$pkgver" + make install +} +# vim:set ts=2 sw=2 et: diff --git a/sndfile-tools/PKGBUILD b/sndfile-tools/PKGBUILD index cbafac3d4..d6f9b10b0 100644 --- a/sndfile-tools/PKGBUILD +++ b/sndfile-tools/PKGBUILD @@ -11,8 +11,8 @@ depends=('jack' 'cairo' 'fftw') source=(http://www.mega-nerd.com/libsndfile/files/$pkgname-$pkgver.tar.gz) md5sums=('5b74bb6bb4b2627158f861ae9c45e433') build() { -cd $srcdir/$pkgname-$pkgver -./configure --prefix=/usr -make || return 1 -make DESTDIR=${pkgdir} install || return 1 + cd $srcdir/$pkgname-$pkgver + ./configure LDFLAGS="-lpthread" --prefix=/usr + make || return 1 + make DESTDIR=${pkgdir} install || return 1 } diff --git a/sublime-text/PKGBUILD b/sublime-text/PKGBUILD index c9b542964..638a8034c 100644 --- a/sublime-text/PKGBUILD +++ b/sublime-text/PKGBUILD @@ -3,9 +3,9 @@ # Contributor: Mikkel Kroman pkgname=sublime-text -pkgver=2.2139 -pkgrel=3 -_build=2139 +pkgver=2.2165 +pkgrel=1 +_build=2165 pkgdesc="sophisticated text editor for code, html and prose" arch=('i686' 'x86_64') url="http://www.sublimetext.com/2" @@ -24,13 +24,13 @@ source=( ) md5sums=( - '6bf96107e8eb54d622d97f16b96e8b86' + 'c2ff90eba2de9dafa9a2abf80cc99189' 'bad90857375f090b3fdf20dbe4fe0e18' 'd08225e4b82a9de9a8fcbbf2b4aa6c23' '268580e79e52eb32bf59dd64241c5fd9' ) -[[ "${CARCH}" = i686 ]] && md5sums[0]='081d882ae3d25b37be5fe321029e2bf3' +[[ "${CARCH}" = i686 ]] && md5sums[0]='7fa4b3347c519631e31e2a32dc19d1fd' build () { cd ${srcdir} -- 2.11.4.GIT