summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/chmsee/PKGBUILD33
-rw-r--r--community/chmsee/chmsee4
-rw-r--r--community/chmsee/chmsee.install11
-rw-r--r--community/expac/PKGBUILD6
-rw-r--r--community/jansson/PKGBUILD6
-rw-r--r--community/kdenlive/PKGBUILD4
-rw-r--r--community/mlt/PKGBUILD6
-rw-r--r--community/pbzip2/PKGBUILD8
8 files changed, 52 insertions, 26 deletions
diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD
index aeb5968f6..9bfa51483 100644
--- a/community/chmsee/PKGBUILD
+++ b/community/chmsee/PKGBUILD
@@ -4,29 +4,40 @@
# Contributor: Ermanno <erm67@yahoo.it>
pkgname=chmsee
-pkgver=1.3.1.1
+pkgver=1.99.03
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner."
url="http://chmsee.googlecode.com/"
license="GPL"
-depends=('xulrunner>=2.0' 'libglade' 'chmlib')
-makedepends=('intltool' 'cmake')
-source=(http://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('7c226e6f518284a040ad3b9433d5e218')
+depends=('xulrunner>=5.0' 'chmlib' 'desktop-file-utils')
+makedepends=()
+source=(chmsee-$pkgver.tar.gz::https://github.com/jungleji/chmsee/tarball/v$pkgver
+ chmsee)
+install=chmsee.install
+md5sums=('d72625e82222497237efeb228fb53816'
+ '4999362b0c89c24764cbd25173610a38')
build() {
- cd ${srcdir}/$pkgname-$pkgver
+ cd ${srcdir}/jungleji-chmsee-e06453b/src
- mkdir build
- cd build
+ cp Makefile.arch Makefile
+ sed -i -e 's/2.0/5.0/g' Makefile
- cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
}
package() {
- cd ${srcdir}/$pkgname-$pkgver/build
+ cd ${srcdir}/jungleji-chmsee-e06453b
- make DESTDIR="$pkgdir" install
+ install -d ${pkgdir}/usr/share/chmsee
+ cp -a * ${pkgdir}/usr/share/chmsee
+ rm -r ${pkgdir}/usr/share/chmsee/src
+ install -Dm644 data/chmsee.desktop.in \
+ ${pkgdir}/usr/share/applications/chmsee.desktop
+ install -d ${pkgdir}/usr/share/pixmaps
+ install -Dm644 data/chmsee-icon.png ${pkgdir}/usr/share/pixmaps
+ install -Dm755 ${srcdir}/chmsee ${pkgdir}/usr/bin/chmsee
+# install -d ${pkgdir}/usr/share/icons
+# cp -a data/icons/* ${pkgdir}/usr/share/icons/
}
diff --git a/community/chmsee/chmsee b/community/chmsee/chmsee
new file mode 100644
index 000000000..0e7a79096
--- /dev/null
+++ b/community/chmsee/chmsee
@@ -0,0 +1,4 @@
+#!/bin/sh
+cd /usr/share/chmsee/
+xulrunner application.ini $@
+cd -
diff --git a/community/chmsee/chmsee.install b/community/chmsee/chmsee.install
new file mode 100644
index 000000000..308f27d33
--- /dev/null
+++ b/community/chmsee/chmsee.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ update-desktop-database -q
+}
diff --git a/community/expac/PKGBUILD b/community/expac/PKGBUILD
index 64d84c755..f34b2938a 100644
--- a/community/expac/PKGBUILD
+++ b/community/expac/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 44424 2011-04-07 13:07:03Z dreisner $
+# $Id: PKGBUILD 51880 2011-07-17 19:50:14Z dreisner $
# Maintainer: Dave Reisner <d@falconindy.com>
pkgname=expac
-pkgver=0.04
+pkgver=0.05
pkgrel=1
pkgdesc="pacman database extraction utility"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('pacman')
makedepends=('perl')
source=("https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('a5a766f27d8147bf53cbc6cfd7d9e5c9')
+md5sums=('366d741b21d1029c63a5e977d3fc08db')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/jansson/PKGBUILD b/community/jansson/PKGBUILD
index f93779824..0d4060211 100644
--- a/community/jansson/PKGBUILD
+++ b/community/jansson/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: Dave Reisner <d@falconindy.com>
pkgname=jansson
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.1
+pkgrel=1
pkgdesc='C library for encoding, decoding and manipulating JSON data'
arch=('i686' 'x86_64')
url='http://www.digip.org/jansson/'
license=('MIT')
options=('!libtool')
source=("$url/releases/$pkgname-$pkgver.tar.bz2")
-md5sums=('1fcf45810adcb36eb77eea636091a61e')
+md5sums=('a7830e5b104fe6d95643516a625436f9')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/kdenlive/PKGBUILD b/community/kdenlive/PKGBUILD
index 94df0f688..860b45f93 100644
--- a/community/kdenlive/PKGBUILD
+++ b/community/kdenlive/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 49851 2011-06-21 11:51:31Z spupykin $
+# $Id: PKGBUILD 51890 2011-07-17 20:51:02Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Zuf <kontakt.zuf@gmail.com>
# Contributor: Darwin Bautista <djclue917@gmail.com>
pkgname=kdenlive
pkgver=0.8
-pkgrel=2
+pkgrel=3
pkgdesc="A non-linear video editor for Linux"
arch=('i686' 'x86_64')
url="http://www.kdenlive.org/"
diff --git a/community/mlt/PKGBUILD b/community/mlt/PKGBUILD
index f1d8f0d3f..3bbe6583a 100644
--- a/community/mlt/PKGBUILD
+++ b/community/mlt/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 50803 2011-07-01 12:47:31Z spupykin $
+# $Id: PKGBUILD 51875 2011-07-17 19:10:00Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Fabian Schoelzel <myfirstname.mylastname@googlemail.com>
# Contributor: funkyou <spamopfer@nickname.berlin.de>
@@ -7,7 +7,7 @@
pkgbase=mlt
pkgname=('mlt' 'mlt-python-bindings')
-pkgver=0.7.2
+pkgver=0.7.4
pkgrel=1.1
pkgdesc="An open source multimedia framework"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ license=('GPL')
makedepends=('sdl_image' 'libsamplerate' 'libdv' 'qt' 'sox' 'libxml2' 'gtk2' 'ffmpeg'
'frei0r-plugins' 'swig' 'python2' "jack" "ladspa")
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('3adeace6642a5ee0db0715b6bd7b7a52')
+md5sums=('d5d1ff686f51131a02b0f6fca0f073da')
build() {
# mlt
diff --git a/community/pbzip2/PKGBUILD b/community/pbzip2/PKGBUILD
index 8a2e27ab2..a07684349 100644
--- a/community/pbzip2/PKGBUILD
+++ b/community/pbzip2/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 45756 2011-04-28 15:32:42Z foutrelis $
+# $Id: PKGBUILD 51901 2011-07-17 21:41:16Z foutrelis $
# Contributor: Vasco Costa <vasco dot costa at geekslot dot com>
# Maintainer: Evangelos Foutras <foutrelis@gmail.com>
pkgname=pbzip2
-pkgver=1.1.4
+pkgver=1.1.5
pkgrel=1
pkgdesc="Parallel implementation of the bzip2 block-sorting file compressor"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://compression.ca/pbzip2/"
license=('BSD')
depends=('bzip2' 'gcc-libs')
source=(http://compression.ca/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('797e3ae5c6293a55e3e97fefb11cf494')
+md5sums=('62f529d3ef17d775b9e1745f7a458018')
build() {
cd "$srcdir/$pkgname-$pkgver"