summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/i3lock/PKGBUILD6
-rw-r--r--community/openshadinglanguage/PKGBUILD15
-rw-r--r--community/smtube/PKGBUILD31
-rw-r--r--community/smtube/smtube.install12
-rw-r--r--community/tea/PKGBUILD6
5 files changed, 56 insertions, 14 deletions
diff --git a/community/i3lock/PKGBUILD b/community/i3lock/PKGBUILD
index 946886a2c..ed56a3f02 100644
--- a/community/i3lock/PKGBUILD
+++ b/community/i3lock/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 92605 2013-06-09 19:07:52Z ttoepper $
+# $Id: PKGBUILD 93991 2013-07-12 19:24:57Z ttoepper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
pkgname=i3lock
pkgver=2.5
-pkgrel=1
+pkgrel=2
pkgdesc="An improved screenlocker based upon XCB and PAM"
arch=('i686' 'x86_64')
url="http://i3wm.org/i3lock/"
license=('MIT')
groups=("i3")
-depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon')
+depends=('xcb-util-image' 'libev' 'cairo' 'libxkbcommon' 'libxkbfile' 'xorg-xkbcomp')
options=('docs')
backup=("etc/pam.d/i3lock")
source=("http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2"
diff --git a/community/openshadinglanguage/PKGBUILD b/community/openshadinglanguage/PKGBUILD
index 1ff9bef08..1cc05388c 100644
--- a/community/openshadinglanguage/PKGBUILD
+++ b/community/openshadinglanguage/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 88615 2013-04-20 16:45:08Z heftig $
+# $Id: PKGBUILD 93951 2013-07-11 23:25:34Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=openshadinglanguage
-pkgver=1.3.0
-pkgrel=4
+pkgver=1.3.3
+pkgrel=1
pkgdesc="Advanced shading language for production GI renderers"
arch=(i686 x86_64)
url="http://code.google.com/p/openshadinglanguage/"
@@ -10,19 +10,18 @@ license=('custom')
depends=('boost-libs' 'openimageio' 'openexr' 'llvm' 'intel-tbb' 'freetype2' 'libpng' 'libtiff')
makedepends=('boost' 'cmake' 'clang')
source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz)
-md5sums=('1e8c47475cb092cec0aada843b2893ed')
+md5sums=('17aaa01987963220e164522c29281f14')
build() {
- cd OpenShadingLanguage-Release-$pkgver/src
+ cd OpenShadingLanguage-Release-$pkgver
+
+ cd src
[[ -d build ]] && rm -r build
mkdir build && cd build
- # TODO: Remove LLVM_STATIC with llvm 3.3 when we'll have shared libs
- # Check blender for crash with llvm pipe (run LIBGL_ALWAYS_SOFTWARE=1 blender)
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DLLVM_STATIC=ON \
..
make
}
diff --git a/community/smtube/PKGBUILD b/community/smtube/PKGBUILD
new file mode 100644
index 000000000..75e841a48
--- /dev/null
+++ b/community/smtube/PKGBUILD
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 93959 2013-07-12 01:36:36Z speps $
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Andreas Schnaiter <rc.poison@gmail.com>
+
+pkgname=smtube
+pkgver=1.7
+pkgrel=1
+pkgdesc="A small youtube browser"
+arch=('i686' 'x86_64')
+url="http://smplayer.sourceforge.net"
+license=('GPL')
+depends=('qt4')
+optdepends=('mplayer: play videos with MPlayer'
+ 'smplayer: play videos with SMPlayer'
+ 'gnome-mplayer: play videos with GNOME MPlayer'
+ 'kdemultimedia-dragonplayer: play videos with Dragon Player'
+ 'totem: play videos with Totem'
+ 'vlc: play videos with VLC')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/smplayer/$pkgname-$pkgver.tar.bz2")
+md5sums=('d9a954e1b337f0c850dcfc6063255056')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make PREFIX=/usr DESTDIR="$pkgdir/" install
+}
diff --git a/community/smtube/smtube.install b/community/smtube/smtube.install
new file mode 100644
index 000000000..029294d67
--- /dev/null
+++ b/community/smtube/smtube.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
diff --git a/community/tea/PKGBUILD b/community/tea/PKGBUILD
index 531a88c9d..0c234c9f6 100644
--- a/community/tea/PKGBUILD
+++ b/community/tea/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 92472 2013-06-06 09:43:01Z spupykin $
+# $Id: PKGBUILD 93973 2013-07-12 10:33:33Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Roman Kyrylych <roman@archlinux.org>
@@ -6,7 +6,7 @@
# Contributor: Zsolt Varadi <sysop_xxl@fibermail.hu>
pkgname=tea
-pkgver=36.0.0
+pkgver=36.0.2
pkgrel=1
pkgdesc="A QT-based text editor for Linux and *BSD. With an ultimate small size TEA provides you hundreds of functions."
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ depends=('qt4' 'aspell' 'hunspell')
install=tea.install
source=(http://semiletov.org/tea/dloads/tea-$pkgver.tar.bz2
tea.desktop)
-md5sums=('50a6eeae9cf940afdb4cf8e815453886'
+md5sums=('c8657c664af35d2032a78c645cb38d16'
'377ace3363124f4c086de0babb820761')
build() {